|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.RIMPersistableObject
com.sybase.uep.bobclient.data.RIMSynchronizationGroupList
public class RIMSynchronizationGroupList
The RIM Synchronization Group List
Constructor Summary | |
---|---|
RIMSynchronizationGroupList()
Constructor to create Synchronization Group List |
Method Summary | |
---|---|
boolean |
addSynchronizationGroup(java.lang.String packageName,
java.lang.String syncGroup)
Add Synchronization Group |
boolean |
addSynchronizationGroup(SynchronizationGroup synchronizationGroup)
Add Synchronization Group |
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. |
Methods inherited from class com.sybase.uep.bobclient.data.RIMPersistableObject |
---|
getBooleanProperty, getProperties, getProperty, getStringProperty, setProperty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RIMSynchronizationGroupList()
Method Detail |
---|
public boolean addSynchronizationGroup(java.lang.String packageName, java.lang.String syncGroup)
addSynchronizationGroup
in interface SynchronizationGroupList
packageName
- - package namesyncGroup
- - sync group name
public boolean addSynchronizationGroup(SynchronizationGroup synchronizationGroup)
addSynchronizationGroup
in interface SynchronizationGroupList
mboMobileApplication
- - SynchronizationGroup object
public void setSynchronizationGroup(java.lang.String packageName, java.lang.String syncGroupName, SynchronizationGroup synchronizationGroup)
setSynchronizationGroup
in interface SynchronizationGroupList
packageName
- the Synchronization Group's package namesyncGroupName
- the Synchronization Group's sync group namesynchronizationGroup
- the Synchronization Grouppublic SynchronizationGroup getSynchronizationGroup(java.lang.String packageName, java.lang.String syncGroupName)
getSynchronizationGroup
in interface SynchronizationGroupList
packageName
- the Synchronization Group's package namesyncGroupName
- the Synchronization Group's sync group name
public void init(java.util.Vector mboMobileApplicationList)
init
in interface SynchronizationGroupList
mboMobileApplicationList
- Mobile Application Listpublic java.util.Vector getSyncGroupsByPackageName(java.lang.String packageName)
getSyncGroupsByPackageName
in interface SynchronizationGroupList
packageName
- the package name
public java.lang.String[] getPackageNames()
getPackageNames
in interface SynchronizationGroupList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |