|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.rendering.base.MetaStatus
This status simply holds a mapping for keys generated by an IProxyControl
with keys generated by the ControlStatusService.
| Constructor Summary | |
MetaStatus()
|
|
| Method Summary | |
StatusInformation |
execute(IExecutable p0)
carries out the action described by the given parameter. |
StatusInformation |
execute(String p0)
different signature for this method. |
IExecutable |
getAction(FieldIdentifier p0)
returns the IExecutable with the given ident-parameter or
null , if no such instance could be found. |
List |
getActions()
returns a list with all IExecutable s defined by the
implementing class |
IField |
getField(FieldIdentifier p0)
returns the field with the given ident-parameter or null , if
no such instance could be found. |
List |
getFields()
returns a list with all fields defined by the implementing class |
String |
getID()
returns the ID under which this status was registered by the Service |
String |
getProxyStatusID()
|
StatusInformation |
getStatusInformation()
returns the status of the implementing class. |
Properties |
getStatusMapping()
|
void |
setID(String ID)
sets the ID under which this status was registered by the service this field is set by the service and must not be altered afterwards. |
void |
setProxyStatusID(String id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MetaStatus()
| Method Detail |
public StatusInformation execute(IExecutable p0)
throws WcmException
IControlStatus
execute in interface IControlStatusp0 - TBD: Description of the incoming method parameter
WcmException - Exception raised in failure situationpublic Properties getStatusMapping()
public String getProxyStatusID()
public void setProxyStatusID(String id)
public StatusInformation execute(String p0)
throws WcmException
IControlStatusIExecutable objects. If the given
parameter matches the IExecutable 's getIdentifier.getID
, this IExecutable must be passed to the other
signature of this method.
execute in interface IControlStatusp0 - TBD: Description of the incoming method parameter
WcmException - Exception raised in failure situationpublic IField getField(FieldIdentifier p0)
IControlStatusnull , if
no such instance could be found.
getField in interface IControlStatusp0 - TBD: Description of the incoming method parameter
public IExecutable getAction(FieldIdentifier p0)
IControlStatusIExecutable with the given ident-parameter or
null , if no such instance could be found.
getAction in interface IControlStatusp0 - TBD: Description of the incoming method parameter
public List getFields()
IControlStatus
getFields in interface IControlStatuspublic List getActions()
IControlStatusIExecutable s defined by the
implementing class
getActions in interface IControlStatuspublic StatusInformation getStatusInformation()
IControlStatusnull will be used and
its status will be returned. Consequently, this method might return
null
getStatusInformation in interface IControlStatuspublic String getID()
IControlStatus
getID in interface IControlStatuspublic void setID(String ID)
IControlStatus
setID in interface IControlStatusID - iD to be set
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||