Class WebRowDataCollection
- java.lang.Object
-
- de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataCollection<de.uplanet.lucy.server.businesslogic.rtappservices.IServerRowDataCollection>
-
- de.uplanet.lucy.server.businesslogic.rtappservices.WebRowDataCollection
-
- All Implemented Interfaces:
de.uplanet.lucy.server.businesslogic.rtappservices.IAppBindingPresent
,de.uplanet.lucy.server.businesslogic.rtappservices.IContextDataID
,de.uplanet.lucy.server.businesslogic.rtappservices.IDeprecatedDataCollection
,de.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection
,de.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
,de.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
,de.uplanet.lucy.server.businesslogic.rtappservices.IValueHolderDataCollection
,de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection
,de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollectionBindingContextData
,IWebRowDataCollection
public class WebRowDataCollection extends de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataCollection<de.uplanet.lucy.server.businesslogic.rtappservices.IServerRowDataCollection> implements IWebRowDataCollection
-
-
Constructor Summary
Constructors Constructor Description WebRowDataCollection(de.uplanet.lucy.server.businesslogic.rtappservices.IServerRowDataCollection p_dc, de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_recordDC)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContextDataID()
IWebDataRange
getDataRange()
String
getDataRangeAppGuid()
String
getDataRangeDataGroupGuid()
String
getDataRangeGuid()
DataGroupInfo
getMainDataGroup()
String
getMainDatagroupGuid()
de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection
getMainPageDC()
de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection
getRecordDC()
-
Methods inherited from class de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataCollection
getAppBinding, getBinding, getBinding, getBinding, getBinding, getMode, getParentId, getProperties, getPropertiesVH, getRecId, getRecordOwner, getState, getSystemProperty, getSystemProperty, getSystemPropertyVH, getUserId, getValue, getValue, getValueByFieldGuid, getValueByFieldGuid, getValueBySysident, getValueBySysident, getValueHolder, getValueHolderByControlGuid, getValueHolderByFieldGuid, getValueHolderBySysident, getValueStr, getValueStrByFieldGuid, hasSystemProperty, hasValue, hasValueBySysident, hasValueHolderBySysident, isRecordOwnerSet
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IAppBindingPresent
getAppBinding
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IDeprecatedDataCollection
getValueStr, getValueStrByFieldGuid
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection
getUserId
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
getParentId, getProperties, getRecId, getRecordOwner, getValueByFieldGuid, getValueByFieldGuid, getValueHolderByFieldGuid, isRecordOwnerSet
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
getBinding, getBinding, getBinding, getBinding, getSystemProperty, getSystemProperty, getValue, getValue, getValueBySysident, getValueBySysident, hasSystemProperty, hasValue, hasValueBySysident
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IValueHolderDataCollection
getPropertiesVH, getSystemPropertyVH, getValueHolder, getValueHolderByControlGuid, getValueHolderBySysident, hasSystemProperty, hasValueHolderBySysident
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection
getAppBinding, getMode, getState
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IWebRowDataCollection
getRowIdentifier
-
-
-
-
Method Detail
-
getDataRange
public IWebDataRange getDataRange()
- Specified by:
getDataRange
in interfaceIWebRowDataCollection
-
getDataRangeGuid
public String getDataRangeGuid()
- Specified by:
getDataRangeGuid
in interfaceIWebRowDataCollection
- Returns:
- Returns the data range GUID
-
getDataRangeDataGroupGuid
public String getDataRangeDataGroupGuid()
- Specified by:
getDataRangeDataGroupGuid
in interfaceIWebRowDataCollection
- Returns:
- Returns the data range data group GUID.
-
getDataRangeAppGuid
public String getDataRangeAppGuid()
- Specified by:
getDataRangeAppGuid
in interfaceIWebRowDataCollection
- Returns:
- Returns the data range application GUID.
-
getMainPageDC
public de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection getMainPageDC()
- Specified by:
getMainPageDC
in interfacede.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection
-
getRecordDC
public de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection getRecordDC()
- Specified by:
getRecordDC
in interfaceIWebRowDataCollection
- Returns:
- Returns the main web record data collection
-
getContextDataID
public String getContextDataID()
- Specified by:
getContextDataID
in interfacede.uplanet.lucy.server.businesslogic.rtappservices.IContextDataID
-
getMainDatagroupGuid
public String getMainDatagroupGuid()
- Specified by:
getMainDatagroupGuid
in interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
getMainDataGroup
public DataGroupInfo getMainDataGroup()
- Specified by:
getMainDataGroup
in interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
-