public class EntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Entry> implements Entry, com.liferay.portal.kernel.model.ModelWrapper<Entry>
This class is a wrapper for Entry
.
Entry
,
Serialized FormENTRY_ID_ACCESSOR
Constructor and Description |
---|
EntryWrapper(Entry entry) |
Modifier and Type | Method and Description |
---|---|
Entry |
cloneWithOriginalValues() |
java.lang.String |
getAttachmentsDir() |
java.lang.String[] |
getAttachmentsFiles() |
long |
getCompanyId()
Returns the company ID of this entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this entry.
|
long |
getDefinitionId()
Returns the definition ID of this entry.
|
java.lang.String |
getEmailDelivery()
Returns the email delivery of this entry.
|
java.lang.String |
getEmailNotifications()
Returns the email notifications of this entry.
|
java.util.Date |
getEndDate()
Returns the end date of this entry.
|
long |
getEntryId()
Returns the entry ID of this entry.
|
java.lang.String |
getErrorMessage()
Returns the error message of this entry.
|
java.lang.String |
getFormat()
Returns the format of this entry.
|
long |
getGroupId()
Returns the group ID of this entry.
|
java.lang.String |
getJobName() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this entry.
|
java.lang.String |
getPageURL()
Returns the page url of this entry.
|
java.lang.String |
getPortletId()
Returns the portlet ID of this entry.
|
long |
getPrimaryKey()
Returns the primary key of this entry.
|
java.lang.String |
getRecurrence()
Returns the recurrence of this entry.
|
com.liferay.portal.kernel.cal.TZSRecurrence |
getRecurrenceObj() |
boolean |
getRepeating()
Returns the repeating of this entry.
|
java.lang.String |
getReportParameters()
Returns the report parameters of this entry.
|
boolean |
getScheduleRequest()
Returns the schedule request of this entry.
|
java.lang.String |
getSchedulerRequestName() |
java.util.Date |
getStartDate()
Returns the start date of this entry.
|
java.lang.String |
getStatus()
Returns the status of this entry.
|
long |
getUserId()
Returns the user ID of this entry.
|
java.lang.String |
getUserName()
Returns the user name of this entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this entry.
|
boolean |
isRepeating()
Returns
true if this entry is repeating. |
boolean |
isScheduleRequest()
Returns
true if this entry is schedule request. |
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this entry.
|
void |
setDefinitionId(long definitionId)
Sets the definition ID of this entry.
|
void |
setEmailDelivery(java.lang.String emailDelivery)
Sets the email delivery of this entry.
|
void |
setEmailNotifications(java.lang.String emailNotifications)
Sets the email notifications of this entry.
|
void |
setEndDate(java.util.Date endDate)
Sets the end date of this entry.
|
void |
setEntryId(long entryId)
Sets the entry ID of this entry.
|
void |
setErrorMessage(java.lang.String errorMessage)
Sets the error message of this entry.
|
void |
setFormat(java.lang.String format)
Sets the format of this entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this entry.
|
void |
setPageURL(java.lang.String pageURL)
Sets the page url of this entry.
|
void |
setPortletId(java.lang.String portletId)
Sets the portlet ID of this entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this entry.
|
void |
setRecurrence(java.lang.String recurrence)
Sets the recurrence of this entry.
|
void |
setRepeating(boolean repeating)
Sets whether this entry is repeating.
|
void |
setReportParameters(java.lang.String reportParameters)
Sets the report parameters of this entry.
|
void |
setScheduleRequest(boolean scheduleRequest)
Sets whether this entry is schedule request.
|
void |
setStartDate(java.util.Date startDate)
Sets the start date of this entry.
|
void |
setStatus(java.lang.String status)
Sets the status of this entry.
|
void |
setUserId(long userId)
Sets the user ID of this entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this entry.
|
java.lang.String |
toXmlString() |
protected EntryWrapper |
wrap(Entry entry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public EntryWrapper(Entry entry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public Entry cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
cloneWithOriginalValues
in interface EntryModel
public java.lang.String getAttachmentsDir()
getAttachmentsDir
in interface Entry
public java.lang.String[] getAttachmentsFiles() throws com.liferay.portal.kernel.exception.PortalException
getAttachmentsFiles
in interface Entry
com.liferay.portal.kernel.exception.PortalException
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface EntryModel
public java.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface EntryModel
public long getDefinitionId()
getDefinitionId
in interface EntryModel
public java.lang.String getEmailDelivery()
getEmailDelivery
in interface EntryModel
public java.lang.String getEmailNotifications()
getEmailNotifications
in interface EntryModel
public java.util.Date getEndDate()
getEndDate
in interface EntryModel
public long getEntryId()
getEntryId
in interface EntryModel
public java.lang.String getErrorMessage()
getErrorMessage
in interface EntryModel
public java.lang.String getFormat()
getFormat
in interface EntryModel
public long getGroupId()
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
getGroupId
in interface EntryModel
public java.lang.String getJobName()
getJobName
in interface Entry
public java.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface EntryModel
public java.lang.String getPageURL()
getPageURL
in interface EntryModel
public java.lang.String getPortletId()
getPortletId
in interface EntryModel
public long getPrimaryKey()
getPrimaryKey
in interface EntryModel
public java.lang.String getRecurrence()
getRecurrence
in interface EntryModel
public com.liferay.portal.kernel.cal.TZSRecurrence getRecurrenceObj()
getRecurrenceObj
in interface Entry
public boolean getRepeating()
getRepeating
in interface EntryModel
public java.lang.String getReportParameters()
getReportParameters
in interface EntryModel
public boolean getScheduleRequest()
getScheduleRequest
in interface EntryModel
public java.lang.String getSchedulerRequestName()
getSchedulerRequestName
in interface Entry
public java.util.Date getStartDate()
getStartDate
in interface EntryModel
public java.lang.String getStatus()
getStatus
in interface EntryModel
public long getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
getUserId
in interface EntryModel
public java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
in interface EntryModel
public java.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
in interface EntryModel
public boolean isRepeating()
true
if this entry is repeating.isRepeating
in interface EntryModel
true
if this entry is repeating; false
otherwisepublic boolean isScheduleRequest()
true
if this entry is schedule request.isScheduleRequest
in interface EntryModel
true
if this entry is schedule request; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface EntryModel
companyId
- the company ID of this entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface EntryModel
createDate
- the create date of this entrypublic void setDefinitionId(long definitionId)
setDefinitionId
in interface EntryModel
definitionId
- the definition ID of this entrypublic void setEmailDelivery(java.lang.String emailDelivery)
setEmailDelivery
in interface EntryModel
emailDelivery
- the email delivery of this entrypublic void setEmailNotifications(java.lang.String emailNotifications)
setEmailNotifications
in interface EntryModel
emailNotifications
- the email notifications of this entrypublic void setEndDate(java.util.Date endDate)
setEndDate
in interface EntryModel
endDate
- the end date of this entrypublic void setEntryId(long entryId)
setEntryId
in interface EntryModel
entryId
- the entry ID of this entrypublic void setErrorMessage(java.lang.String errorMessage)
setErrorMessage
in interface EntryModel
errorMessage
- the error message of this entrypublic void setFormat(java.lang.String format)
setFormat
in interface EntryModel
format
- the format of this entrypublic void setGroupId(long groupId)
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
in interface EntryModel
groupId
- the group ID of this entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface EntryModel
modifiedDate
- the modified date of this entrypublic void setPageURL(java.lang.String pageURL)
setPageURL
in interface EntryModel
pageURL
- the page url of this entrypublic void setPortletId(java.lang.String portletId)
setPortletId
in interface EntryModel
portletId
- the portlet ID of this entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface EntryModel
primaryKey
- the primary key of this entrypublic void setRecurrence(java.lang.String recurrence)
setRecurrence
in interface EntryModel
recurrence
- the recurrence of this entrypublic void setRepeating(boolean repeating)
setRepeating
in interface EntryModel
repeating
- the repeating of this entrypublic void setReportParameters(java.lang.String reportParameters)
setReportParameters
in interface EntryModel
reportParameters
- the report parameters of this entrypublic void setScheduleRequest(boolean scheduleRequest)
setScheduleRequest
in interface EntryModel
scheduleRequest
- the schedule request of this entrypublic void setStartDate(java.util.Date startDate)
setStartDate
in interface EntryModel
startDate
- the start date of this entrypublic void setStatus(java.lang.String status)
setStatus
in interface EntryModel
status
- the status of this entrypublic void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
in interface EntryModel
userId
- the user ID of this entrypublic void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
in interface EntryModel
userName
- the user name of this entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
in interface EntryModel
userUuid
- the user uuid of this entrypublic java.lang.String toXmlString()
toXmlString
in interface EntryModel
protected EntryWrapper wrap(Entry entry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Entry>