com.sapportals.wcm.rendering.base

Class ProxyStatus

java.lang.Object
  extended by com.sapportals.wcm.rendering.base.ProxyStatus
All Implemented Interfaces:
IControlStatus

Deprecated. As of NetWeaver 7.1

public final class ProxyStatus
extends Object
implements IControlStatus

Since:
EP5 SP6 and EP6 SP1

Constructor Summary
ProxyStatus()
          Deprecated.  
 
Method Summary
 boolean addToPrivate(Object key, Object value, boolean overwrite)
          Deprecated. As of NetWeaver 7.1
 boolean addToPublic(Object key, Object value, boolean overwrite)
          Deprecated. As of NetWeaver 7.1
 StatusInformation execute(IExecutable p0)
          Deprecated. As of NetWeaver 7.1
 StatusInformation execute(String p0)
          Deprecated. As of NetWeaver 7.1
 IExecutable getAction(FieldIdentifier p0)
          Deprecated. As of NetWeaver 7.1
 List getActions()
          Deprecated. As of NetWeaver 7.1
 IUIBaseCommand getEmbeddedCommand()
          Deprecated. As of NetWeaver 7.1
 IField getField(FieldIdentifier p0)
          Deprecated. As of NetWeaver 7.1
 List getFields()
          Deprecated. As of NetWeaver 7.1
 Object getFromPrivate(Object key)
          Deprecated. As of NetWeaver 7.1
 Object getFromPublic(Object key)
          Deprecated. As of NetWeaver 7.1
 HabitatStack getHabitatStack()
          Deprecated. As of NetWeaver 7.1
 String getID()
          Deprecated. As of NetWeaver 7.1
 Set getPublicKeys()
          Deprecated. As of NetWeaver 7.1
 Map getRenderingInformation()
          Deprecated. As of NetWeaver 7.1
 RenderObjectContainer getRenderObjectContainer()
          Deprecated. As of NetWeaver 7.1
 SettingsContainer getSettingsContainer()
          Deprecated. As of NetWeaver 7.1
 StatusInformation getStatusInformation()
          Deprecated. As of NetWeaver 7.1
 boolean isPreparedForAdapterUICommand()
          Deprecated. As of NetWeaver 7.1
 boolean removeFromPrivate(Object key)
          Deprecated. As of NetWeaver 7.1
 boolean removeFromPublic(Object key)
          Deprecated. As of NetWeaver 7.1
 void resetPublicCache()
          Deprecated. As of NetWeaver 7.1
 void setEmbeddedCommand(IUIBaseCommand command)
          Deprecated. As of NetWeaver 7.1
 void setID(String ID)
          Deprecated. As of NetWeaver 7.1
 void setPreparedForAdapterUICommand(boolean flag)
          Deprecated. As of NetWeaver 7.1
 void setRenderingInformation(Map map)
          Deprecated. As of NetWeaver 7.1
 void setRenderObjectContainer(RenderObjectContainer roc)
          Deprecated. As of NetWeaver 7.1
 void setSettingsContainer(SettingsContainer sic)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyStatus

public ProxyStatus()
Deprecated. 
Method Detail

execute

public StatusInformation execute(IExecutable p0)
                          throws WcmException
Deprecated. As of NetWeaver 7.1

Description copied from interface: IControlStatus
carries out the action described by the given parameter.

Specified by:
execute in interface IControlStatus
Parameters:
p0 - TBD: Description of the incoming method parameter
Returns:
the status of the execution - can be null.
Throws:
WcmException - Exception raised in failure situation

execute

public StatusInformation execute(String p0)
                          throws WcmException
Deprecated. As of NetWeaver 7.1

Description copied from interface: IControlStatus
different signature for this method. The implementation must iterate through its defined list of IExecutable objects. If the given parameter matches the IExecutable 's getIdentifier.getID , this IExecutable must be passed to the other signature of this method.

Specified by:
execute in interface IControlStatus
Parameters:
p0 - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value
Throws:
WcmException - Exception raised in failure situation

getField

public IField getField(FieldIdentifier p0)
Deprecated. As of NetWeaver 7.1

Description copied from interface: IControlStatus
returns the field with the given ident-parameter or null , if no such instance could be found.

Specified by:
getField in interface IControlStatus
Parameters:
p0 - TBD: Description of the incoming method parameter
Returns:
field

getAction

public IExecutable getAction(FieldIdentifier p0)
Deprecated. As of NetWeaver 7.1

Description copied from interface: IControlStatus
returns the IExecutable with the given ident-parameter or null , if no such instance could be found.

Specified by:
getAction in interface IControlStatus
Parameters:
p0 - TBD: Description of the incoming method parameter
Returns:
action

getFields

public List getFields()
Deprecated. As of NetWeaver 7.1

Description copied from interface: IControlStatus
returns a list with all fields defined by the implementing class

Specified by:
getFields in interface IControlStatus
Returns:
fields

getActions

public List getActions()
Deprecated. As of NetWeaver 7.1

Description copied from interface: IControlStatus
returns a list with all IExecutable s defined by the implementing class

Specified by:
getActions in interface IControlStatus
Returns:
actions

getStatusInformation

public StatusInformation getStatusInformation()
Deprecated. As of NetWeaver 7.1

Description copied from interface: IControlStatus
returns the status of the implementing class. This status is obtained by asking all of the fields of the implementing class for their status. The first class, that returns a status != null will be used and its status will be returned. Consequently, this method might return null

Specified by:
getStatusInformation in interface IControlStatus
Returns:
statusInformation

addToPublic

public boolean addToPublic(Object key,
                           Object value,
                           boolean overwrite)
Deprecated. As of NetWeaver 7.1


getFromPublic

public Object getFromPublic(Object key)
Deprecated. As of NetWeaver 7.1


getPublicKeys

public Set getPublicKeys()
Deprecated. As of NetWeaver 7.1


resetPublicCache

public void resetPublicCache()
Deprecated. As of NetWeaver 7.1


removeFromPublic

public boolean removeFromPublic(Object key)
Deprecated. As of NetWeaver 7.1


addToPrivate

public boolean addToPrivate(Object key,
                            Object value,
                            boolean overwrite)
Deprecated. As of NetWeaver 7.1


getFromPrivate

public Object getFromPrivate(Object key)
Deprecated. As of NetWeaver 7.1


removeFromPrivate

public boolean removeFromPrivate(Object key)
Deprecated. As of NetWeaver 7.1


getEmbeddedCommand

public IUIBaseCommand getEmbeddedCommand()
Deprecated. As of NetWeaver 7.1


setEmbeddedCommand

public void setEmbeddedCommand(IUIBaseCommand command)
Deprecated. As of NetWeaver 7.1


getRenderingInformation

public Map getRenderingInformation()
Deprecated. As of NetWeaver 7.1


setRenderingInformation

public void setRenderingInformation(Map map)
Deprecated. As of NetWeaver 7.1


setRenderObjectContainer

public void setRenderObjectContainer(RenderObjectContainer roc)
Deprecated. As of NetWeaver 7.1


getRenderObjectContainer

public RenderObjectContainer getRenderObjectContainer()
Deprecated. As of NetWeaver 7.1


setSettingsContainer

public void setSettingsContainer(SettingsContainer sic)
Deprecated. As of NetWeaver 7.1


getSettingsContainer

public SettingsContainer getSettingsContainer()
Deprecated. As of NetWeaver 7.1


setPreparedForAdapterUICommand

public void setPreparedForAdapterUICommand(boolean flag)
Deprecated. As of NetWeaver 7.1


isPreparedForAdapterUICommand

public boolean isPreparedForAdapterUICommand()
Deprecated. As of NetWeaver 7.1


getID

public String getID()
Deprecated. As of NetWeaver 7.1

Description copied from interface: IControlStatus
returns the ID under which this status was registered by the Service

Specified by:
getID in interface IControlStatus
Returns:
iD

setID

public void setID(String ID)
Deprecated. As of NetWeaver 7.1

Description copied from interface: IControlStatus
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.

Specified by:
setID in interface IControlStatus
Parameters:
ID - iD to be set

getHabitatStack

public HabitatStack getHabitatStack()
Deprecated. As of NetWeaver 7.1

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice