Class DDLRecordWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecord>
com.liferay.dynamic.data.lists.model.DDLRecordWrapper
- All Implemented Interfaces:
DDLRecord,DDLRecordModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<DDLRecord>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<DDLRecord>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<DDLRecord>
public class DDLRecordWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecord>
implements DDLRecord, com.liferay.portal.kernel.model.ModelWrapper<DDLRecord>
This class is a wrapper for DDLRecord.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.dynamic.data.lists.model.DDLRecord
RECORD_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the class name of this ddl record.longReturns the class pk of this ddl record.longReturns the company ID of this ddl record.Returns the create date of this ddl record.longReturns the ct collection ID of this ddl record.List<com.liferay.dynamic.data.mapping.storage.DDMFormFieldValue> getDDMFormFieldValues(String fieldName) com.liferay.dynamic.data.mapping.storage.DDMFormValueslongReturns the ddm storage ID of this ddl record.intReturns the display index of this ddl record.getFieldDataType(String fieldName) getFieldType(String fieldName) longReturns the group ID of this ddl record.Returns the last publish date of this ddl record.Returns the modified date of this ddl record.longReturns the mvcc version of this ddl record.longReturns the primary key of this ddl record.longReturns the record ID of this ddl record.longReturns the record set ID of this ddl record.Returns the record set version of this ddl record.getRecordVersion(String version) com.liferay.exportimport.kernel.lar.StagedModelTypeintlongReturns the user ID of this ddl record.Returns the user name of this ddl record.Returns the user uuid of this ddl record.getUuid()Returns the uuid of this ddl record.Returns the version of this ddl record.longReturns the version user ID of this ddl record.Returns the version user name of this ddl record.Returns the version user uuid of this ddl record.voidpersist()voidsetClassName(String className) Sets the class name of this ddl record.voidsetClassPK(long classPK) Sets the class pk of this ddl record.voidsetCompanyId(long companyId) Sets the company ID of this ddl record.voidsetCreateDate(Date createDate) Sets the create date of this ddl record.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddl record.voidsetDDMStorageId(long DDMStorageId) Sets the ddm storage ID of this ddl record.voidsetDisplayIndex(int displayIndex) Sets the display index of this ddl record.voidsetGroupId(long groupId) Sets the group ID of this ddl record.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this ddl record.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this ddl record.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ddl record.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ddl record.voidsetRecordId(long recordId) Sets the record ID of this ddl record.voidsetRecordSetId(long recordSetId) Sets the record set ID of this ddl record.voidsetRecordSetVersion(String recordSetVersion) Sets the record set version of this ddl record.voidsetUserId(long userId) Sets the user ID of this ddl record.voidsetUserName(String userName) Sets the user name of this ddl record.voidsetUserUuid(String userUuid) Sets the user uuid of this ddl record.voidSets the uuid of this ddl record.voidsetVersion(String version) Sets the version of this ddl record.voidsetVersionUserId(long versionUserId) Sets the version user ID of this ddl record.voidsetVersionUserName(String versionUserName) Sets the version user name of this ddl record.voidsetVersionUserUuid(String versionUserUuid) Sets the version user uuid of this ddl record.protected DDLRecordWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
DDLRecordWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecord>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecord>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecord>- Specified by:
cloneWithOriginalValuesin interfaceDDLRecordModel
-
getClassName
Returns the class name of this ddl record.- Specified by:
getClassNamein interfaceDDLRecordModel- Returns:
- the class name of this ddl record
-
getClassPK
public long getClassPK()Returns the class pk of this ddl record.- Specified by:
getClassPKin interfaceDDLRecordModel- Returns:
- the class pk of this ddl record
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddl record.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceDDLRecordModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this ddl record
-
getCreateDate
Returns the create date of this ddl record.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceDDLRecordModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this ddl record
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ddl record.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>- Specified by:
getCtCollectionIdin interfaceDDLRecordModel- Returns:
- the ct collection ID of this ddl record
-
getDDMFormFieldValues
public List<com.liferay.dynamic.data.mapping.storage.DDMFormFieldValue> getDDMFormFieldValues(String fieldName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDDMFormFieldValuesin interfaceDDLRecord- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMFormValues
public com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getDDMFormValuesin interfaceDDLRecord- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMStorageId
public long getDDMStorageId()Returns the ddm storage ID of this ddl record.- Specified by:
getDDMStorageIdin interfaceDDLRecordModel- Returns:
- the ddm storage ID of this ddl record
-
getDisplayIndex
public int getDisplayIndex()Returns the display index of this ddl record.- Specified by:
getDisplayIndexin interfaceDDLRecordModel- Returns:
- the display index of this ddl record
-
getFieldDataType
public Serializable getFieldDataType(String fieldName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFieldDataTypein interfaceDDLRecord- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFieldType
- Specified by:
getFieldTypein interfaceDDLRecord- Throws:
Exception
-
getGroupId
public long getGroupId()Returns the group ID of this ddl record.- Specified by:
getGroupIdin interfaceDDLRecordModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this ddl record
-
getLastPublishDate
Returns the last publish date of this ddl record.- Specified by:
getLastPublishDatein interfaceDDLRecordModel- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Returns:
- the last publish date of this ddl record
-
getLatestRecordVersion
public DDLRecordVersion getLatestRecordVersion() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getLatestRecordVersionin interfaceDDLRecord- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getModifiedDate
Returns the modified date of this ddl record.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceDDLRecordModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this ddl record
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddl record.- Specified by:
getMvccVersionin interfaceDDLRecordModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddl record
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ddl record.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>- Specified by:
getPrimaryKeyin interfaceDDLRecordModel- Returns:
- the primary key of this ddl record
-
getRecordId
public long getRecordId()Returns the record ID of this ddl record.- Specified by:
getRecordIdin interfaceDDLRecordModel- Returns:
- the record ID of this ddl record
-
getRecordSet
- Specified by:
getRecordSetin interfaceDDLRecord- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSetId
public long getRecordSetId()Returns the record set ID of this ddl record.- Specified by:
getRecordSetIdin interfaceDDLRecordModel- Returns:
- the record set ID of this ddl record
-
getRecordSetVersion
Returns the record set version of this ddl record.- Specified by:
getRecordSetVersionin interfaceDDLRecordModel- Returns:
- the record set version of this ddl record
-
getRecordVersion
public DDLRecordVersion getRecordVersion() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getRecordVersionin interfaceDDLRecord- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordVersion
public DDLRecordVersion getRecordVersion(String version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRecordVersionin interfaceDDLRecord- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStatus
public int getStatus() throws com.liferay.portal.kernel.exception.PortalException -
getUserId
public long getUserId()Returns the user ID of this ddl record.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceDDLRecordModel- Returns:
- the user ID of this ddl record
-
getUserName
Returns the user name of this ddl record.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceDDLRecordModel- Returns:
- the user name of this ddl record
-
getUserUuid
Returns the user uuid of this ddl record.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceDDLRecordModel- Returns:
- the user uuid of this ddl record
-
getUuid
Returns the uuid of this ddl record.- Specified by:
getUuidin interfaceDDLRecordModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this ddl record
-
getVersion
Returns the version of this ddl record.- Specified by:
getVersionin interfaceDDLRecordModel- Returns:
- the version of this ddl record
-
getVersionUserId
public long getVersionUserId()Returns the version user ID of this ddl record.- Specified by:
getVersionUserIdin interfaceDDLRecordModel- Returns:
- the version user ID of this ddl record
-
getVersionUserName
Returns the version user name of this ddl record.- Specified by:
getVersionUserNamein interfaceDDLRecordModel- Returns:
- the version user name of this ddl record
-
getVersionUserUuid
Returns the version user uuid of this ddl record.- Specified by:
getVersionUserUuidin interfaceDDLRecordModel- Returns:
- the version user uuid of this ddl record
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
Sets the class name of this ddl record.- Specified by:
setClassNamein interfaceDDLRecordModel- Parameters:
className- the class name of this ddl record
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this ddl record.- Specified by:
setClassPKin interfaceDDLRecordModel- Parameters:
classPK- the class pk of this ddl record
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddl record.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceDDLRecordModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this ddl record
-
setCreateDate
Sets the create date of this ddl record.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceDDLRecordModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this ddl record
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddl record.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>- Specified by:
setCtCollectionIdin interfaceDDLRecordModel- Parameters:
ctCollectionId- the ct collection ID of this ddl record
-
setDDMStorageId
public void setDDMStorageId(long DDMStorageId) Sets the ddm storage ID of this ddl record.- Specified by:
setDDMStorageIdin interfaceDDLRecordModel- Parameters:
DDMStorageId- the ddm storage ID of this ddl record
-
setDisplayIndex
public void setDisplayIndex(int displayIndex) Sets the display index of this ddl record.- Specified by:
setDisplayIndexin interfaceDDLRecordModel- Parameters:
displayIndex- the display index of this ddl record
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this ddl record.- Specified by:
setGroupIdin interfaceDDLRecordModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this ddl record
-
setLastPublishDate
Sets the last publish date of this ddl record.- Specified by:
setLastPublishDatein interfaceDDLRecordModel- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this ddl record
-
setModifiedDate
Sets the modified date of this ddl record.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceDDLRecordModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this ddl record
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddl record.- Specified by:
setMvccVersionin interfaceDDLRecordModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddl record
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ddl record.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>- Specified by:
setPrimaryKeyin interfaceDDLRecordModel- Parameters:
primaryKey- the primary key of this ddl record
-
setRecordId
public void setRecordId(long recordId) Sets the record ID of this ddl record.- Specified by:
setRecordIdin interfaceDDLRecordModel- Parameters:
recordId- the record ID of this ddl record
-
setRecordSetId
public void setRecordSetId(long recordSetId) Sets the record set ID of this ddl record.- Specified by:
setRecordSetIdin interfaceDDLRecordModel- Parameters:
recordSetId- the record set ID of this ddl record
-
setRecordSetVersion
Sets the record set version of this ddl record.- Specified by:
setRecordSetVersionin interfaceDDLRecordModel- Parameters:
recordSetVersion- the record set version of this ddl record
-
setUserId
public void setUserId(long userId) Sets the user ID of this ddl record.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceDDLRecordModel- Parameters:
userId- the user ID of this ddl record
-
setUserName
Sets the user name of this ddl record.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceDDLRecordModel- Parameters:
userName- the user name of this ddl record
-
setUserUuid
Sets the user uuid of this ddl record.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceDDLRecordModel- Parameters:
userUuid- the user uuid of this ddl record
-
setUuid
Sets the uuid of this ddl record.- Specified by:
setUuidin interfaceDDLRecordModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this ddl record
-
setVersion
Sets the version of this ddl record.- Specified by:
setVersionin interfaceDDLRecordModel- Parameters:
version- the version of this ddl record
-
setVersionUserId
public void setVersionUserId(long versionUserId) Sets the version user ID of this ddl record.- Specified by:
setVersionUserIdin interfaceDDLRecordModel- Parameters:
versionUserId- the version user ID of this ddl record
-
setVersionUserName
Sets the version user name of this ddl record.- Specified by:
setVersionUserNamein interfaceDDLRecordModel- Parameters:
versionUserName- the version user name of this ddl record
-
setVersionUserUuid
Sets the version user uuid of this ddl record.- Specified by:
setVersionUserUuidin interfaceDDLRecordModel- Parameters:
versionUserUuid- the version user uuid of this ddl record
-
toXmlString
- Specified by:
toXmlStringin interfaceDDLRecordModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecord>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DDLRecord>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecord>
-