|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DLFolder>
com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
@JSON(strict=true) @ProviderType public class DLFolderModelImpl
The base model implementation for the DLFolder service. Represents a row in the "DLFolder" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLFolderModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFolderImpl.
DLFolderImpl,
DLFolder,
DLFolderModel,
Serialized Form| Constructor Summary | |
|---|---|
DLFolderModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFolder dlFolder)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this document library folder. |
long |
getContainerModelId()
Returns the container model ID of this document library folder. |
String |
getContainerModelName()
Returns the container name of this document library folder. |
Date |
getCreateDate()
Returns the create date of this document library folder. |
long |
getDefaultFileEntryTypeId()
Returns the default file entry type ID of this document library folder. |
String |
getDescription()
Returns the description of this document library folder. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFolderId()
Returns the folder ID of this document library folder. |
long |
getGroupId()
Returns the group ID of this document library folder. |
boolean |
getHidden()
Returns the hidden of this document library folder. |
Date |
getLastPostDate()
Returns the last post date of this document library folder. |
Date |
getLastPublishDate()
Returns the last publish date of this document library folder. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this document library folder. |
boolean |
getMountPoint()
Returns the mount point of this document library folder. |
String |
getName()
Returns the name of this document library folder. |
long |
getOriginalCompanyId()
|
long |
getOriginalFolderId()
|
long |
getOriginalGroupId()
|
boolean |
getOriginalHidden()
|
boolean |
getOriginalMountPoint()
|
String |
getOriginalName()
|
long |
getOriginalParentFolderId()
|
long |
getOriginalRepositoryId()
|
int |
getOriginalStatus()
|
String |
getOriginalTreePath()
|
String |
getOriginalUuid()
|
long |
getParentContainerModelId()
Returns the parent container model ID of this document library folder. |
long |
getParentFolderId()
Returns the parent folder ID of this document library folder. |
long |
getPrimaryKey()
Returns the primary key of this document library folder. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRepositoryId()
Returns the repository ID of this document library folder. |
int |
getRestrictionType()
Returns the restriction type of this document library folder. |
StagedModelType |
getStagedModelType()
|
int |
getStatus()
Returns the status of this document library folder. |
long |
getStatusByUserId()
Returns the status by user ID of this document library folder. |
String |
getStatusByUserName()
Returns the status by user name of this document library folder. |
String |
getStatusByUserUuid()
Returns the status by user uuid of this document library folder. |
Date |
getStatusDate()
Returns the status date of this document library folder. |
TrashEntry |
getTrashEntry()
Returns the trash entry created when this document library folder was moved to the Recycle Bin. |
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this document library folder. |
TrashHandler |
getTrashHandler()
Returns the trash handler for this document library folder. |
String |
getTreePath()
Returns the tree path of this document library folder. |
long |
getUserId()
Returns the user ID of this document library folder. |
String |
getUserName()
Returns the user name of this document library folder. |
String |
getUserUuid()
Returns the user uuid of this document library folder. |
String |
getUuid()
Returns the uuid of this document library folder. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isApproved()
Returns true if this document library folder is approved. |
boolean |
isDenied()
Returns true if this document library folder is denied. |
boolean |
isDraft()
Returns true if this document library folder is a draft. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isExpired()
Returns true if this document library folder is expired. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isHidden()
Returns true if this document library folder is hidden. |
boolean |
isInactive()
Returns true if this document library folder is inactive. |
boolean |
isIncomplete()
Returns true if this document library folder is incomplete. |
boolean |
isInTrash()
Returns true if this document library folder is in the Recycle Bin. |
boolean |
isInTrashContainer()
Returns true if the parent of this document library folder is in the Recycle Bin. |
boolean |
isInTrashExplicitly()
|
boolean |
isInTrashImplicitly()
|
boolean |
isMountPoint()
Returns true if this document library folder is mount point. |
boolean |
isPending()
Returns true if this document library folder is pending. |
boolean |
isScheduled()
Returns true if this document library folder is scheduled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCompanyId(long companyId)
Sets the company ID of this document library folder. |
void |
setContainerModelId(long containerModelId)
Sets the container model ID of this document library folder. |
void |
setCreateDate(Date createDate)
Sets the create date of this document library folder. |
void |
setDefaultFileEntryTypeId(long defaultFileEntryTypeId)
Sets the default file entry type ID of this document library folder. |
void |
setDescription(String description)
Sets the description of this document library folder. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFolderId(long folderId)
Sets the folder ID of this document library folder. |
void |
setGroupId(long groupId)
Sets the group ID of this document library folder. |
void |
setHidden(boolean hidden)
Sets whether this document library folder is hidden. |
void |
setLastPostDate(Date lastPostDate)
Sets the last post date of this document library folder. |
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this document library folder. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this document library folder. |
void |
setMountPoint(boolean mountPoint)
Sets whether this document library folder is mount point. |
void |
setName(String name)
Sets the name of this document library folder. |
void |
setParentContainerModelId(long parentContainerModelId)
Sets the parent container model ID of this document library folder. |
void |
setParentFolderId(long parentFolderId)
Sets the parent folder ID of this document library folder. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library folder. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRepositoryId(long repositoryId)
Sets the repository ID of this document library folder. |
void |
setRestrictionType(int restrictionType)
Sets the restriction type of this document library folder. |
void |
setStatus(int status)
Sets the status of this document library folder. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this document library folder. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this document library folder. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this document library folder. |
void |
setStatusDate(Date statusDate)
Sets the status date of this document library folder. |
void |
setTreePath(String treePath)
Sets the tree path of this document library folder. |
void |
setUserId(long userId)
Sets the user ID of this document library folder. |
void |
setUserName(String userName)
Sets the user name of this document library folder. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this document library folder. |
void |
setUuid(String uuid)
Sets the uuid of this document library folder. |
CacheModel<DLFolder> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLFolder |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static DLFolder |
toModel(DLFolderSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<DLFolder> |
toModels(DLFolderSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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.documentlibrary.model.DLFolderModel |
|---|
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 Map<String,Integer> TABLE_COLUMNS_MAP
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 FOLDERID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long HIDDEN_COLUMN_BITMASK
public static final long MOUNTPOINT_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long PARENTFOLDERID_COLUMN_BITMASK
public static final long REPOSITORYID_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
public static final long TREEPATH_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_NAME
public static final Object[][] MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_COLUMNS
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DLFOLDERS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DLFolderModelImpl()
| Method Detail |
|---|
public static DLFolder toModel(DLFolderSoap soapModel)
soapModel - the soap model instance to convert
public static List<DLFolder> toModels(DLFolderSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
DLFolderModel
getPrimaryKey in interface DLFolderModelpublic void setPrimaryKey(long primaryKey)
DLFolderModel
setPrimaryKey in interface DLFolderModelprimaryKey - the primary key of this document library folderpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFolder>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DLFolderModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLFolder>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DLFolderModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelgetModelClass in interface ContainerModelpublic String getModelClassName()
getModelClassName in interface ClassedModelgetModelClassName in interface ContainerModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<DLFolder>getModelAttributes in class BaseModelImpl<DLFolder>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DLFolder>setModelAttributes in class BaseModelImpl<DLFolder>@JSON public String getUuid()
DLFolderModel
getUuid in interface StagedModelgetUuid in interface DLFolderModelpublic void setUuid(String uuid)
DLFolderModel
setUuid in interface StagedModelsetUuid in interface DLFolderModeluuid - the uuid of this document library folderpublic String getOriginalUuid()
@JSON public long getFolderId()
DLFolderModel
getFolderId in interface DLFolderModelpublic void setFolderId(long folderId)
DLFolderModel
setFolderId in interface DLFolderModelfolderId - the folder ID of this document library folderpublic long getOriginalFolderId()
@JSON public long getGroupId()
DLFolderModel
getGroupId in interface GroupedModelgetGroupId in interface DLFolderModelpublic void setGroupId(long groupId)
DLFolderModel
setGroupId in interface GroupedModelsetGroupId in interface DLFolderModelgroupId - the group ID of this document library folderpublic long getOriginalGroupId()
@JSON public long getCompanyId()
DLFolderModel
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface DLFolderModelpublic void setCompanyId(long companyId)
DLFolderModel
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface DLFolderModelcompanyId - the company ID of this document library folderpublic long getOriginalCompanyId()
@JSON public long getUserId()
DLFolderModel
getUserId in interface AuditedModelgetUserId in interface DLFolderModelpublic void setUserId(long userId)
DLFolderModel
setUserId in interface AuditedModelsetUserId in interface DLFolderModeluserId - the user ID of this document library folderpublic String getUserUuid()
DLFolderModel
getUserUuid in interface AuditedModelgetUserUuid in interface DLFolderModelpublic void setUserUuid(String userUuid)
DLFolderModel
setUserUuid in interface AuditedModelsetUserUuid in interface DLFolderModeluserUuid - the user uuid of this document library folder@JSON public String getUserName()
DLFolderModel
getUserName in interface AuditedModelgetUserName in interface DLFolderModelpublic void setUserName(String userName)
DLFolderModel
setUserName in interface AuditedModelsetUserName in interface DLFolderModeluserName - the user name of this document library folder@JSON public Date getCreateDate()
DLFolderModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface DLFolderModelpublic void setCreateDate(Date createDate)
DLFolderModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface DLFolderModelcreateDate - the create date of this document library folder@JSON public Date getModifiedDate()
DLFolderModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface DLFolderModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
DLFolderModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface DLFolderModelmodifiedDate - the modified date of this document library folder@JSON public long getRepositoryId()
DLFolderModel
getRepositoryId in interface DLFolderModelpublic void setRepositoryId(long repositoryId)
DLFolderModel
setRepositoryId in interface DLFolderModelrepositoryId - the repository ID of this document library folderpublic long getOriginalRepositoryId()
@JSON public boolean getMountPoint()
DLFolderModel
getMountPoint in interface DLFolderModelpublic boolean isMountPoint()
DLFolderModeltrue if this document library folder is mount point.
isMountPoint in interface DLFolderModeltrue if this document library folder is mount point; false otherwisepublic void setMountPoint(boolean mountPoint)
DLFolderModel
setMountPoint in interface DLFolderModelmountPoint - the mount point of this document library folderpublic boolean getOriginalMountPoint()
@JSON public long getParentFolderId()
DLFolderModel
getParentFolderId in interface DLFolderModelpublic void setParentFolderId(long parentFolderId)
DLFolderModel
setParentFolderId in interface DLFolderModelparentFolderId - the parent folder ID of this document library folderpublic long getOriginalParentFolderId()
@JSON public String getTreePath()
DLFolderModel
getTreePath in interface DLFolderModelpublic void setTreePath(String treePath)
DLFolderModel
setTreePath in interface DLFolderModeltreePath - the tree path of this document library folderpublic String getOriginalTreePath()
@JSON public String getName()
DLFolderModel
getName in interface DLFolderModelpublic void setName(String name)
DLFolderModel
setName in interface DLFolderModelname - the name of this document library folderpublic String getOriginalName()
@JSON public String getDescription()
DLFolderModel
getDescription in interface DLFolderModelpublic void setDescription(String description)
DLFolderModel
setDescription in interface DLFolderModeldescription - the description of this document library folder@JSON public Date getLastPostDate()
DLFolderModel
getLastPostDate in interface DLFolderModelpublic void setLastPostDate(Date lastPostDate)
DLFolderModel
setLastPostDate in interface DLFolderModellastPostDate - the last post date of this document library folder@JSON public long getDefaultFileEntryTypeId()
DLFolderModel
getDefaultFileEntryTypeId in interface DLFolderModelpublic void setDefaultFileEntryTypeId(long defaultFileEntryTypeId)
DLFolderModel
setDefaultFileEntryTypeId in interface DLFolderModeldefaultFileEntryTypeId - the default file entry type ID of this document library folder@JSON public boolean getHidden()
DLFolderModel
getHidden in interface DLFolderModelpublic boolean isHidden()
DLFolderModeltrue if this document library folder is hidden.
isHidden in interface DLFolderModeltrue if this document library folder is hidden; false otherwisepublic void setHidden(boolean hidden)
DLFolderModel
setHidden in interface DLFolderModelhidden - the hidden of this document library folderpublic boolean getOriginalHidden()
@JSON public int getRestrictionType()
DLFolderModel
getRestrictionType in interface DLFolderModelpublic void setRestrictionType(int restrictionType)
DLFolderModel
setRestrictionType in interface DLFolderModelrestrictionType - the restriction type of this document library folder@JSON public Date getLastPublishDate()
DLFolderModel
getLastPublishDate in interface StagedGroupedModelgetLastPublishDate in interface DLFolderModelpublic void setLastPublishDate(Date lastPublishDate)
DLFolderModel
setLastPublishDate in interface StagedGroupedModelsetLastPublishDate in interface DLFolderModellastPublishDate - the last publish date of this document library folder@JSON public int getStatus()
DLFolderModel
getStatus in interface TrashedModelgetStatus in interface WorkflowedModelgetStatus in interface DLFolderModelpublic void setStatus(int status)
DLFolderModel
setStatus in interface WorkflowedModelsetStatus in interface DLFolderModelstatus - the status of this document library folderpublic int getOriginalStatus()
@JSON public long getStatusByUserId()
DLFolderModel
getStatusByUserId in interface WorkflowedModelgetStatusByUserId in interface DLFolderModelpublic void setStatusByUserId(long statusByUserId)
DLFolderModel
setStatusByUserId in interface WorkflowedModelsetStatusByUserId in interface DLFolderModelstatusByUserId - the status by user ID of this document library folderpublic String getStatusByUserUuid()
DLFolderModel
getStatusByUserUuid in interface WorkflowedModelgetStatusByUserUuid in interface DLFolderModelpublic void setStatusByUserUuid(String statusByUserUuid)
DLFolderModel
setStatusByUserUuid in interface WorkflowedModelsetStatusByUserUuid in interface DLFolderModelstatusByUserUuid - the status by user uuid of this document library folder@JSON public String getStatusByUserName()
DLFolderModel
getStatusByUserName in interface WorkflowedModelgetStatusByUserName in interface DLFolderModelpublic void setStatusByUserName(String statusByUserName)
DLFolderModel
setStatusByUserName in interface WorkflowedModelsetStatusByUserName in interface DLFolderModelstatusByUserName - the status by user name of this document library folder@JSON public Date getStatusDate()
DLFolderModel
getStatusDate in interface WorkflowedModelgetStatusDate in interface DLFolderModelpublic void setStatusDate(Date statusDate)
DLFolderModel
setStatusDate in interface WorkflowedModelsetStatusDate in interface DLFolderModelstatusDate - the status date of this document library folderpublic long getContainerModelId()
DLFolderModel
getContainerModelId in interface ContainerModelgetContainerModelId in interface DLFolderModelpublic void setContainerModelId(long containerModelId)
DLFolderModel
setContainerModelId in interface ContainerModelsetContainerModelId in interface DLFolderModelcontainerModelId - the container model ID of this document library folderpublic long getParentContainerModelId()
DLFolderModel
getParentContainerModelId in interface ContainerModelgetParentContainerModelId in interface DLFolderModelpublic void setParentContainerModelId(long parentContainerModelId)
DLFolderModel
setParentContainerModelId in interface ContainerModelsetParentContainerModelId in interface DLFolderModelparentContainerModelId - the parent container model ID of this document library folderpublic String getContainerModelName()
DLFolderModel
getContainerModelName in interface ContainerModelgetContainerModelName in interface DLFolderModelpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModel
public TrashEntry getTrashEntry()
throws PortalException
DLFolderModel
getTrashEntry in interface TrashedModelgetTrashEntry in interface DLFolderModelPortalExceptionpublic long getTrashEntryClassPK()
DLFolderModel
getTrashEntryClassPK in interface TrashedModelgetTrashEntryClassPK in interface DLFolderModelpublic TrashHandler getTrashHandler()
DLFolderModel
getTrashHandler in interface TrashedModelgetTrashHandler in interface DLFolderModelpublic boolean isInTrash()
DLFolderModeltrue if this document library folder is in the Recycle Bin.
isInTrash in interface TrashedModelisInTrash in interface DLFolderModeltrue if this document library folder is in the Recycle Bin; false otherwisepublic boolean isInTrashContainer()
DLFolderModeltrue if the parent of this document library folder is in the Recycle Bin.
isInTrashContainer in interface TrashedModelisInTrashContainer in interface DLFolderModeltrue if the parent of this document library folder is in the Recycle Bin; false otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly in interface TrashedModelisInTrashExplicitly in interface DLFolderModelpublic boolean isInTrashImplicitly()
isInTrashImplicitly in interface TrashedModelisInTrashImplicitly in interface DLFolderModelpublic boolean isApproved()
DLFolderModeltrue if this document library folder is approved.
isApproved in interface WorkflowedModelisApproved in interface DLFolderModeltrue if this document library folder is approved; false otherwisepublic boolean isDenied()
DLFolderModeltrue if this document library folder is denied.
isDenied in interface WorkflowedModelisDenied in interface DLFolderModeltrue if this document library folder is denied; false otherwisepublic boolean isDraft()
DLFolderModeltrue if this document library folder is a draft.
isDraft in interface WorkflowedModelisDraft in interface DLFolderModeltrue if this document library folder is a draft; false otherwisepublic boolean isExpired()
DLFolderModeltrue if this document library folder is expired.
isExpired in interface WorkflowedModelisExpired in interface DLFolderModeltrue if this document library folder is expired; false otherwisepublic boolean isInactive()
DLFolderModeltrue if this document library folder is inactive.
isInactive in interface WorkflowedModelisInactive in interface DLFolderModeltrue if this document library folder is inactive; false otherwisepublic boolean isIncomplete()
DLFolderModeltrue if this document library folder is incomplete.
isIncomplete in interface WorkflowedModelisIncomplete in interface DLFolderModeltrue if this document library folder is incomplete; false otherwisepublic boolean isPending()
DLFolderModeltrue if this document library folder is pending.
isPending in interface WorkflowedModelisPending in interface DLFolderModeltrue if this document library folder is pending; false otherwisepublic boolean isScheduled()
DLFolderModeltrue if this document library folder is scheduled.
isScheduled in interface WorkflowedModelisScheduled in interface DLFolderModeltrue if this document library folder is scheduled; false otherwisepublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFolder>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DLFolderModelgetExpandoBridge in class BaseModelImpl<DLFolder>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFolder>setExpandoBridgeAttributes in interface DLFolderModelsetExpandoBridgeAttributes in class BaseModelImpl<DLFolder>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public DLFolder toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLFolder>toEscapedModel in interface DLFolderModeltoEscapedModel in class BaseModelImpl<DLFolder>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<DLFolder>clone in interface StagedModelclone in interface DLFolderModelclone in class BaseModelImpl<DLFolder>public int compareTo(DLFolder dlFolder)
compareTo in interface DLFolderModelcompareTo in interface Comparable<DLFolder>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DLFolderModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<DLFolder>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<DLFolder>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DLFolder>resetOriginalValues in class BaseModelImpl<DLFolder>public CacheModel<DLFolder> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DLFolder>toCacheModel in interface DLFolderModeltoCacheModel in class BaseModelImpl<DLFolder>public String toString()
toString in interface DLFolderModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFolder>toXmlString in interface DLFolderModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||