Modifier and Type | Method and Description |
---|---|
ObjectID |
ObjectIDFactory.createObjectID(java.lang.String portletGUID) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ObjectID |
PortletDefinition.getId()
Returns the identifier of this portlet as object id.
|
ObjectID |
PortletApplicationDefinition.getId()
Returns the identifier of this portlet as object id.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ObjectID |
ServletDefinition.getId()
Returns the identifier of this servlet
The return value cannot be NULL.
|
ObjectID |
WebApplicationDefinition.getId()
Returns the identifier of this web application.
|
Modifier and Type | Method and Description |
---|---|
WebApplicationDefinition |
WebApplicationDefinitionList.get(ObjectID id)
Returns the web application definition object of the given id
|
Modifier and Type | Method and Description |
---|---|
ObjectID |
PortletWindow.getId()
Returns the identifier of this portlet instance window as object id.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
PortletDefinition |
StaticInformationProvider.getPortletDefinition(ObjectID portletGUID)
Returns the portlet model to the passed guid
|
Modifier and Type | Method and Description |
---|---|
static ObjectID |
ObjectIDAccess.createObjectID(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
NamespaceMapper.decode(ObjectID ns,
java.lang.String name) |
java.lang.String |
NamespaceMapper.encode(ObjectID ns1,
ObjectID ns2,
java.lang.String name) |
java.lang.String |
NamespaceMapper.encode(ObjectID namespace,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
NamespaceMapperImpl.decode(ObjectID ns,
java.lang.String name) |
java.lang.String |
NamespaceMapperImpl.encode(ObjectID ns1,
ObjectID ns2,
java.lang.String name) |
java.lang.String |
NamespaceMapperImpl.encode(ObjectID ns,
java.lang.String name) |
Copyright © 2003-2013 . All Rights Reserved.