Class StagedGroupedWorkflowDefinitionLinkImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl
com.liferay.portal.model.impl.WorkflowDefinitionLinkBaseImpl
com.liferay.portal.model.impl.WorkflowDefinitionLinkImpl
com.liferay.portal.model.adapter.impl.StagedGroupedWorkflowDefinitionLinkImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.adapter.StagedGroupedWorkflowDefinitionLink
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TypedModel
,com.liferay.portal.kernel.model.WorkflowDefinitionLink
,com.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
public class StagedGroupedWorkflowDefinitionLinkImpl
extends WorkflowDefinitionLinkImpl
implements com.liferay.portal.kernel.model.adapter.StagedGroupedWorkflowDefinitionLink
- Author:
- Zoltan Csaszi
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, EXTERNALREFERENCECODE_COLUMN_BITMASK, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPEPK_COLUMN_BITMASK, UUID_COLUMN_BITMASK, WORKFLOWDEFINITIONNAME_COLUMN_BITMASK, WORKFLOWDEFINITIONVERSION_COLUMN_BITMASK
Fields inherited from interface com.liferay.portal.kernel.model.WorkflowDefinitionLink
WORKFLOW_DEFINITION_LINK_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionStagedGroupedWorkflowDefinitionLinkImpl
(com.liferay.portal.kernel.model.WorkflowDefinitionLink workflowDefinitionLink) -
Method Summary
Modifier and TypeMethodDescriptionclone()
long
long
long
long
com.liferay.exportimport.kernel.lar.StagedModelType
long
long
getUuid()
com.liferay.portal.kernel.model.WorkflowDefinitionLink
long
int
void
setLastPublishDate
(Date date) void
Methods inherited from class com.liferay.portal.model.impl.WorkflowDefinitionLinkBaseImpl
persist
Methods inherited from class com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl
cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCtCollectionId, getExpandoBridge, getExternalReferenceCode, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalExternalReferenceCode, getOriginalGroupId, getOriginalTypePK, getOriginalUuid, getOriginalWorkflowDefinitionName, getOriginalWorkflowDefinitionVersion, getPrimaryKey, getUserUuid, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExpandoBridgeAttributes, setExternalReferenceCode, setGroupId, setModelAttributes, setModifiedDate, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setTypePK, setUserId, setUserName, setUserUuid, setWorkflowDefinitionLinkId, setWorkflowDefinitionName, setWorkflowDefinitionVersion, toCacheModel, toEscapedModel, toString
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
setCompanyId, setCreateDate, setModifiedDate
Methods inherited from interface com.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
cloneWithOriginalValues, getCtCollectionId, getExternalReferenceCode, getMvccVersion, getPrimaryKey, getUserUuid, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExternalReferenceCode, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setTypePK, setUserId, setUserName, setUserUuid, setWorkflowDefinitionLinkId, setWorkflowDefinitionName, setWorkflowDefinitionVersion, toXmlString
-
Constructor Details
-
StagedGroupedWorkflowDefinitionLinkImpl
public StagedGroupedWorkflowDefinitionLinkImpl(com.liferay.portal.kernel.model.WorkflowDefinitionLink workflowDefinitionLink)
-
-
Method Details
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.StagedModel
- Overrides:
clone
in classWorkflowDefinitionLinkModelImpl
-
getClassName
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getClassName
in classWorkflowDefinitionLinkModelImpl
-
getClassNameId
public long getClassNameId()- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getClassNameId
in classWorkflowDefinitionLinkModelImpl
-
getClassPK
public long getClassPK()- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getClassPK
in classWorkflowDefinitionLinkModelImpl
-
getCompanyId
public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getCompanyId
in classWorkflowDefinitionLinkModelImpl
-
getCreateDate
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getCreateDate
in classWorkflowDefinitionLinkModelImpl
-
getGroupId
public long getGroupId()- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getGroupId
in classWorkflowDefinitionLinkModelImpl
-
getLastPublishDate
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getModifiedDate
in classWorkflowDefinitionLinkModelImpl
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
- Overrides:
getPrimaryKeyObj
in classWorkflowDefinitionLinkModelImpl
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
- Overrides:
getStagedModelType
in classWorkflowDefinitionLinkModelImpl
-
getTypePK
public long getTypePK()- Specified by:
getTypePK
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getTypePK
in classWorkflowDefinitionLinkModelImpl
-
getUserId
public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getUserId
in classWorkflowDefinitionLinkModelImpl
-
getUserName
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getUserName
in classWorkflowDefinitionLinkModelImpl
-
getUuid
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getUuid
in classWorkflowDefinitionLinkModelImpl
-
getWorkflowDefinitionLink
public com.liferay.portal.kernel.model.WorkflowDefinitionLink getWorkflowDefinitionLink() -
getWorkflowDefinitionLinkId
public long getWorkflowDefinitionLinkId()- Specified by:
getWorkflowDefinitionLinkId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getWorkflowDefinitionLinkId
in classWorkflowDefinitionLinkModelImpl
-
getWorkflowDefinitionName
- Specified by:
getWorkflowDefinitionName
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getWorkflowDefinitionName
in classWorkflowDefinitionLinkModelImpl
-
getWorkflowDefinitionVersion
public int getWorkflowDefinitionVersion()- Specified by:
getWorkflowDefinitionVersion
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
getWorkflowDefinitionVersion
in classWorkflowDefinitionLinkModelImpl
-
setLastPublishDate
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
-
setUuid
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
- Overrides:
setUuid
in classWorkflowDefinitionLinkModelImpl
-