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 StringgetContextDataID()IWebDataRangegetDataRange()StringgetDataRangeAppGuid()StringgetDataRangeDataGroupGuid()StringgetDataRangeGuid()DataGroupInfogetMainDataGroup()StringgetMainDatagroupGuid()de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollectiongetMainPageDC()de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollectiongetRecordDC()-
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:
getDataRangein interfaceIWebRowDataCollection
-
getDataRangeGuid
public String getDataRangeGuid()
- Specified by:
getDataRangeGuidin interfaceIWebRowDataCollection- Returns:
- Returns the data range GUID
-
getDataRangeDataGroupGuid
public String getDataRangeDataGroupGuid()
- Specified by:
getDataRangeDataGroupGuidin interfaceIWebRowDataCollection- Returns:
- Returns the data range data group GUID.
-
getDataRangeAppGuid
public String getDataRangeAppGuid()
- Specified by:
getDataRangeAppGuidin interfaceIWebRowDataCollection- Returns:
- Returns the data range application GUID.
-
getMainPageDC
public de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection getMainPageDC()
- Specified by:
getMainPageDCin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection
-
getRecordDC
public de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection getRecordDC()
- Specified by:
getRecordDCin interfaceIWebRowDataCollection- Returns:
- Returns the main web record data collection
-
getContextDataID
public String getContextDataID()
- Specified by:
getContextDataIDin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IContextDataID
-
getMainDatagroupGuid
public String getMainDatagroupGuid()
- Specified by:
getMainDatagroupGuidin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
getMainDataGroup
public DataGroupInfo getMainDataGroup()
- Specified by:
getMainDataGroupin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
-