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 |
|---|---|
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.
|
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic 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 java.lang.String getAttachmentsDir()
getAttachmentsDir in interface Entrypublic java.lang.String[] getAttachmentsFiles()
throws com.liferay.portal.kernel.exception.PortalException
getAttachmentsFiles in interface Entrycom.liferay.portal.kernel.exception.PortalExceptionpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface EntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface EntryModelpublic long getDefinitionId()
getDefinitionId in interface EntryModelpublic java.lang.String getEmailDelivery()
getEmailDelivery in interface EntryModelpublic java.lang.String getEmailNotifications()
getEmailNotifications in interface EntryModelpublic java.util.Date getEndDate()
getEndDate in interface EntryModelpublic long getEntryId()
getEntryId in interface EntryModelpublic java.lang.String getErrorMessage()
getErrorMessage in interface EntryModelpublic java.lang.String getFormat()
getFormat in interface EntryModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface EntryModelpublic java.lang.String getJobName()
getJobName in interface Entrypublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface EntryModelpublic java.lang.String getPageURL()
getPageURL in interface EntryModelpublic java.lang.String getPortletId()
getPortletId in interface EntryModelpublic long getPrimaryKey()
getPrimaryKey in interface EntryModelpublic java.lang.String getRecurrence()
getRecurrence in interface EntryModelpublic com.liferay.portal.kernel.cal.TZSRecurrence getRecurrenceObj()
getRecurrenceObj in interface Entrypublic boolean getRepeating()
getRepeating in interface EntryModelpublic java.lang.String getReportParameters()
getReportParameters in interface EntryModelpublic boolean getScheduleRequest()
getScheduleRequest in interface EntryModelpublic java.lang.String getSchedulerRequestName()
getSchedulerRequestName in interface Entrypublic java.util.Date getStartDate()
getStartDate in interface EntryModelpublic java.lang.String getStatus()
getStatus in interface EntryModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface EntryModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface EntryModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface EntryModelpublic boolean isRepeating()
true if this entry is repeating.isRepeating in interface EntryModeltrue if this entry is repeating; false otherwisepublic boolean isScheduleRequest()
true if this entry is schedule request.isScheduleRequest in interface EntryModeltrue if this entry is schedule request; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface EntryModelcompanyId - the company ID of this entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface EntryModelcreateDate - the create date of this entrypublic void setDefinitionId(long definitionId)
setDefinitionId in interface EntryModeldefinitionId - the definition ID of this entrypublic void setEmailDelivery(java.lang.String emailDelivery)
setEmailDelivery in interface EntryModelemailDelivery - the email delivery of this entrypublic void setEmailNotifications(java.lang.String emailNotifications)
setEmailNotifications in interface EntryModelemailNotifications - the email notifications of this entrypublic void setEndDate(java.util.Date endDate)
setEndDate in interface EntryModelendDate - the end date of this entrypublic void setEntryId(long entryId)
setEntryId in interface EntryModelentryId - the entry ID of this entrypublic void setErrorMessage(java.lang.String errorMessage)
setErrorMessage in interface EntryModelerrorMessage - the error message of this entrypublic void setFormat(java.lang.String format)
setFormat in interface EntryModelformat - the format of this entrypublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface EntryModelgroupId - the group ID of this entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface EntryModelmodifiedDate - the modified date of this entrypublic void setPageURL(java.lang.String pageURL)
setPageURL in interface EntryModelpageURL - the page url of this entrypublic void setPortletId(java.lang.String portletId)
setPortletId in interface EntryModelportletId - the portlet ID of this entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface EntryModelprimaryKey - the primary key of this entrypublic void setRecurrence(java.lang.String recurrence)
setRecurrence in interface EntryModelrecurrence - the recurrence of this entrypublic void setRepeating(boolean repeating)
setRepeating in interface EntryModelrepeating - the repeating of this entrypublic void setReportParameters(java.lang.String reportParameters)
setReportParameters in interface EntryModelreportParameters - the report parameters of this entrypublic void setScheduleRequest(boolean scheduleRequest)
setScheduleRequest in interface EntryModelscheduleRequest - the schedule request of this entrypublic void setStartDate(java.util.Date startDate)
setStartDate in interface EntryModelstartDate - the start date of this entrypublic void setStatus(java.lang.String status)
setStatus in interface EntryModelstatus - the status of this entrypublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface EntryModeluserId - the user ID of this entrypublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface EntryModeluserName - the user name of this entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface EntryModeluserUuid - the user uuid of this entryprotected EntryWrapper wrap(Entry entry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Entry>