public class KaleoTaskAssignmentInstanceLocalServiceUtil
extends java.lang.Object
com.liferay.portal.workflow.kaleo.service.impl.KaleoTaskAssignmentInstanceLocalServiceImpl and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.KaleoTaskAssignmentInstanceLocalService| Constructor and Description |
|---|
KaleoTaskAssignmentInstanceLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static KaleoTaskAssignmentInstance |
addKaleoTaskAssignmentInstance(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
Adds the kaleo task assignment instance to the database.
|
static KaleoTaskAssignmentInstance |
addKaleoTaskAssignmentInstance(long groupId,
KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String assigneeClassName,
long assigneeClassPK,
ServiceContext serviceContext) |
static java.util.List<KaleoTaskAssignmentInstance> |
addTaskAssignmentInstances(KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.util.Collection<KaleoTaskAssignment> kaleoTaskAssignments,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext) |
static KaleoTaskAssignmentInstance |
assignKaleoTaskAssignmentInstance(KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String assigneeClassName,
long assigneeClassPK,
ServiceContext serviceContext) |
static java.util.List<KaleoTaskAssignmentInstance> |
assignKaleoTaskAssignmentInstances(KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.util.Collection<KaleoTaskAssignment> kaleoTaskAssignments,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext) |
static KaleoTaskAssignmentInstance |
completeKaleoTaskInstanceToken(long kaleoTaskInstanceTokenId,
ServiceContext serviceContext) |
static KaleoTaskAssignmentInstance |
createKaleoTaskAssignmentInstance(long kaleoTaskAssignmentInstanceId)
Creates a new kaleo task assignment instance with the primary key.
|
static PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
static void |
deleteCompanyKaleoTaskAssignmentInstances(long companyId) |
static void |
deleteKaleoDefinitionVersionKaleoTaskAssignmentInstances(long kaleoDefinitionId) |
static void |
deleteKaleoInstanceKaleoTaskAssignmentInstances(long kaleoInstanceId) |
static KaleoTaskAssignmentInstance |
deleteKaleoTaskAssignmentInstance(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
Deletes the kaleo task assignment instance from the database.
|
static KaleoTaskAssignmentInstance |
deleteKaleoTaskAssignmentInstance(long kaleoTaskAssignmentInstanceId)
Deletes the kaleo task assignment instance with the primary key from the database.
|
static void |
deleteKaleoTaskAssignmentInstances(KaleoTaskInstanceToken kaleoTaskInstanceToken) |
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
static <T> T |
dslQuery(DSLQuery dslQuery) |
static DynamicQuery |
dynamicQuery() |
static <T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
static <T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
static KaleoTaskAssignmentInstance |
fetchFirstKaleoTaskAssignmentInstance(long kaleoTaskInstanceTokenId,
OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) |
static KaleoTaskAssignmentInstance |
fetchFirstKaleoTaskAssignmentInstance(long kaleoTaskInstanceTokenId,
java.lang.String assigneeClassName,
OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator) |
static KaleoTaskAssignmentInstance |
fetchKaleoTaskAssignmentInstance(long kaleoTaskAssignmentInstanceId) |
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static KaleoTaskAssignmentInstance |
getKaleoTaskAssignmentInstance(long kaleoTaskAssignmentInstanceId)
Returns the kaleo task assignment instance with the primary key.
|
static java.util.List<KaleoTaskAssignmentInstance> |
getKaleoTaskAssignmentInstances(int start,
int end)
Returns a range of all the kaleo task assignment instances.
|
static java.util.List<KaleoTaskAssignmentInstance> |
getKaleoTaskAssignmentInstances(long kaleoTaskInstanceTokenId) |
static int |
getKaleoTaskAssignmentInstancesCount()
Returns the number of kaleo task assignment instances.
|
static int |
getKaleoTaskAssignmentInstancesCount(long kaleoTaskInstanceTokenId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static KaleoTaskAssignmentInstanceLocalService |
getService() |
static KaleoTaskAssignmentInstance |
updateKaleoTaskAssignmentInstance(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
Updates the kaleo task assignment instance in the database or adds it if it does not yet exist.
|
public KaleoTaskAssignmentInstanceLocalServiceUtil()
public static KaleoTaskAssignmentInstance addKaleoTaskAssignmentInstance(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
Important: Inspect KaleoTaskAssignmentInstanceLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
kaleoTaskAssignmentInstance - the kaleo task assignment instancepublic static KaleoTaskAssignmentInstance addKaleoTaskAssignmentInstance(long groupId, KaleoTaskInstanceToken kaleoTaskInstanceToken, java.lang.String assigneeClassName, long assigneeClassPK, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static java.util.List<KaleoTaskAssignmentInstance> addTaskAssignmentInstances(KaleoTaskInstanceToken kaleoTaskInstanceToken, java.util.Collection<KaleoTaskAssignment> kaleoTaskAssignments, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static KaleoTaskAssignmentInstance assignKaleoTaskAssignmentInstance(KaleoTaskInstanceToken kaleoTaskInstanceToken, java.lang.String assigneeClassName, long assigneeClassPK, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static java.util.List<KaleoTaskAssignmentInstance> assignKaleoTaskAssignmentInstances(KaleoTaskInstanceToken kaleoTaskInstanceToken, java.util.Collection<KaleoTaskAssignment> kaleoTaskAssignments, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static KaleoTaskAssignmentInstance completeKaleoTaskInstanceToken(long kaleoTaskInstanceTokenId, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static KaleoTaskAssignmentInstance createKaleoTaskAssignmentInstance(long kaleoTaskAssignmentInstanceId)
kaleoTaskAssignmentInstanceId - the primary key for the new kaleo task assignment instancepublic static PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static void deleteCompanyKaleoTaskAssignmentInstances(long companyId)
public static void deleteKaleoDefinitionVersionKaleoTaskAssignmentInstances(long kaleoDefinitionId)
public static void deleteKaleoInstanceKaleoTaskAssignmentInstances(long kaleoInstanceId)
public static KaleoTaskAssignmentInstance deleteKaleoTaskAssignmentInstance(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
Important: Inspect KaleoTaskAssignmentInstanceLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
kaleoTaskAssignmentInstance - the kaleo task assignment instancepublic static KaleoTaskAssignmentInstance deleteKaleoTaskAssignmentInstance(long kaleoTaskAssignmentInstanceId) throws PortalException
Important: Inspect KaleoTaskAssignmentInstanceLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
kaleoTaskAssignmentInstanceId - the primary key of the kaleo task assignment instancePortalException - if a kaleo task assignment instance with the primary key could not be foundpublic static void deleteKaleoTaskAssignmentInstances(KaleoTaskInstanceToken kaleoTaskInstanceToken)
public static PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalExceptionpublic static <T> T dslQuery(DSLQuery dslQuery)
public static DynamicQuery dynamicQuery()
public static <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoTaskAssignmentInstanceModelImpl.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public static <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoTaskAssignmentInstanceModelImpl.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic static KaleoTaskAssignmentInstance fetchFirstKaleoTaskAssignmentInstance(long kaleoTaskInstanceTokenId, OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
public static KaleoTaskAssignmentInstance fetchFirstKaleoTaskAssignmentInstance(long kaleoTaskInstanceTokenId, java.lang.String assigneeClassName, OrderByComparator<KaleoTaskAssignmentInstance> orderByComparator)
public static KaleoTaskAssignmentInstance fetchKaleoTaskAssignmentInstance(long kaleoTaskAssignmentInstanceId)
public static ActionableDynamicQuery getActionableDynamicQuery()
public static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static KaleoTaskAssignmentInstance getKaleoTaskAssignmentInstance(long kaleoTaskAssignmentInstanceId) throws PortalException
kaleoTaskAssignmentInstanceId - the primary key of the kaleo task assignment instancePortalException - if a kaleo task assignment instance with the primary key could not be foundpublic static java.util.List<KaleoTaskAssignmentInstance> getKaleoTaskAssignmentInstances(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoTaskAssignmentInstanceModelImpl.
start - the lower bound of the range of kaleo task assignment instancesend - the upper bound of the range of kaleo task assignment instances (not inclusive)public static java.util.List<KaleoTaskAssignmentInstance> getKaleoTaskAssignmentInstances(long kaleoTaskInstanceTokenId)
public static int getKaleoTaskAssignmentInstancesCount()
public static int getKaleoTaskAssignmentInstancesCount(long kaleoTaskInstanceTokenId)
public static java.lang.String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static KaleoTaskAssignmentInstance updateKaleoTaskAssignmentInstance(KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance)
Important: Inspect KaleoTaskAssignmentInstanceLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
kaleoTaskAssignmentInstance - the kaleo task assignment instancepublic static KaleoTaskAssignmentInstanceLocalService getService()