|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PortletEntityAccessComponent
Method Summary | |
MutablePortletEntity |
generateEntityFromFragment(ContentFragment fragment)
generateEntityFromFragment |
MutablePortletEntity |
generateEntityFromFragment(ContentFragment fragment,
String principal)
generateEntityFromFragment |
org.apache.pluto.om.common.ObjectID |
generateEntityKey(Fragment fragment,
String principal)
generateEntityKey |
Collection |
getPortletEntities(org.apache.pluto.om.portlet.PortletDefinition portletDefinition)
getPortletEntities |
Collection |
getPortletEntities(String portletUniqueName)
|
MutablePortletEntity |
getPortletEntity(org.apache.pluto.om.common.ObjectID id)
getPortletEntity |
MutablePortletEntity |
getPortletEntity(String id)
|
MutablePortletEntity |
getPortletEntityForFragment(ContentFragment fragment)
getPortletEntityForFragment |
MutablePortletEntity |
getPortletEntityForFragment(ContentFragment fragment,
String principal)
getPortletEntityForFragment |
MutablePortletEntity |
newPortletEntityInstance(org.apache.pluto.om.portlet.PortletDefinition portletDefinition)
newPortletEntityInstance |
MutablePortletEntity |
newPortletEntityInstance(org.apache.pluto.om.portlet.PortletDefinition portletDefinition,
String id)
|
void |
removeFromCache(org.apache.pluto.om.entity.PortletEntity entity)
removeFromCache |
void |
removePortletEntities(org.apache.pluto.om.portlet.PortletDefinition portletDefinition)
removePortletEntities |
void |
removePortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
removePortletEntity |
void |
storePortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
storePortletEntity |
void |
storePreferenceSet(org.apache.pluto.om.common.PreferenceSet prefSet,
org.apache.pluto.om.entity.PortletEntity entity)
|
Method Detail |
public MutablePortletEntity getPortletEntity(org.apache.pluto.om.common.ObjectID id)
getPortletEntity
id
-
public MutablePortletEntity getPortletEntity(String id)
public MutablePortletEntity generateEntityFromFragment(ContentFragment fragment, String principal) throws PortletEntityNotGeneratedException
generateEntityFromFragment
fragment
- principal
-
PortletEntityNotGeneratedException
public MutablePortletEntity generateEntityFromFragment(ContentFragment fragment) throws PortletEntityNotGeneratedException
generateEntityFromFragment
fragment
-
PortletEntityNotGeneratedException
public org.apache.pluto.om.common.ObjectID generateEntityKey(Fragment fragment, String principal)
generateEntityKey
fragment
- principal
-
public MutablePortletEntity newPortletEntityInstance(org.apache.pluto.om.portlet.PortletDefinition portletDefinition)
newPortletEntityInstance
portletDefinition
-
public MutablePortletEntity newPortletEntityInstance(org.apache.pluto.om.portlet.PortletDefinition portletDefinition, String id)
public MutablePortletEntity getPortletEntityForFragment(ContentFragment fragment, String principal) throws PortletEntityNotStoredException
getPortletEntityForFragment
fragment
- principal
-
PortletEntityNotStoredException
public MutablePortletEntity getPortletEntityForFragment(ContentFragment fragment) throws PortletEntityNotStoredException
getPortletEntityForFragment
fragment
-
PortletEntityNotStoredException
public void removePortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity) throws PortletEntityNotDeletedException
removePortletEntity
portletEntity
-
PortletEntityNotDeletedException
public void removeFromCache(org.apache.pluto.om.entity.PortletEntity entity)
removeFromCache
Removes a PortletEntity from the cache.
entity
- public void storePortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity) throws PortletEntityNotStoredException
storePortletEntity
portletEntity
-
PortletEntityNotStoredException
public Collection getPortletEntities(org.apache.pluto.om.portlet.PortletDefinition portletDefinition)
getPortletEntities
portletDefinition
-
public Collection getPortletEntities(String portletUniqueName)
public void removePortletEntities(org.apache.pluto.om.portlet.PortletDefinition portletDefinition) throws PortletEntityNotDeletedException
removePortletEntities
portletDefinition
-
PortletEntityNotDeletedException
public void storePreferenceSet(org.apache.pluto.om.common.PreferenceSet prefSet, org.apache.pluto.om.entity.PortletEntity entity) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |