Interface IWebRowDataCollection
-
- All Superinterfaces:
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
- All Known Implementing Classes:
WebRow
,WebRowDataCollection
public interface IWebRowDataCollection extends de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection, de.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection, de.uplanet.lucy.server.businesslogic.rtappservices.IAppBindingPresent, de.uplanet.lucy.server.businesslogic.rtappservices.IContextDataID, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollectionBindingContextData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IWebDataRange
getDataRange()
String
getDataRangeAppGuid()
String
getDataRangeDataGroupGuid()
String
getDataRangeGuid()
de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection
getRecordDC()
default String
getRowIdentifier()
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IAppBindingPresent
getAppBinding
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IContextDataID
getContextDataID
-
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
getMainDataGroup, getMainDatagroupGuid, 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
-
-
-
-
Method Detail
-
getRecordDC
de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection getRecordDC()
- Returns:
- Returns the main web record data collection
-
getDataRangeDataGroupGuid
String getDataRangeDataGroupGuid()
- Returns:
- Returns the data range data group GUID.
-
getDataRangeGuid
String getDataRangeGuid()
- Returns:
- Returns the data range GUID
-
getDataRangeAppGuid
String getDataRangeAppGuid()
- Returns:
- Returns the data range application GUID.
-
getDataRange
IWebDataRange getDataRange()
-
getRowIdentifier
default String getRowIdentifier()
- Returns:
- Bad Hack for Share and normal rows
-
-