com.sapportals.wcm.util.controlstatus

Interface IMassDataControlStatus

All Known Subinterfaces:
IConfigurableRendererStatus, IRendererStatus
All Known Implementing Classes:
AbstractRendererStatus, CLPRendererStatus, CollectionRendererStatus, JanusHeadedStatusFlipSide, JanusHeadedStatusFrontside, SearchRendererStatus

public interface IMassDataControlStatus

model to allow handling of mass data. If an IControlStatus holds information and allows modification of one instance of a certain type, this interface allows handling of a list of instances of a certain type. These instances are handled internally as a List and therefore allows to access these instances via their index number (a.k.a. the position) within this list.


Method Summary
 int getEntrySize()
          returns the number of entries that are managed within this status
 FieldSet getFieldSet(int index)
          returns all fields available for the instance of the managed type at this index of the internal list.
 List getMassFields()
          returns all fields that will be available for the managed types of this class.
 

Method Detail

getEntrySize

int getEntrySize()
returns the number of entries that are managed within this status

Returns:
entrySize

getMassFields

List getMassFields()
returns all fields that will be available for the managed types of this class. The returned fields could not hold any values, but will provide meta-information and the according FieldIdentifier values.

Returns:
massFields

getFieldSet

FieldSet getFieldSet(int index)
returns all fields available for the instance of the managed type at this index of the internal list. Throws an IndexOutOfBoundsException if no field set exists for the given index.

Parameters:
index - TBD: Description of the incoming method parameter
Returns:
fieldSet
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk 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