|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DLFileShortcutModel
The base model interface for the DLFileShortcut service. Represents a row in the "DLFileShortcut" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation DLFileShortcutModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFileShortcutImpl.
DLFileShortcut,
DLFileShortcutImpl,
DLFileShortcutModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileShortcut dlFileShortcut)
|
boolean |
getApproved()
Deprecated. isApproved() |
long |
getCompanyId()
Gets the company ID of this d l file shortcut. |
Date |
getCreateDate()
Gets the create date of this d l file shortcut. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFileShortcutId()
Gets the file shortcut ID of this d l file shortcut. |
long |
getFolderId()
Gets the folder ID of this d l file shortcut. |
long |
getGroupId()
Gets the group ID of this d l file shortcut. |
Date |
getModifiedDate()
Gets the modified date of this d l file shortcut. |
long |
getPrimaryKey()
Gets the primary key of this d l file shortcut. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getStatus()
Gets the status of this d l file shortcut. |
long |
getStatusByUserId()
Gets the status by user ID of this d l file shortcut. |
String |
getStatusByUserName()
Gets the status by user name of this d l file shortcut. |
String |
getStatusByUserUuid()
Gets the status by user uuid of this d l file shortcut. |
Date |
getStatusDate()
Gets the status date of this d l file shortcut. |
long |
getToFileEntryId()
Gets the to file entry ID of this d l file shortcut. |
long |
getUserId()
Gets the user ID of this d l file shortcut. |
String |
getUserName()
Gets the user name of this d l file shortcut. |
String |
getUserUuid()
Gets the user uuid of this d l file shortcut. |
String |
getUuid()
Gets the uuid of this d l file shortcut. |
int |
hashCode()
|
boolean |
isApproved()
Determines if this d l file shortcut is approved. |
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isDraft()
Determines if this d l file shortcut is a draft. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isExpired()
Determines if this d l file shortcut is expired. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPending()
Determines if this d l file shortcut is pending. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this d l file shortcut. |
void |
setCreateDate(Date createDate)
Sets the create date of this d l file shortcut. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFileShortcutId(long fileShortcutId)
Sets the file shortcut ID of this d l file shortcut. |
void |
setFolderId(long folderId)
Sets the folder ID of this d l file shortcut. |
void |
setGroupId(long groupId)
Sets the group ID of this d l file shortcut. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this d l file shortcut. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d l file shortcut |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setStatus(int status)
Sets the status of this d l file shortcut. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this d l file shortcut. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this d l file shortcut. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this d l file shortcut. |
void |
setStatusDate(Date statusDate)
Sets the status date of this d l file shortcut. |
void |
setToFileEntryId(long toFileEntryId)
Sets the to file entry ID of this d l file shortcut. |
void |
setUserId(long userId)
Sets the user ID of this d l file shortcut. |
void |
setUserName(String userName)
Sets the user name of this d l file shortcut. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this d l file shortcut. |
void |
setUuid(String uuid)
Sets the uuid of this d l file shortcut. |
CacheModel<DLFileShortcut> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLFileShortcut |
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 interface com.liferay.portal.model.BaseModel |
|---|
resetOriginalValues |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this d l file shortcut@AutoEscape String getUuid()
void setUuid(String uuid)
uuid - the uuid of this d l file shortcutlong getFileShortcutId()
void setFileShortcutId(long fileShortcutId)
fileShortcutId - the file shortcut ID of this d l file shortcutlong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this d l file shortcutlong getCompanyId()
getCompanyId in interface AuditedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelcompanyId - the company ID of this d l file shortcutlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this d l file shortcut
String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelSystemException - if a system exception occurredvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this d l file shortcut@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this d l file shortcutDate getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this d l file shortcutDate getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this d l file shortcutlong getFolderId()
void setFolderId(long folderId)
folderId - the folder ID of this d l file shortcutlong getToFileEntryId()
void setToFileEntryId(long toFileEntryId)
toFileEntryId - the to file entry ID of this d l file shortcutint getStatus()
getStatus in interface WorkflowedModelvoid setStatus(int status)
setStatus in interface WorkflowedModelstatus - the status of this d l file shortcutlong getStatusByUserId()
getStatusByUserId in interface WorkflowedModelvoid setStatusByUserId(long statusByUserId)
setStatusByUserId in interface WorkflowedModelstatusByUserId - the status by user ID of this d l file shortcut
String getStatusByUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setStatusByUserUuid(String statusByUserUuid)
statusByUserUuid - the status by user uuid of this d l file shortcut@AutoEscape String getStatusByUserName()
getStatusByUserName in interface WorkflowedModelvoid setStatusByUserName(String statusByUserName)
setStatusByUserName in interface WorkflowedModelstatusByUserName - the status by user name of this d l file shortcutDate getStatusDate()
getStatusDate in interface WorkflowedModelvoid setStatusDate(Date statusDate)
setStatusDate in interface WorkflowedModelstatusDate - the status date of this d l file shortcutboolean getApproved()
isApproved()
boolean isApproved()
isApproved in interface WorkflowedModeltrue if this d l file shortcut is approved; false otherwiseboolean isDraft()
isDraft in interface WorkflowedModeltrue if this d l file shortcut is a draft; false otherwiseboolean isExpired()
isExpired in interface WorkflowedModeltrue if this d l file shortcut is expired; false otherwiseboolean isPending()
isPending in interface WorkflowedModeltrue if this d l file shortcut is pending; false otherwiseboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<DLFileShortcut>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<DLFileShortcut>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<DLFileShortcut>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<DLFileShortcut>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<DLFileShortcut>true if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<DLFileShortcut>escapedModel - whether this model instance is escapedAutoEscapeBeanHandlerSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileShortcut>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLFileShortcut>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileShortcut>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileShortcut>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<DLFileShortcut>int compareTo(DLFileShortcut dlFileShortcut)
compareTo in interface Comparable<DLFileShortcut>int hashCode()
hashCode in class ObjectCacheModel<DLFileShortcut> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DLFileShortcut>DLFileShortcut toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLFileShortcut>AutoEscapeBeanHandlerString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileShortcut>
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||