public interface PortletItemStorageData
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationDb()
Returns the application of the porltet
|
java.util.Set<java.lang.String> |
getItemNames()
Returns the names of stored items
|
java.lang.Object |
getItemValue(java.lang.String itemName)
Returns the value of a stored item
|
java.lang.String |
getKey()
Returns the portlet key
|
java.lang.String |
getName()
Returns the portlet name
|
java.lang.String getKey()
java.lang.String getName()
java.lang.String getApplicationDb()
java.util.Set<java.lang.String> getItemNames()
java.lang.Object getItemValue(java.lang.String itemName) throws WGAPIException
itemName
- Name of the itemWGIllegalDataException
WGSystemException
WGAPIException