|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCollection
org.gcube.contentmanagement.contentmanager.smsplugin.delegates.SMSCollection
public class SMSCollection
Constructor Summary | |
---|---|
SMSCollection(java.lang.String id,
SMSWrapCollection wrapCollectionParameters)
Create a new collection. |
Method Summary | |
---|---|
SMSCollectionInfo |
getSMSCollectionInfo()
Retrieve the collection info from the SMS repository. |
SMSInterface |
getSmsInterface()
|
void |
initialise()
|
void |
onLoad()
|
void |
updateDynamicProperties()
Update the collection dynamic properties. |
void |
updateDynamicProperties(SMSCollectionInfo collectionInfo)
Update the dynamic collection properties. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SMSCollection(java.lang.String id, SMSWrapCollection wrapCollectionParameters) throws java.lang.IllegalArgumentException
id
- the collection id.
java.lang.IllegalArgumentException
Method Detail |
---|
public void initialise() throws java.lang.Exception
java.lang.Exception
public void onLoad() throws java.lang.Exception
java.lang.Exception
public SMSInterface getSmsInterface()
public void updateDynamicProperties() throws java.lang.Exception
java.lang.Exception
- if an error occurs retrieving the collection information.public void updateDynamicProperties(SMSCollectionInfo collectionInfo)
collectionInfo
- the collection info.public SMSCollectionInfo getSMSCollectionInfo() throws java.lang.Exception
java.lang.Exception
- if an error occurs retrieving the information.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |