|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SynchronizationGroupList
The Synchronization Group List
Method Summary | |
---|---|
boolean |
addSynchronizationGroup(java.lang.String packageName,
java.lang.String syncGroup)
Adds Synchronization Group to the list based on the given package name and sync group name. |
boolean |
addSynchronizationGroup(SynchronizationGroup synchronizationGroup)
Adds Synchronization Group to the list. |
java.lang.String[] |
getPackageNames()
Returns all package names. |
java.util.Vector |
getSyncGroupsByPackageName(java.lang.String packageName)
Returns all the Synchronization Groups under the given package. |
SynchronizationGroup |
getSynchronizationGroup(java.lang.String packageName,
java.lang.String syncGroupName)
Returns the Synchronization Group based on the given package name and sync group name. |
void |
init(java.util.Vector mboMobileApplicationList)
Initializes the Synchronization Groups based on the given Mobile Application List. |
void |
setSynchronizationGroup(java.lang.String packageName,
java.lang.String syncGroupName,
SynchronizationGroup synchronizationGroup)
Sets the Synchronization Group to the given package name and sync group name. |
Method Detail |
---|
boolean addSynchronizationGroup(java.lang.String packageName, java.lang.String syncGroup)
packageName
- the added Synchronization Group's package namesyncGroup
- the added Synchronization Group's sync group name
boolean addSynchronizationGroup(SynchronizationGroup synchronizationGroup)
synchronizationGroup
- the Synchronization Group to be added
void setSynchronizationGroup(java.lang.String packageName, java.lang.String syncGroupName, SynchronizationGroup synchronizationGroup)
packageName
- the Synchronization Group's package namesyncGroupName
- the Synchronization Group's sync group namesynchronizationGroup
- the Synchronization GroupSynchronizationGroup getSynchronizationGroup(java.lang.String packageName, java.lang.String syncGroupName)
packageName
- the Synchronization Group's package namesyncGroupName
- the Synchronization Group's sync group name
java.util.Vector getSyncGroupsByPackageName(java.lang.String packageName)
packageName
- the package name
java.lang.String[] getPackageNames()
void init(java.util.Vector mboMobileApplicationList)
mboMobileApplicationList
- Mobile Application List
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |