|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DDMStructureLayout>
com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutModelImpl
@ProviderType public class DDMStructureLayoutModelImpl
The base model implementation for the DDMStructureLayout service. Represents a row in the "DDMStructureLayout" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DDMStructureLayoutModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DDMStructureLayoutImpl.
DDMStructureLayoutImpl,
DDMStructureLayout,
DDMStructureLayoutModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static long |
STRUCTURELAYOUTID_COLUMN_BITMASK
|
static long |
STRUCTUREVERSIONID_COLUMN_BITMASK
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
DDMStructureLayoutModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DDMStructureLayout ddmStructureLayout)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this d d m structure layout. |
Date |
getCreateDate()
Returns the create date of this d d m structure layout. |
DDMFormLayout |
getDDMFormLayout()
|
String |
getDefinition()
Returns the definition of this d d m structure layout. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this d d m structure layout. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this d d m structure layout. |
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
long |
getOriginalStructureVersionId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this d d m structure layout. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
StagedModelType |
getStagedModelType()
|
long |
getStructureLayoutId()
Returns the structure layout ID of this d d m structure layout. |
long |
getStructureVersionId()
Returns the structure version ID of this d d m structure layout. |
long |
getUserId()
Returns the user ID of this d d m structure layout. |
String |
getUserName()
Returns the user name of this d d m structure layout. |
String |
getUserUuid()
Returns the user uuid of this d d m structure layout. |
String |
getUuid()
Returns the uuid of this d d m structure layout. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCompanyId(long companyId)
Sets the company ID of this d d m structure layout. |
void |
setCreateDate(Date createDate)
Sets the create date of this d d m structure layout. |
void |
setDDMFormLayout(DDMFormLayout ddmFormLayout)
|
void |
setDefinition(String definition)
Sets the definition of this d d m structure layout. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this d d m structure layout. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this d d m structure layout. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d d m structure layout. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setStructureLayoutId(long structureLayoutId)
Sets the structure layout ID of this d d m structure layout. |
void |
setStructureVersionId(long structureVersionId)
Sets the structure version ID of this d d m structure layout. |
void |
setUserId(long userId)
Sets the user ID of this d d m structure layout. |
void |
setUserName(String userName)
Sets the user name of this d d m structure layout. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this d d m structure layout. |
void |
setUuid(String uuid)
Sets the uuid of this d d m structure layout. |
CacheModel<DDMStructureLayout> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DDMStructureLayout |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.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.portlet.dynamicdatamapping.model.DDMStructureLayoutModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long STRUCTUREVERSIONID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long STRUCTURELAYOUTID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DDMStructureLayoutModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
DDMStructureLayoutModel
getPrimaryKey in interface DDMStructureLayoutModelpublic void setPrimaryKey(long primaryKey)
DDMStructureLayoutModel
setPrimaryKey in interface DDMStructureLayoutModelprimaryKey - the primary key of this d d m structure layoutpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DDMStructureLayout>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DDMStructureLayoutModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DDMStructureLayout>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DDMStructureLayoutModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDMStructureLayout>getModelAttributes in class BaseModelImpl<DDMStructureLayout>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DDMStructureLayout>setModelAttributes in class BaseModelImpl<DDMStructureLayout>public String getUuid()
DDMStructureLayoutModel
getUuid in interface StagedModelgetUuid in interface DDMStructureLayoutModelpublic void setUuid(String uuid)
DDMStructureLayoutModel
setUuid in interface StagedModelsetUuid in interface DDMStructureLayoutModeluuid - the uuid of this d d m structure layoutpublic String getOriginalUuid()
public long getStructureLayoutId()
DDMStructureLayoutModel
getStructureLayoutId in interface DDMStructureLayoutModelpublic void setStructureLayoutId(long structureLayoutId)
DDMStructureLayoutModel
setStructureLayoutId in interface DDMStructureLayoutModelstructureLayoutId - the structure layout ID of this d d m structure layoutpublic long getGroupId()
DDMStructureLayoutModel
getGroupId in interface GroupedModelgetGroupId in interface DDMStructureLayoutModelpublic void setGroupId(long groupId)
DDMStructureLayoutModel
setGroupId in interface GroupedModelsetGroupId in interface DDMStructureLayoutModelgroupId - the group ID of this d d m structure layoutpublic long getOriginalGroupId()
public long getCompanyId()
DDMStructureLayoutModel
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface DDMStructureLayoutModelpublic void setCompanyId(long companyId)
DDMStructureLayoutModel
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelsetCompanyId in interface DDMStructureLayoutModelcompanyId - the company ID of this d d m structure layoutpublic long getOriginalCompanyId()
public long getUserId()
DDMStructureLayoutModel
getUserId in interface AuditedModelgetUserId in interface DDMStructureLayoutModelpublic void setUserId(long userId)
DDMStructureLayoutModel
setUserId in interface AuditedModelsetUserId in interface DDMStructureLayoutModeluserId - the user ID of this d d m structure layoutpublic String getUserUuid()
DDMStructureLayoutModel
getUserUuid in interface AuditedModelgetUserUuid in interface DDMStructureLayoutModelpublic void setUserUuid(String userUuid)
DDMStructureLayoutModel
setUserUuid in interface AuditedModelsetUserUuid in interface DDMStructureLayoutModeluserUuid - the user uuid of this d d m structure layoutpublic String getUserName()
DDMStructureLayoutModel
getUserName in interface AuditedModelgetUserName in interface DDMStructureLayoutModelpublic void setUserName(String userName)
DDMStructureLayoutModel
setUserName in interface AuditedModelsetUserName in interface DDMStructureLayoutModeluserName - the user name of this d d m structure layoutpublic Date getCreateDate()
DDMStructureLayoutModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface DDMStructureLayoutModelpublic void setCreateDate(Date createDate)
DDMStructureLayoutModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface DDMStructureLayoutModelcreateDate - the create date of this d d m structure layoutpublic Date getModifiedDate()
DDMStructureLayoutModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface DDMStructureLayoutModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
DDMStructureLayoutModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface DDMStructureLayoutModelmodifiedDate - the modified date of this d d m structure layoutpublic long getStructureVersionId()
DDMStructureLayoutModel
getStructureVersionId in interface DDMStructureLayoutModelpublic void setStructureVersionId(long structureVersionId)
DDMStructureLayoutModel
setStructureVersionId in interface DDMStructureLayoutModelstructureVersionId - the structure version ID of this d d m structure layoutpublic long getOriginalStructureVersionId()
public String getDefinition()
DDMStructureLayoutModel
getDefinition in interface DDMStructureLayoutModelpublic void setDefinition(String definition)
DDMStructureLayoutModel
setDefinition in interface DDMStructureLayoutModeldefinition - the definition of this d d m structure layoutpublic DDMFormLayout getDDMFormLayout()
public void setDDMFormLayout(DDMFormLayout ddmFormLayout)
public StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DDMStructureLayout>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DDMStructureLayoutModelgetExpandoBridge in class BaseModelImpl<DDMStructureLayout>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DDMStructureLayout>setExpandoBridgeAttributes in interface DDMStructureLayoutModelsetExpandoBridgeAttributes in class BaseModelImpl<DDMStructureLayout>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public DDMStructureLayout toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DDMStructureLayout>toEscapedModel in interface DDMStructureLayoutModeltoEscapedModel in class BaseModelImpl<DDMStructureLayout>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<DDMStructureLayout>clone in interface StagedModelclone in interface DDMStructureLayoutModelclone in class BaseModelImpl<DDMStructureLayout>public int compareTo(DDMStructureLayout ddmStructureLayout)
compareTo in interface DDMStructureLayoutModelcompareTo in interface Comparable<DDMStructureLayout>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DDMStructureLayoutModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<DDMStructureLayout>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<DDMStructureLayout>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DDMStructureLayout>resetOriginalValues in class BaseModelImpl<DDMStructureLayout>public CacheModel<DDMStructureLayout> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DDMStructureLayout>toCacheModel in interface DDMStructureLayoutModeltoCacheModel in class BaseModelImpl<DDMStructureLayout>public String toString()
toString in interface DDMStructureLayoutModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DDMStructureLayout>toXmlString in interface DDMStructureLayoutModel
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||