Uses of Class
org.gcube.contentmanagement.contentmanager.smsplugin.delegates.util.SMSCollectionInfo

Packages that use SMSCollectionInfo
org.gcube.contentmanagement.contentmanager.smsplugin.delegates   
org.gcube.contentmanagement.contentmanager.smsplugin.delegates.util   
 

Uses of SMSCollectionInfo in org.gcube.contentmanagement.contentmanager.smsplugin.delegates
 

Methods in org.gcube.contentmanagement.contentmanager.smsplugin.delegates that return SMSCollectionInfo
 SMSCollectionInfo SMSCollection.getSMSCollectionInfo()
          Retrieve the collection info from the SMS repository.
 

Methods in org.gcube.contentmanagement.contentmanager.smsplugin.delegates with parameters of type SMSCollectionInfo
 void SMSCollection.updateDynamicProperties(SMSCollectionInfo collectionInfo)
          Update the dynamic collection properties.
 

Uses of SMSCollectionInfo in org.gcube.contentmanagement.contentmanager.smsplugin.delegates.util
 

Methods in org.gcube.contentmanagement.contentmanager.smsplugin.delegates.util that return SMSCollectionInfo
 SMSCollectionInfo SMSInterfaceImpl.getCollectionInfo(java.lang.String collectionId)
          Get information about the collection from sms.
 SMSCollectionInfo SMSInterface.getCollectionInfo(java.lang.String collectionId)
          Get information about the collection from sms.