Interface KaleoCondition
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoCondition>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<KaleoCondition>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
,com.liferay.portal.kernel.model.GroupedModel
,KaleoConditionModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
KaleoConditionWrapper
@ProviderType
public interface KaleoCondition
extends KaleoConditionModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the KaleoCondition service. Represents a row in the "KaleoCondition" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<KaleoCondition,
Long> -
Method Summary
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoConditionModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getGroupId, getKaleoConditionId, getKaleoDefinitionId, getKaleoDefinitionVersionId, getKaleoNodeId, getModifiedDate, getMvccVersion, getPrimaryKey, getScript, getScriptLanguage, getScriptRequiredContexts, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setCtCollectionId, setGroupId, setKaleoConditionId, setKaleoDefinitionId, setKaleoDefinitionVersionId, setKaleoNodeId, setModifiedDate, setMvccVersion, setPrimaryKey, setScript, setScriptLanguage, setScriptRequiredContexts, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
KALEO_CONDITION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<KaleoCondition,Long> KALEO_CONDITION_ID_ACCESSOR
-