Package com.liferay.dispatch.model
Class DispatchTriggerWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DispatchTrigger>
com.liferay.dispatch.model.DispatchTriggerWrapper
- All Implemented Interfaces:
DispatchTrigger,DispatchTriggerModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<DispatchTrigger>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.ModelWrapper<DispatchTrigger>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<DispatchTrigger>
public class DispatchTriggerWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DispatchTrigger>
implements DispatchTrigger, com.liferay.portal.kernel.model.ModelWrapper<DispatchTrigger>
This class is a wrapper for DispatchTrigger.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.dispatch.model.DispatchTrigger
DISPATCH_TRIGGER_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the active of this dispatch trigger.longReturns the company ID of this dispatch trigger.Returns the create date of this dispatch trigger.Returns the cron expression of this dispatch trigger.intReturns the dispatch task cluster mode of this dispatch trigger.Returns the dispatch task executor type of this dispatch trigger.Returns the dispatch task settings of this dispatch trigger.com.liferay.portal.kernel.util.UnicodePropertieslongReturns the dispatch trigger ID of this dispatch trigger.Returns the end date of this dispatch trigger.Returns the external reference code of this dispatch trigger.Returns the modified date of this dispatch trigger.longReturns the mvcc version of this dispatch trigger.getName()Returns the name of this dispatch trigger.booleanReturns the overlap allowed of this dispatch trigger.longReturns the primary key of this dispatch trigger.com.liferay.exportimport.kernel.lar.StagedModelTypeReturns the start date of this dispatch trigger.booleanReturns the system of this dispatch trigger.Returns the time zone ID of this dispatch trigger.longReturns the user ID of this dispatch trigger.Returns the user name of this dispatch trigger.Returns the user uuid of this dispatch trigger.getUuid()Returns the uuid of this dispatch trigger.booleanisActive()Returnstrueif this dispatch trigger is active.booleanReturnstrueif this dispatch trigger is overlap allowed.booleanisSystem()Returnstrueif this dispatch trigger is system.voidpersist()voidsetActive(boolean active) Sets whether this dispatch trigger is active.voidsetCompanyId(long companyId) Sets the company ID of this dispatch trigger.voidsetCreateDate(Date createDate) Sets the create date of this dispatch trigger.voidsetCronExpression(String cronExpression) Sets the cron expression of this dispatch trigger.voidsetDispatchTaskClusterMode(int dispatchTaskClusterMode) Sets the dispatch task cluster mode of this dispatch trigger.voidsetDispatchTaskExecutorType(String dispatchTaskExecutorType) Sets the dispatch task executor type of this dispatch trigger.voidsetDispatchTaskSettings(String dispatchTaskSettings) Sets the dispatch task settings of this dispatch trigger.voidsetDispatchTaskSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties dispatchTaskSettingsUnicodeProperties) voidsetDispatchTriggerId(long dispatchTriggerId) Sets the dispatch trigger ID of this dispatch trigger.voidsetEndDate(Date endDate) Sets the end date of this dispatch trigger.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this dispatch trigger.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this dispatch trigger.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this dispatch trigger.voidSets the name of this dispatch trigger.voidsetOverlapAllowed(boolean overlapAllowed) Sets whether this dispatch trigger is overlap allowed.voidsetPrimaryKey(long primaryKey) Sets the primary key of this dispatch trigger.voidsetStartDate(Date startDate) Sets the start date of this dispatch trigger.voidsetSystem(boolean system) Sets whether this dispatch trigger is system.voidsetTimeZoneId(String timeZoneId) Sets the time zone ID of this dispatch trigger.voidsetUserId(long userId) Sets the user ID of this dispatch trigger.voidsetUserName(String userName) Sets the user name of this dispatch trigger.voidsetUserUuid(String userUuid) Sets the user uuid of this dispatch trigger.voidSets the uuid of this dispatch trigger.protected DispatchTriggerWrapperwrap(DispatchTrigger dispatchTrigger) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
DispatchTriggerWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DispatchTrigger>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DispatchTrigger>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DispatchTrigger>- Specified by:
cloneWithOriginalValuesin interfaceDispatchTriggerModel
-
getActive
public boolean getActive()Returns the active of this dispatch trigger.- Specified by:
getActivein interfaceDispatchTriggerModel- Returns:
- the active of this dispatch trigger
-
getCompanyId
public long getCompanyId()Returns the company ID of this dispatch trigger.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceDispatchTriggerModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this dispatch trigger
-
getCreateDate
Returns the create date of this dispatch trigger.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceDispatchTriggerModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this dispatch trigger
-
getCronExpression
Returns the cron expression of this dispatch trigger.- Specified by:
getCronExpressionin interfaceDispatchTriggerModel- Returns:
- the cron expression of this dispatch trigger
-
getDispatchTaskClusterMode
public int getDispatchTaskClusterMode()Returns the dispatch task cluster mode of this dispatch trigger.- Specified by:
getDispatchTaskClusterModein interfaceDispatchTriggerModel- Returns:
- the dispatch task cluster mode of this dispatch trigger
-
getDispatchTaskExecutorType
Returns the dispatch task executor type of this dispatch trigger.- Specified by:
getDispatchTaskExecutorTypein interfaceDispatchTriggerModel- Returns:
- the dispatch task executor type of this dispatch trigger
-
getDispatchTaskSettings
Returns the dispatch task settings of this dispatch trigger.- Specified by:
getDispatchTaskSettingsin interfaceDispatchTriggerModel- Returns:
- the dispatch task settings of this dispatch trigger
-
getDispatchTaskSettingsUnicodeProperties
public com.liferay.portal.kernel.util.UnicodeProperties getDispatchTaskSettingsUnicodeProperties()- Specified by:
getDispatchTaskSettingsUnicodePropertiesin interfaceDispatchTrigger
-
getDispatchTaskStatus
- Specified by:
getDispatchTaskStatusin interfaceDispatchTrigger
-
getDispatchTriggerId
public long getDispatchTriggerId()Returns the dispatch trigger ID of this dispatch trigger.- Specified by:
getDispatchTriggerIdin interfaceDispatchTriggerModel- Returns:
- the dispatch trigger ID of this dispatch trigger
-
getEndDate
Returns the end date of this dispatch trigger.- Specified by:
getEndDatein interfaceDispatchTriggerModel- Returns:
- the end date of this dispatch trigger
-
getExternalReferenceCode
Returns the external reference code of this dispatch trigger.- Specified by:
getExternalReferenceCodein interfaceDispatchTriggerModel- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this dispatch trigger
-
getModifiedDate
Returns the modified date of this dispatch trigger.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceDispatchTriggerModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this dispatch trigger
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this dispatch trigger.- Specified by:
getMvccVersionin interfaceDispatchTriggerModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this dispatch trigger
-
getName
Returns the name of this dispatch trigger.- Specified by:
getNamein interfaceDispatchTriggerModel- Returns:
- the name of this dispatch trigger
-
getNextFireDate
- Specified by:
getNextFireDatein interfaceDispatchTrigger
-
getOverlapAllowed
public boolean getOverlapAllowed()Returns the overlap allowed of this dispatch trigger.- Specified by:
getOverlapAllowedin interfaceDispatchTriggerModel- Returns:
- the overlap allowed of this dispatch trigger
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this dispatch trigger.- Specified by:
getPrimaryKeyin interfaceDispatchTriggerModel- Returns:
- the primary key of this dispatch trigger
-
getStartDate
Returns the start date of this dispatch trigger.- Specified by:
getStartDatein interfaceDispatchTriggerModel- Returns:
- the start date of this dispatch trigger
-
getSystem
public boolean getSystem()Returns the system of this dispatch trigger.- Specified by:
getSystemin interfaceDispatchTriggerModel- Returns:
- the system of this dispatch trigger
-
getTimeZoneEndDate
- Specified by:
getTimeZoneEndDatein interfaceDispatchTrigger
-
getTimeZoneId
Returns the time zone ID of this dispatch trigger.- Specified by:
getTimeZoneIdin interfaceDispatchTriggerModel- Returns:
- the time zone ID of this dispatch trigger
-
getTimeZoneStartDate
- Specified by:
getTimeZoneStartDatein interfaceDispatchTrigger
-
getUserId
public long getUserId()Returns the user ID of this dispatch trigger.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceDispatchTriggerModel- Returns:
- the user ID of this dispatch trigger
-
getUserName
Returns the user name of this dispatch trigger.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceDispatchTriggerModel- Returns:
- the user name of this dispatch trigger
-
getUserUuid
Returns the user uuid of this dispatch trigger.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceDispatchTriggerModel- Returns:
- the user uuid of this dispatch trigger
-
getUuid
Returns the uuid of this dispatch trigger.- Specified by:
getUuidin interfaceDispatchTriggerModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this dispatch trigger
-
isActive
public boolean isActive()Returnstrueif this dispatch trigger is active.- Specified by:
isActivein interfaceDispatchTriggerModel- Returns:
trueif this dispatch trigger is active;falseotherwise
-
isOverlapAllowed
public boolean isOverlapAllowed()Returnstrueif this dispatch trigger is overlap allowed.- Specified by:
isOverlapAllowedin interfaceDispatchTriggerModel- Returns:
trueif this dispatch trigger is overlap allowed;falseotherwise
-
isSystem
public boolean isSystem()Returnstrueif this dispatch trigger is system.- Specified by:
isSystemin interfaceDispatchTriggerModel- Returns:
trueif this dispatch trigger is system;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setActive
public void setActive(boolean active) Sets whether this dispatch trigger is active.- Specified by:
setActivein interfaceDispatchTriggerModel- Parameters:
active- the active of this dispatch trigger
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this dispatch trigger.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceDispatchTriggerModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this dispatch trigger
-
setCreateDate
Sets the create date of this dispatch trigger.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceDispatchTriggerModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this dispatch trigger
-
setCronExpression
Sets the cron expression of this dispatch trigger.- Specified by:
setCronExpressionin interfaceDispatchTriggerModel- Parameters:
cronExpression- the cron expression of this dispatch trigger
-
setDispatchTaskClusterMode
public void setDispatchTaskClusterMode(int dispatchTaskClusterMode) Sets the dispatch task cluster mode of this dispatch trigger.- Specified by:
setDispatchTaskClusterModein interfaceDispatchTriggerModel- Parameters:
dispatchTaskClusterMode- the dispatch task cluster mode of this dispatch trigger
-
setDispatchTaskExecutorType
Sets the dispatch task executor type of this dispatch trigger.- Specified by:
setDispatchTaskExecutorTypein interfaceDispatchTriggerModel- Parameters:
dispatchTaskExecutorType- the dispatch task executor type of this dispatch trigger
-
setDispatchTaskSettings
Sets the dispatch task settings of this dispatch trigger.- Specified by:
setDispatchTaskSettingsin interfaceDispatchTriggerModel- Parameters:
dispatchTaskSettings- the dispatch task settings of this dispatch trigger
-
setDispatchTaskSettingsUnicodeProperties
public void setDispatchTaskSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties dispatchTaskSettingsUnicodeProperties) - Specified by:
setDispatchTaskSettingsUnicodePropertiesin interfaceDispatchTrigger
-
setDispatchTriggerId
public void setDispatchTriggerId(long dispatchTriggerId) Sets the dispatch trigger ID of this dispatch trigger.- Specified by:
setDispatchTriggerIdin interfaceDispatchTriggerModel- Parameters:
dispatchTriggerId- the dispatch trigger ID of this dispatch trigger
-
setEndDate
Sets the end date of this dispatch trigger.- Specified by:
setEndDatein interfaceDispatchTriggerModel- Parameters:
endDate- the end date of this dispatch trigger
-
setExternalReferenceCode
Sets the external reference code of this dispatch trigger.- Specified by:
setExternalReferenceCodein interfaceDispatchTriggerModel- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this dispatch trigger
-
setModifiedDate
Sets the modified date of this dispatch trigger.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceDispatchTriggerModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this dispatch trigger
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this dispatch trigger.- Specified by:
setMvccVersionin interfaceDispatchTriggerModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this dispatch trigger
-
setName
Sets the name of this dispatch trigger.- Specified by:
setNamein interfaceDispatchTriggerModel- Parameters:
name- the name of this dispatch trigger
-
setOverlapAllowed
public void setOverlapAllowed(boolean overlapAllowed) Sets whether this dispatch trigger is overlap allowed.- Specified by:
setOverlapAllowedin interfaceDispatchTriggerModel- Parameters:
overlapAllowed- the overlap allowed of this dispatch trigger
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this dispatch trigger.- Specified by:
setPrimaryKeyin interfaceDispatchTriggerModel- Parameters:
primaryKey- the primary key of this dispatch trigger
-
setStartDate
Sets the start date of this dispatch trigger.- Specified by:
setStartDatein interfaceDispatchTriggerModel- Parameters:
startDate- the start date of this dispatch trigger
-
setSystem
public void setSystem(boolean system) Sets whether this dispatch trigger is system.- Specified by:
setSystemin interfaceDispatchTriggerModel- Parameters:
system- the system of this dispatch trigger
-
setTimeZoneId
Sets the time zone ID of this dispatch trigger.- Specified by:
setTimeZoneIdin interfaceDispatchTriggerModel- Parameters:
timeZoneId- the time zone ID of this dispatch trigger
-
setUserId
public void setUserId(long userId) Sets the user ID of this dispatch trigger.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceDispatchTriggerModel- Parameters:
userId- the user ID of this dispatch trigger
-
setUserName
Sets the user name of this dispatch trigger.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceDispatchTriggerModel- Parameters:
userName- the user name of this dispatch trigger
-
setUserUuid
Sets the user uuid of this dispatch trigger.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceDispatchTriggerModel- Parameters:
userUuid- the user uuid of this dispatch trigger
-
setUuid
Sets the uuid of this dispatch trigger.- Specified by:
setUuidin interfaceDispatchTriggerModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this dispatch trigger
-
toXmlString
- Specified by:
toXmlStringin interfaceDispatchTriggerModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DispatchTrigger>
-