Package com.liferay.batch.planner.model
Interface BatchPlannerPlan
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<BatchPlannerPlan>,BatchPlannerPlanModel,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<BatchPlannerPlan>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
BatchPlannerPlanWrapper
@ProviderType
public interface BatchPlannerPlan
extends BatchPlannerPlanModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the BatchPlannerPlan service. Represents a row in the "BatchPlannerPlan" 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<BatchPlannerPlan,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, toUnescapedModelMethods inherited from interface com.liferay.batch.planner.model.BatchPlannerPlanModel
cloneWithOriginalValues, getActive, getBatchPlannerPlanId, getCompanyId, getCreateDate, getExport, getExternalType, getExternalURL, getInternalClassName, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getSize, getStatus, getTaskItemDelegateName, getTemplate, getTotal, getUserId, getUserName, getUserUuid, isActive, isExport, isTemplate, setActive, setBatchPlannerPlanId, setCompanyId, setCreateDate, setExport, setExternalType, setExternalURL, setInternalClassName, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setSize, setStatus, setTaskItemDelegateName, setTemplate, setTotal, setUserId, setUserName, setUserUuid, toXmlStringMethods 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.PersistedModel
persist
-
Field Details
-
BATCH_PLANNER_PLAN_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<BatchPlannerPlan,Long> BATCH_PLANNER_PLAN_ID_ACCESSOR
-
-
Method Details
-
fetchBatchPlannerPolicy
-
getBatchPlannerMappings
List<BatchPlannerMapping> getBatchPlannerMappings() -
getBatchPlannerPolicies
List<BatchPlannerPolicy> getBatchPlannerPolicies() -
getBatchPlannerPolicy
BatchPlannerPolicy getBatchPlannerPolicy(String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-