|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sap.ip.me.api.smartsync.SmartSyncRuntime
The SmartSyncRuntime class provides the accessor methods to the following SmartSync facade, factory and notifier classes. These classes are provided for their specific purposes.
Example:
To get the SyncBoDescriptorFacade.
To get the SyncBoDataFacade.
SyncBoDescriptorFacade syncBoDescFacade = SmartSyncRuntime.getInstance().getSyncBoDescriptorFacade();
To get the SmartSyncQueryFactory.
SyncBoDataFacade syncBoDataFacade = SmartSyncRuntime.getInstance().getSyncBoDataFacade();
SmartSyncQueryFactory smartSyncQueryFactory = SmartSyncRuntime.getInstance().getSmartSyncQueryFactory();
SyncBoDescriptorFacade,
SyncBoDataFacade,
SmartSyncQueryFactory,
InboxNotifier,
SyncBoOutDeltaNotifier,
SyncBoDeltaRequestFacade,
SyncBoOutDeltaFacade| Constructor Summary | |
SmartSyncRuntime()
|
|
| Method Summary | |
abstract InboxNotifier |
getInboxNotifier()
Returns an instance of the InboxNotifier class. |
static SmartSyncRuntime |
getInstance()
Returns the static instance of this SmartSyncRuntime class. |
abstract SmartSyncJQueryFactory |
getJQueryFactory()
Returns an instance of the SmartSyncJQueryFactory class. |
abstract SmartSyncQueryFactory |
getQueryFactory()
Returns an instance of the SmartSyncQueryFactory class. |
abstract SyncBoDataFacade |
getSyncBoDataFacade()
Returns an instance of the SyncBoDataFacade for the specified VisibilityType. |
abstract SyncBoDataFacade |
getSyncBoDataFacade(VisibilityType visibility)
Deprecated. |
abstract SyncBoDeltaRequestFacade |
getSyncBoDeltaRequestFacade()
Returns an instance of the SyncBoDeltaRequestFacade class for the specified VisibilityType.. |
abstract SyncBoDeltaRequestFacade |
getSyncBoDeltaRequestFacade(VisibilityType visibility)
Deprecated. |
abstract SyncBoDescriptorFacade |
getSyncBoDescriptorFacade()
Returns an instance of the SyncBoDescriptorFacade class. |
abstract SyncBoOutDeltaFacade |
getSyncBoOutDeltaFacade()
Returns an instance of the SyncBoOutDeltaFacade class for the specified VisibilityType. |
abstract SyncBoOutDeltaFacade |
getSyncBoOutDeltaFacade(VisibilityType visibility)
Deprecated. |
abstract SyncBoOutDeltaNotifier |
getSyncBoOutDeltaNotifier()
Returns an instance of the SyncBoOutDeltaNotifier class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SmartSyncRuntime()
| Method Detail |
public static final SmartSyncRuntime getInstance()
public abstract SyncBoDescriptorFacade getSyncBoDescriptorFacade()
SyncBoDescriptorFacadepublic abstract SyncBoDataFacade getSyncBoDataFacade(VisibilityType visibility)
visibility - the visibility of the SyncBoDataFacade
public abstract SyncBoDataFacade getSyncBoDataFacade()
public abstract SmartSyncQueryFactory getQueryFactory()
public abstract SmartSyncJQueryFactory getJQueryFactory()
public abstract InboxNotifier getInboxNotifier()
public abstract SyncBoOutDeltaNotifier getSyncBoOutDeltaNotifier()
public abstract SyncBoDeltaRequestFacade getSyncBoDeltaRequestFacade(VisibilityType visibility)
visibility - the visibility of the SyncBoDeltaRequestFacade
public abstract SyncBoDeltaRequestFacade getSyncBoDeltaRequestFacade()
public abstract SyncBoOutDeltaFacade getSyncBoOutDeltaFacade(VisibilityType visibility)
visibility - the visibility of the SyncBoOutDeltaFacade
public abstract SyncBoOutDeltaFacade getSyncBoOutDeltaFacade()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||