Class WebRow
- java.lang.Object
-
- de.uplanet.lucy.server.businesslogic.rtappservices.WebRow
-
- 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 WebRow extends Object implements IWebRowDataCollection, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollectionBindingContextData
-
-
Constructor Summary
Constructors Constructor Description WebRow(de.uplanet.lucy.server.binding.IAppBinding p_binding, de.uplanet.lucy.server.businesslogic.util.IRow p_row, de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_recordDC)
-
Method Summary
-
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.IWebRowDataCollection
getRowIdentifier
-
-
-
-
Method Detail
-
getDataRange
public IWebDataRange getDataRange()
- Specified by:
getDataRangein interfaceIWebRowDataCollection
-
getAppBinding
public de.uplanet.lucy.server.binding.IAppBinding getAppBinding()
- Specified by:
getAppBindingin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IAppBindingPresent- Specified by:
getAppBindingin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection
-
getMode
public de.uplanet.lucy.hop.RECORD_TYPE getMode()
- Specified by:
getModein interfacede.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection
-
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.
-
getDataRangeGuid
public String getDataRangeGuid()
- Specified by:
getDataRangeGuidin interfaceIWebRowDataCollection- Returns:
- Returns the data range 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
-
getValueHolderBySysident
public IValueHolder<?> getValueHolderBySysident(String p_strSysident)
- Specified by:
getValueHolderBySysidentin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueHolderDataCollection
-
hasValueHolderBySysident
public boolean hasValueHolderBySysident(String p_strSysident)
- Specified by:
hasValueHolderBySysidentin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueHolderDataCollection
-
getValueHolder
public IValueHolder<?> getValueHolder(String p_strName)
- Specified by:
getValueHolderin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueHolderDataCollection
-
getValueHolderByControlGuid
public IValueHolder<?> getValueHolderByControlGuid(String p_strName)
- Specified by:
getValueHolderByControlGuidin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueHolderDataCollection
-
getSystemPropertyVH
public IValueHolder<?> getSystemPropertyVH(String p_strName)
- Specified by:
getSystemPropertyVHin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueHolderDataCollection
-
hasSystemProperty
public boolean hasSystemProperty(String p_strName)
- Specified by:
hasSystemPropertyin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection- Specified by:
hasSystemPropertyin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueHolderDataCollection
-
getPropertiesVH
public de.uplanet.lucy.server.businesslogic.rtappservices.IPropertiesMap getPropertiesVH()
- Specified by:
getPropertiesVHin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueHolderDataCollection
-
getProperties
public IPropertiesStringMap getProperties()
- Specified by:
getPropertiesin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
getValueBySysident
public IIxValue getValueBySysident(String p_strSysident)
- Specified by:
getValueBySysidentin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getValueBySysident
public IIxValue getValueBySysident(String p_strSysident, Object p_default)
- Specified by:
getValueBySysidentin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
hasValueBySysident
public boolean hasValueBySysident(String p_strSysident)
- Specified by:
hasValueBySysidentin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getValue
public IIxValue getValue(String p_strName)
- Specified by:
getValuein interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getValue
public IIxValue getValue(String p_strName, Object p_default)
- Specified by:
getValuein interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
hasValue
public boolean hasValue(String p_strName)
- Specified by:
hasValuein interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getBinding
public IIxValue getBinding(String p_strBinding)
- Specified by:
getBindingin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getBinding
public IIxValue getBinding(String p_strBinding, Object p_default)
- Specified by:
getBindingin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getBinding
public IIxValue getBinding(de.uplanet.lucy.server.binding.IBindingKey p_binding)
- Specified by:
getBindingin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getBinding
public IIxValue getBinding(de.uplanet.lucy.server.binding.IBindingKey p_binding, Object p_default)
- Specified by:
getBindingin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getSystemProperty
public IIxValue getSystemProperty(String p_strName)
- Specified by:
getSystemPropertyin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getSystemProperty
public IIxValue getSystemProperty(String p_strName, Object p_default)
- Specified by:
getSystemPropertyin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IValueDataCollection
-
getValueStr
public String getValueStr(String p_strName)
- Specified by:
getValueStrin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IDeprecatedDataCollection
-
getValueStrByFieldGuid
public String getValueStrByFieldGuid(String p_strFieldGuid)
- Specified by:
getValueStrByFieldGuidin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IDeprecatedDataCollection
-
getRecId
public String getRecId()
- Specified by:
getRecIdin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection- Specified by:
getRecIdin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
getParentId
public String getParentId()
- Specified by:
getParentIdin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection- Specified by:
getParentIdin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
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
-
getRecordOwner
public int getRecordOwner()
- Specified by:
getRecordOwnerin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection- Specified by:
getRecordOwnerin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
isRecordOwnerSet
public boolean isRecordOwnerSet()
- Specified by:
isRecordOwnerSetin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection- Specified by:
isRecordOwnerSetin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
getUserId
public String getUserId()
- Specified by:
getUserIdin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection
-
getValueHolderByFieldGuid
public IValueHolder<?> getValueHolderByFieldGuid(String p_strFieldGuid)
- Specified by:
getValueHolderByFieldGuidin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection- Specified by:
getValueHolderByFieldGuidin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
getValueByFieldGuid
public IIxValue getValueByFieldGuid(String p_strGuid)
- Specified by:
getValueByFieldGuidin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection- Specified by:
getValueByFieldGuidin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
getValueByFieldGuid
public IIxValue getValueByFieldGuid(String p_strGuid, Object p_default)
- Specified by:
getValueByFieldGuidin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IFieldGuidWebDataCollection- Specified by:
getValueByFieldGuidin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IObsoleteWebDataCollection
-
getState
public String getState()
- Specified by:
getStatein interfacede.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection
-
setState
public void setState(String p_state)
- Parameters:
p_state-
-
getContextDataID
public String getContextDataID()
- Specified by:
getContextDataIDin interfacede.uplanet.lucy.server.businesslogic.rtappservices.IContextDataID
-
-