|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.PortletCategoriesResource
public final class PortletCategoriesResource
A utility class that provides the service of getting a single portletCategories information object given a portletCategories ID.
Use getInstance()
to access the instance of this class.
Call initialize(SDataProvider, String)
to initialize the instance of
this class.
Constructor Summary | |
---|---|
PortletCategoriesResource()
Private constructor that prevents instantiation from other classes |
Method Summary | |
---|---|
static PortletCategoriesResource |
getInstance()
|
java.util.Map<java.lang.String,SDataResourceElement> |
getPortletCategoriesInfo(java.lang.String id,
java.lang.String authorizationToken,
SDataServer server)
Gets the portletCategories information object for the portletCategoriies with the specified ID. |
void |
initialize(SDataProvider sdataProvider,
java.lang.String resourceKindName)
Handle any initialization required by this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletCategoriesResource()
Method Detail |
---|
public static PortletCategoriesResource getInstance()
public void initialize(SDataProvider sdataProvider, java.lang.String resourceKindName)
sdataProvider
- the SDataProvider
that provides the data for the
portletCategories lookupresourceKindName
- the name of the Resource Kind that handles the request for
getting the portletCategoriespublic java.util.Map<java.lang.String,SDataResourceElement> getPortletCategoriesInfo(java.lang.String id, java.lang.String authorizationToken, SDataServer server)
id
- The ID of the portletCategoriies we want to get.authorizationToken
- The authorizationToken from the input SDataRequest.server
- The server information from the input SDataRequest.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |