Uses of Package
com.sap.ip.me.api.smartsync

Packages that use com.sap.ip.me.api.smartsync
com.sap.ip.me.api.smartsync   
 

Classes in com.sap.ip.me.api.smartsync used by com.sap.ip.me.api.smartsync
BasisFieldType
          An enumeration of possible basis field types for SmartSync.
CharacterField
           CharacterField represents the static type of field with java.lang.String as the underlying data type.
DateField
           DateField represents the static type of field with java.sql.Date as the underlying data type.
DecimalField
           DecimalField represents the static type of field with java.math.BigDecimal as the underlying data type.
DependencyType
           An enumeration of possible dependencies between SyncBOs with foreign key relationships.
DescriptorIterator
           This is a generic interface based on the Iterator pattern.
ErrorConflictInbox
           This serves as the access point of all SmartSync applications in retrieving error or conflict response from the server.the application could retrieve an object that holds the information regarding the error or conflict as well as the access to the resolver object to which it could use in resolving the issue.
Field
           A Field represents a specific field with its meta info - FieldDescriptor.
FieldDescriptor
          The FieldDescriptor provides read access to field's metadata description.
FieldDescriptorIterator
           An iterator over a collection of FieldDescriptor objects.
FieldGroupDescriptor
           The FieldGroupDescriptor is a metadata interface that holds the description of a certain FieldGroup instance.
FieldGroupDescriptorIterator
           An iterator over a collection of FieldGroupDescriptor objects.
FieldGroupType
           The FieldGroupType interface represents the type of fields’ grouping and currently has the following types.
FieldInputQualifyType
           An enumeration of qualification (permission) types for possible field input.
FixedDecimal
          Deprecated. since 2.5
GlobalResetProcessing
           Enumeration of options for application data reset.
InboxNotifier
          SmartSync uses Notifier/ Observer design pattern for applications to access in-/ out- box.
InvalidDescriptorException
          Thrown when an application attempts to pass an invalid descriptor, or the descriptor is not available.
MessageReply
           MessageReply is used to describe communication status.
MessageReplyObserver
           SmartSync uses Notifier/ Observer design pattern for applications to access in-/ out- box.
MessageReplyType
          An enumeration of possible SmartSync message reply types.
ModificationNotAllowedException
          This exception is thrown when any invalid of illegal update operation is performed on the repository object.
NumericField
           NumericField represents the static type of field with java.math.BigInteger as the underlying data type.
PositionStatusType
           An enumeration of possible position status types of SyncBo objects.
ProcessingStatusType
           An enumeration of possible processing status types of SyncBo objects.
RelationDescriptor
          RelationDescriptor provides read access to: Relating FieldDescriptor.
RelationDescriptorIterator
           An iterator over a collection RelationDescriptor entities.
Row
           A Row is a data repository object having a set of fields represented by array or Field objects.
RowChange
          Deprecated. avoid using SyncBoOutDeltaObserver because it reduces performance of outbound processing.
RowChangeActionType
           This represents the action performed on the row.
RowCollection
           A RowCollection is a collection of Row entities.
RowDescriptor
           A RowDescriptor instance describes the metadata definition for a Row object.
RowDescriptorIterator
           An iterator over a collection of RowDescriptor objects.
RowList
           A RowList is a collection of Row entities.
SmartSyncException
           Smart Sync basic exception, other Smart Sync relating exceptions should be inherited from the exception Copyright: Copyright (c) 2002 Company: SAP AG
SmartSyncJQueryFactory
          Query factory class for join enabled queries.
SmartSyncQueryFactory
          QueryFactory provides functionality to create Query, Condition and SortOrder instances.
SmartSyncRuntime
          The SmartSyncRuntime class provides the accessor methods to the following SmartSync facade, factory and notifier classes.
SmartSyncTransactionManager
           The TransactionManager is the entry point for application driven transaction management based on SyncBos.
StatusType
           An enumeration of possible status types of the repository objects (SyncBo or Row).
SyncBo
           A SyncBo is a data repository object representing a business object.
SyncBoChange
          Deprecated. avoid using SyncBoInDeltaObserver and SyncBoOutDeltaObserver because it reduces performance of synchronization.
SyncBoChangeActionType
          Enumeration of action type of SyncBoChange.This describes the action performed on the SyncBo.
SyncBoCollection
           A SyncBoCollection is a static collection of SyncBo entities.It uses the SyncBo's key field value as the key to that SyncBo entitiy.Its also possible to a get a iterator of the SyncBo entities in this SyncBoCollection.
SyncBoDataFacade
           The SyncBoDataFacade provides access functions to all data objects (SyncBo or Row structures) in the repository, and a creator method for the SyncBo object.
SyncBoDeltaRequest
           A SyncBoRequest is a request message going to backend, which includes download request and reset request.
SyncBoDeltaRequestFacade
           SyncBoDeltaRequestFacade provides read- / modification-access to SyncBoDeltaRequest, and provides the "global reset" function.
SyncBoDeltaRequestType
           An enumeration of possible delta request types for SyncBoDeltaRequest.This request type is set in the SyncBoDeltaRequestType which is accessed using the SyncBoDeltaRequestFacade.
SyncBoDescriptor
           A SyncBoDescriptor represents a metadata of a SyncBO.
SyncBoDescriptorFacade
           This class provides access to the the SyncBoDescriptor objects in the SmartSync client.
SyncBoDescriptorIterator
           An iterator over a collection SyncBoDescriptor objects.
SyncBoInDelta
          Deprecated. avoid using SyncBoInDeltaObserver because it reduces performance of inbound processing.
SyncBoInDeltaObserver
          Deprecated. avoid using SyncBoInDeltaObserver because it reduces performance of inbound processing.
SyncBoList
          A SyncBoList is a static list of SyncBo entities.
SyncBoOutDelta
          Deprecated. avoid using SyncBoInDeltaObserver because it reduces performance of inbound processing.
SyncBoOutDeltaFacade
          SyncBoDeltaFacade offers methods to applications in accessing the outbound delta data.
SyncBoOutDeltaNotifier
          Deprecated. avoid using SyncBoOutDelta because it reduces performance of outbound processing.
SyncBoOutDeltaObserver
          Deprecated. avoid using SyncBoOutDelta because it reduces performance of outbound processing.
SyncBoOutDeltaSendType
          An enumeration of possible SyncBoOutDelta sending type.
SyncBoResetType
          Deprecated.  
SyncBoResolver
          Deprecated. This interface will be removed in next MI releases. Use instead to resolve the SyncBo. Copyright: Copyright (c) 2003

Company: SAP AG

SyncBoResponse
           SyncBoRepsonse represents the error/conflict response information, which corresponds to a specific quarantined SyncBo.
SyncBoResponseLog
          Deprecated. interface will be removed in next MI releases. Use instead to access the same information. Copyright: Copyright (c) 2003

Company: SAP AG

SyncBoResponseState
          Enum class for states of SyncBoResponse
SyncBoResponseType
           A static enumeration type indicating the quarantine state of the SyncBo instance.
SyncProcessingType
          An enumeration of the SyncBo's possible processing type.
SyncReply
           SyncReply is constructed inside a SyncBoInDeltaData instance, and contains the backend handling status information towards the previous uploaded SyncBoOutDelta.
SyncReplyObserver
          Interface to be imlemented by the application.
SyncReplyType
          An enumeration of possible sync message's reply type.
SyncState
          Enum of SyncBo's SyncState objects.
TimeField
           TimeField represents the static type of field with java.sql.Time as the underlying data type.
 



Copyright © 2005 SAP AG. All Rights Reserved.