com.sapportals.wcm.rendering.base

Interface ILayoutSetEvent


Deprecated. As of NetWeaver 7.1

public interface ILayoutSetEvent

allows to specify the name of a layoutset that should be used by the IProxy receiving this event. It is the event creator's responsibilty to ensure that this is an existing layoutset. Usage of this event should not occur when the UI is in an already specialized mode, e.g. when selecting targets for a copy operation. Creation of this event must be added to the trace-file.


Method Summary
 String getLayoutSet()
          Deprecated. As of NetWeaver 7.1
 RID getRID()
          Deprecated. As of NetWeaver 7.1
 RID getStartRID()
          Deprecated. As of NetWeaver 7.1
 void setLayoutSet(String set)
          Deprecated. As of NetWeaver 7.1
 

Method Detail

getLayoutSet

String getLayoutSet()
Deprecated. As of NetWeaver 7.1

Returns:
the id of the layoutset defined for this event. Might return an empty String or null

setLayoutSet

void setLayoutSet(String set)
Deprecated. As of NetWeaver 7.1

Parameters:
set - the id of the layoutset that should be transported by this event. Might be an empty String or null.

getRID

RID getRID()
Deprecated. As of NetWeaver 7.1

Returns:
the RID that should be used as the collection for the current view. Might be null. If it is not null, it must point to a valid ICollection

getStartRID

RID getStartRID()
Deprecated. As of NetWeaver 7.1

Returns:
the RID that should be used as the start collection for the current view. Might be null. If it is not null, it must point to a valid ICollection. It must be an ancestor of the RID returned by the method getRID or the exact same RID.
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