|
Portal |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.portal.portlet.configuration.ConfigurationFactory
public final class ConfigurationFactory
ConfigurationFactory is the mechanism whereby Configuration
and Attribute
objects are instantiated and serialized
to the metadata store.
Configuration
,
Attribute
Method Summary | |
---|---|
static Configuration |
getConfiguration(PortletContext pctx)
Fetches a Configuration from metadata. |
static Configuration |
getConfiguration(PortletContext pctx,
boolean createConfiguration)
Fetches the configuration based on the entity key of a portlet. |
static Configuration |
storeConfiguration(PortletContext pctx,
Configuration config)
Persists the Configuration object to metadata. |
Method Detail |
---|
public static Configuration getConfiguration(PortletContext pctx, boolean createConfiguration) throws java.rmi.RemoteException
pctx
- PortletContext of the calling portletcreateConfiguration
- Create a new Configuration if one doesn't exist
java.rmi.RemoteException
public static Configuration getConfiguration(PortletContext pctx) throws java.rmi.RemoteException
pctx
- PortletContext of the calling portlet
Configuration
- the configuration in this PortletContext
java.rmi.RemoteException
public static Configuration storeConfiguration(PortletContext pctx, Configuration config) throws java.rmi.RemoteException
pctx
- PortletContext of the calling Portletconfig
- Configuration to be persisted
com.sas.portal.portlet.configuration.Configuration
java.rmi.RemoteException
|
Portal |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |