|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface of an object that can be registered to handle view requests. These will be called by ViewMaster when it receives a request for a view.
Method Summary | |
WavesetResult |
checkinView(ViewMaster vm,
GenericObject view,
java.util.Map options)
Save changes made to the view. |
GenericObject |
checkoutView(ViewMaster vm,
java.lang.String id,
java.util.Map options)
Get an read/write view of an existing object. |
WavesetResult |
commitView(ViewMaster vm,
GenericObject view,
java.util.Map options)
Save changes made to the view into the repository. |
GenericObject |
createView(ViewMaster vm,
java.util.Map options)
Create an empty object with an appropriate form. |
WavesetResult |
deleteView(ViewMaster vm,
java.lang.String id,
java.util.Map options)
Delete the repository objects that are associated with the view id. |
Form |
getForm(ViewMaster vm,
GenericObject view,
java.lang.String formid,
java.util.Map options)
Get an alternative form for an existing view. |
GenericObject |
getView(ViewMaster vm,
java.lang.String id,
java.util.Map options)
Get a read-only view of an existing object. |
boolean |
isFormHandler()
Internal method called by ViewMaster. |
GenericObject |
refreshView(ViewMaster vm,
GenericObject view,
java.util.Map options)
Refresh view contents. |
void |
unlockView(ViewMaster vm,
GenericObject view,
java.util.Map options)
Unlock all object that underneath a particular view. |
Method Detail |
public GenericObject createView(ViewMaster vm, java.util.Map options) throws WavesetException
ViewMaster provides access to the repository, server cache, and authenticated session if necessary.
WavesetException
public GenericObject getView(ViewMaster vm, java.lang.String id, java.util.Map options) throws WavesetException
ViewMaster provides access to the repository, server cache, and authenticated session.
WavesetException
public Form getForm(ViewMaster vm, GenericObject view, java.lang.String formid, java.util.Map options) throws WavesetException
WavesetException
public GenericObject checkoutView(ViewMaster vm, java.lang.String id, java.util.Map options) throws WavesetException
ViewMaster provides access to the repository, server cache, and authenticated session.
WavesetException
public void unlockView(ViewMaster vm, GenericObject view, java.util.Map options) throws WavesetException
WavesetException
public WavesetResult checkinView(ViewMaster vm, GenericObject view, java.util.Map options) throws WavesetException
WavesetException
public WavesetResult commitView(ViewMaster vm, GenericObject view, java.util.Map options) throws WavesetException
WavesetException
public GenericObject refreshView(ViewMaster vm, GenericObject view, java.util.Map options) throws WavesetException
WavesetException
public boolean isFormHandler()
public WavesetResult deleteView(ViewMaster vm, java.lang.String id, java.util.Map options) throws WavesetException
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |