Package com.liferay.dispatch.model
Interface DispatchTriggerModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<DispatchTrigger>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DispatchTrigger>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
DispatchTrigger
- All Known Implementing Classes:
DispatchTriggerWrapper
@ProviderType
public interface DispatchTriggerModel
extends com.liferay.portal.kernel.model.BaseModel<DispatchTrigger>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
The base model interface for the DispatchTrigger service. Represents a row in the "DispatchTrigger" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.dispatch.model.impl.DispatchTriggerModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.dispatch.model.impl.DispatchTriggerImpl.
- See Also:
- Generated:
-
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.longReturns 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.Returns 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.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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this dispatch trigger.- Returns:
- the primary key of this dispatch trigger
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this dispatch trigger.- Parameters:
primaryKey- the primary key of this dispatch trigger
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this dispatch trigger.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this dispatch trigger
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this dispatch trigger.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this dispatch trigger
-
getUuid
Returns the uuid of this dispatch trigger.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this dispatch trigger
-
setUuid
Sets the uuid of this dispatch trigger.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this dispatch trigger
-
getExternalReferenceCode
Returns the external reference code of this dispatch trigger.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this dispatch trigger
-
setExternalReferenceCode
Sets the external reference code of this dispatch trigger.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this dispatch trigger
-
getDispatchTriggerId
long getDispatchTriggerId()Returns the dispatch trigger ID of this dispatch trigger.- Returns:
- the dispatch trigger ID of this dispatch trigger
-
setDispatchTriggerId
void setDispatchTriggerId(long dispatchTriggerId) Sets the dispatch trigger ID of this dispatch trigger.- Parameters:
dispatchTriggerId- the dispatch trigger ID of this dispatch trigger
-
getCompanyId
long getCompanyId()Returns the company ID of this dispatch trigger.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- 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
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this dispatch trigger.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- 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
-
getUserId
long getUserId()Returns the user ID of this dispatch trigger.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this dispatch trigger
-
setUserId
void setUserId(long userId) Sets the user ID of this dispatch trigger.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this dispatch trigger
-
getUserUuid
String getUserUuid()Returns the user uuid of this dispatch trigger.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this dispatch trigger
-
setUserUuid
Sets the user uuid of this dispatch trigger.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this dispatch trigger
-
getUserName
Returns the user name of this dispatch trigger.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this dispatch trigger
-
setUserName
Sets the user name of this dispatch trigger.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this dispatch trigger
-
getCreateDate
Date getCreateDate()Returns the create date of this dispatch trigger.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date 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 interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this dispatch trigger
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this dispatch trigger.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date 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 interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this dispatch trigger
-
getActive
boolean getActive()Returns the active of this dispatch trigger.- Returns:
- the active of this dispatch trigger
-
isActive
boolean isActive()Returnstrueif this dispatch trigger is active.- Returns:
trueif this dispatch trigger is active;falseotherwise
-
setActive
void setActive(boolean active) Sets whether this dispatch trigger is active.- Parameters:
active- the active of this dispatch trigger
-
getCronExpression
Returns the cron expression of this dispatch trigger.- Returns:
- the cron expression of this dispatch trigger
-
setCronExpression
Sets the cron expression of this dispatch trigger.- Parameters:
cronExpression- the cron expression of this dispatch trigger
-
getDispatchTaskClusterMode
int getDispatchTaskClusterMode()Returns the dispatch task cluster mode of this dispatch trigger.- Returns:
- the dispatch task cluster mode of this dispatch trigger
-
setDispatchTaskClusterMode
void setDispatchTaskClusterMode(int dispatchTaskClusterMode) Sets the dispatch task cluster mode of this dispatch trigger.- Parameters:
dispatchTaskClusterMode- the dispatch task cluster mode of this dispatch trigger
-
getDispatchTaskExecutorType
Returns the dispatch task executor type of this dispatch trigger.- Returns:
- the dispatch task executor type of this dispatch trigger
-
setDispatchTaskExecutorType
Sets the dispatch task executor type of this dispatch trigger.- Parameters:
dispatchTaskExecutorType- the dispatch task executor type of this dispatch trigger
-
getDispatchTaskSettings
Returns the dispatch task settings of this dispatch trigger.- Returns:
- the dispatch task settings of this dispatch trigger
-
setDispatchTaskSettings
Sets the dispatch task settings of this dispatch trigger.- Parameters:
dispatchTaskSettings- the dispatch task settings of this dispatch trigger
-
getEndDate
Date getEndDate()Returns the end date of this dispatch trigger.- Returns:
- the end date of this dispatch trigger
-
setEndDate
Sets the end date of this dispatch trigger.- Parameters:
endDate- the end date of this dispatch trigger
-
getName
Returns the name of this dispatch trigger.- Returns:
- the name of this dispatch trigger
-
setName
Sets the name of this dispatch trigger.- Parameters:
name- the name of this dispatch trigger
-
getOverlapAllowed
boolean getOverlapAllowed()Returns the overlap allowed of this dispatch trigger.- Returns:
- the overlap allowed of this dispatch trigger
-
isOverlapAllowed
boolean isOverlapAllowed()Returnstrueif this dispatch trigger is overlap allowed.- Returns:
trueif this dispatch trigger is overlap allowed;falseotherwise
-
setOverlapAllowed
void setOverlapAllowed(boolean overlapAllowed) Sets whether this dispatch trigger is overlap allowed.- Parameters:
overlapAllowed- the overlap allowed of this dispatch trigger
-
getStartDate
Date getStartDate()Returns the start date of this dispatch trigger.- Returns:
- the start date of this dispatch trigger
-
setStartDate
Sets the start date of this dispatch trigger.- Parameters:
startDate- the start date of this dispatch trigger
-
getSystem
boolean getSystem()Returns the system of this dispatch trigger.- Returns:
- the system of this dispatch trigger
-
isSystem
boolean isSystem()Returnstrueif this dispatch trigger is system.- Returns:
trueif this dispatch trigger is system;falseotherwise
-
setSystem
void setSystem(boolean system) Sets whether this dispatch trigger is system.- Parameters:
system- the system of this dispatch trigger
-
getTimeZoneId
Returns the time zone ID of this dispatch trigger.- Returns:
- the time zone ID of this dispatch trigger
-
setTimeZoneId
Sets the time zone ID of this dispatch trigger.- Parameters:
timeZoneId- the time zone ID of this dispatch trigger
-
cloneWithOriginalValues
DispatchTrigger cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DispatchTrigger>
-
toXmlString
-