|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PortletEntityCtrl
interface represents a single portlet occurance,
that can be shown on a single page or on multiple pages.
This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.
Method Summary | |
void |
reset()
Reset all changes made until the last store
call in the persistent store. |
void |
setId(java.lang.String id)
binds an identifier to this portlet instance |
void |
setPortletDefinition(PortletDefinition portletDefinition)
Sets the portlet definition for this entity. |
void |
store()
Stores the object persistently |
Method Detail |
public void setId(java.lang.String id)
id
- the new identifierpublic void setPortletDefinition(PortletDefinition portletDefinition)
portletDefinition
- the portlet descriptionpublic void store() throws java.io.IOException
java.io.IOException
- in case of trouble fulfilling the requestpublic void reset() throws java.io.IOException
store
call in the persistent store.
java.io.IOException
- in case of trouble fulfilling the request
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |