|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.core.impl.portlet.state.PersistentPortletState
public class PersistentPortletState
Field Summary | |
---|---|
protected java.util.Set |
children
The clones of this state. |
protected java.util.Date |
creationTime
When the state has been created. |
protected java.util.Map |
entries
The different entries. |
protected java.lang.Long |
key
The primary key. |
protected PersistentPortletState |
parent
The state that we cloned from. |
protected java.lang.String |
portletId
The portlet id. |
protected PersistentRegistration |
relatedRegistration
For now a registration id, later probably a one to many relationship with a registration entry. |
protected java.util.Date |
terminationTime
When the state expires, a null value means there is no expiration date scheduled. |
Constructor Summary | |
---|---|
PersistentPortletState()
|
|
PersistentPortletState(java.lang.String portletId,
PropertyMap propertyMap)
|
Method Summary | |
---|---|
java.util.Set |
getChildren()
|
java.util.Date |
getCreationTime()
|
java.util.Map |
getEntries()
|
java.lang.String |
getId()
|
java.lang.Long |
getKey()
|
PersistentPortletState |
getParent()
|
java.lang.String |
getPortletId()
|
PersistentRegistration |
getRelatedRegistration()
|
PortletState |
getState()
|
java.util.Date |
getTerminationTime()
|
void |
setChildren(java.util.Set children)
|
void |
setCreationTime(java.util.Date creationTime)
|
void |
setEntries(java.util.Map entries)
|
void |
setKey(java.lang.Long key)
|
void |
setParent(PersistentPortletState parent)
|
void |
setPortletId(java.lang.String portletId)
|
void |
setRelatedRegistration(PersistentRegistration relatedRegistration)
|
void |
setTerminationTime(java.util.Date terminationTime)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Long key
protected java.lang.String portletId
protected java.util.Map entries
protected java.util.Date creationTime
protected java.util.Date terminationTime
protected PersistentRegistration relatedRegistration
protected java.util.Set children
protected PersistentPortletState parent
Constructor Detail |
---|
public PersistentPortletState()
public PersistentPortletState(java.lang.String portletId, PropertyMap propertyMap)
Method Detail |
---|
public java.lang.Long getKey()
public void setKey(java.lang.Long key)
public java.lang.String getId()
getId
in interface PortletStateContext
public java.lang.String getPortletId()
public void setPortletId(java.lang.String portletId)
public java.util.Map getEntries()
public void setEntries(java.util.Map entries)
public java.util.Date getCreationTime()
public void setCreationTime(java.util.Date creationTime)
public java.util.Date getTerminationTime()
public void setTerminationTime(java.util.Date terminationTime)
public PersistentRegistration getRelatedRegistration()
public void setRelatedRegistration(PersistentRegistration relatedRegistration)
public java.util.Set getChildren()
public void setChildren(java.util.Set children)
public PersistentPortletState getParent()
public void setParent(PersistentPortletState parent)
public PortletState getState()
getState
in interface PortletStateContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |