|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectID in org.apache.pluto.factory |
Methods in org.apache.pluto.factory that return ObjectID | |
ObjectID |
ObjectIDFactory.createObjectID(java.lang.String portletGUID)
|
Uses of ObjectID in org.apache.pluto.om.entity |
Methods in org.apache.pluto.om.entity that return ObjectID | |
ObjectID |
PortletEntity.getId()
Returns the identifier of this portlet instance as object id. |
ObjectID |
PortletApplicationEntity.getId()
Returns the identifier of this portlet application instance as object id. |
Methods in org.apache.pluto.om.entity with parameters of type ObjectID | |
PortletEntity |
PortletEntityList.get(ObjectID id)
Returns the portlet entity object of the given id. |
PortletApplicationEntity |
PortletApplicationEntityList.get(ObjectID id)
Returns the portlet entity object of the given id. |
Uses of ObjectID in org.apache.pluto.om.portlet |
Methods in org.apache.pluto.om.portlet that return ObjectID | |
ObjectID |
PortletDefinition.getId()
Returns the identifier of this portlet as object id. |
ObjectID |
PortletApplicationDefinition.getId()
Returns the identifier of this portlet as object id. |
Methods in org.apache.pluto.om.portlet with parameters of type ObjectID | |
PortletDefinition |
PortletDefinitionList.get(ObjectID id)
Returns the PortletDefinition object of the given object id The return value may be NULL. |
PortletApplicationDefinition |
PortletApplicationDefinitionList.get(ObjectID id)
Returns the PortletApplicationDefinition object of the given object id The return value may be NULL. |
Uses of ObjectID in org.apache.pluto.om.servlet |
Methods in org.apache.pluto.om.servlet that return ObjectID | |
ObjectID |
WebApplicationDefinition.getId()
Returns the identifier of this web application. |
ObjectID |
ServletDefinition.getId()
Returns the identifier of this servlet The return value cannot be NULL. |
Methods in org.apache.pluto.om.servlet with parameters of type ObjectID | |
WebApplicationDefinition |
WebApplicationDefinitionList.get(ObjectID id)
Returns the web application definition object of the given id |
Uses of ObjectID in org.apache.pluto.om.window |
Methods in org.apache.pluto.om.window that return ObjectID | |
ObjectID |
PortletWindow.getId()
Returns the identifier of this portlet instance window as object id. |
Methods in org.apache.pluto.om.window with parameters of type ObjectID | |
PortletWindow |
PortletWindowList.get(ObjectID id)
Returns the portlet window object of the given id. |
void |
PortletWindowListCtrl.remove(ObjectID id)
Remove the portlet window with the given Id from the list |
Uses of ObjectID in org.apache.pluto.services.information |
Methods in org.apache.pluto.services.information with parameters of type ObjectID | |
PortletDefinition |
StaticInformationProvider.getPortletDefinition(ObjectID portletGUID)
Returns the portlet model to the passed guid |
Uses of ObjectID in org.apache.pluto.util |
Methods in org.apache.pluto.util that return ObjectID | |
static ObjectID |
ObjectIDAccess.createObjectID(java.lang.String id)
|
Methods in org.apache.pluto.util with parameters of type ObjectID | |
java.lang.String |
NamespaceMapper.encode(ObjectID namespace,
java.lang.String name)
|
java.lang.String |
NamespaceMapper.encode(ObjectID ns1,
ObjectID ns2,
java.lang.String name)
|
java.lang.String |
NamespaceMapper.decode(ObjectID ns,
java.lang.String name)
|
Uses of ObjectID in org.apache.pluto.util.impl |
Methods in org.apache.pluto.util.impl with parameters of type ObjectID | |
java.lang.String |
NamespaceMapperImpl.encode(ObjectID ns,
java.lang.String name)
|
java.lang.String |
NamespaceMapperImpl.encode(ObjectID ns1,
ObjectID ns2,
java.lang.String name)
|
java.lang.String |
NamespaceMapperImpl.decode(ObjectID ns,
java.lang.String name)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |