public class KaleoLogLocalServiceWrapper extends java.lang.Object implements KaleoLogLocalService, ServiceWrapper<KaleoLogLocalService>
KaleoLogLocalService.KaleoLogLocalService| Constructor and Description |
|---|
KaleoLogLocalServiceWrapper(KaleoLogLocalService kaleoLogLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoLog |
addActionExecutionKaleoLog(KaleoInstanceToken kaleoInstanceToken,
KaleoAction kaleoAction,
long startTime,
long endTime,
java.lang.String comment,
ServiceContext serviceContext) |
KaleoLog |
addKaleoLog(KaleoLog kaleoLog)
Adds the kaleo log to the database.
|
KaleoLog |
addNodeEntryKaleoLog(KaleoInstanceToken kaleoInstanceToken,
KaleoNode sourceKaleoNode,
KaleoNode targetKaleoNode,
ServiceContext serviceContext) |
KaleoLog |
addNodeExitKaleoLog(KaleoInstanceToken kaleoInstanceToken,
KaleoNode departingKaleoNode,
ServiceContext serviceContext) |
KaleoLog |
addTaskAssignmentKaleoLog(java.util.List<KaleoTaskAssignmentInstance> previousKaleoTaskAssignmentInstances,
KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String comment,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext) |
KaleoLog |
addTaskCompletionKaleoLog(KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String comment,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext) |
KaleoLog |
addTaskUpdateKaleoLog(KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.lang.String comment,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext) |
KaleoLog |
addWorkflowInstanceEndKaleoLog(KaleoInstanceToken kaleoInstanceToken,
ServiceContext serviceContext) |
KaleoLog |
addWorkflowInstanceStartKaleoLog(KaleoInstanceToken kaleoInstanceToken,
ServiceContext serviceContext) |
KaleoLog |
createKaleoLog(long kaleoLogId)
Creates a new kaleo log with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCompanyKaleoLogs(long companyId) |
void |
deleteKaleoDefinitionVersionKaleoLogs(long kaleoDefinitionVersionId) |
void |
deleteKaleoInstanceKaleoLogs(long kaleoInstanceId) |
KaleoLog |
deleteKaleoLog(KaleoLog kaleoLog)
Deletes the kaleo log from the database.
|
KaleoLog |
deleteKaleoLog(long kaleoLogId)
Deletes the kaleo log with the primary key from the database.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<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.
|
<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.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
KaleoLog |
fetchKaleoLog(long kaleoLogId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<KaleoLog> |
getKaleoInstanceKaleoLogs(long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes,
int start,
int end,
OrderByComparator<KaleoLog> orderByComparator)
Deprecated.
As of Athanasius (7.3.x), replaced by
getKaleoInstanceKaleoLogs(long, long, List, int, int,
OrderByComparator) |
java.util.List<KaleoLog> |
getKaleoInstanceKaleoLogs(long companyId,
long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes,
int start,
int end,
OrderByComparator<KaleoLog> orderByComparator) |
int |
getKaleoInstanceKaleoLogsCount(long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes)
Deprecated.
As of Athanasius (7.3.x), replaced by
getKaleoInstanceKaleoLogsCount(long, long, List) |
int |
getKaleoInstanceKaleoLogsCount(long companyId,
long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes) |
KaleoLog |
getKaleoLog(long kaleoLogId)
Returns the kaleo log with the primary key.
|
java.util.List<KaleoLog> |
getKaleoLogs(int start,
int end)
Returns a range of all the kaleo logs.
|
int |
getKaleoLogsCount()
Returns the number of kaleo logs.
|
java.util.List<KaleoLog> |
getKaleoTaskInstanceTokenKaleoLogs(long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes,
int start,
int end,
OrderByComparator<KaleoLog> orderByComparator)
Deprecated.
As of Athanasius (7.3.x), replaced by
getKaleoTaskInstanceTokenKaleoLogs(long, long, List, int,
int, OrderByComparator) |
java.util.List<KaleoLog> |
getKaleoTaskInstanceTokenKaleoLogs(long companyId,
long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes,
int start,
int end,
OrderByComparator<KaleoLog> orderByComparator) |
int |
getKaleoTaskInstanceTokenKaleoLogsCount(long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes)
Deprecated.
As of Athanasius (7.3.x), replaced by
getKaleoTaskInstanceTokenKaleoLogsCount(long, long, List) |
int |
getKaleoTaskInstanceTokenKaleoLogsCount(long companyId,
long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoLogLocalService |
getWrappedService() |
void |
setWrappedService(KaleoLogLocalService kaleoLogLocalService) |
KaleoLog |
updateKaleoLog(KaleoLog kaleoLog)
Updates the kaleo log in the database or adds it if it does not yet exist.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic KaleoLogLocalServiceWrapper(KaleoLogLocalService kaleoLogLocalService)
public KaleoLog addActionExecutionKaleoLog(KaleoInstanceToken kaleoInstanceToken, KaleoAction kaleoAction, long startTime, long endTime, java.lang.String comment, ServiceContext serviceContext) throws PortalException
addActionExecutionKaleoLog in interface KaleoLogLocalServicePortalExceptionpublic KaleoLog addKaleoLog(KaleoLog kaleoLog)
addKaleoLog in interface KaleoLogLocalServicekaleoLog - the kaleo logpublic KaleoLog addNodeEntryKaleoLog(KaleoInstanceToken kaleoInstanceToken, KaleoNode sourceKaleoNode, KaleoNode targetKaleoNode, ServiceContext serviceContext) throws PortalException
addNodeEntryKaleoLog in interface KaleoLogLocalServicePortalExceptionpublic KaleoLog addNodeExitKaleoLog(KaleoInstanceToken kaleoInstanceToken, KaleoNode departingKaleoNode, ServiceContext serviceContext) throws PortalException
addNodeExitKaleoLog in interface KaleoLogLocalServicePortalExceptionpublic KaleoLog addTaskAssignmentKaleoLog(java.util.List<KaleoTaskAssignmentInstance> previousKaleoTaskAssignmentInstances, KaleoTaskInstanceToken kaleoTaskInstanceToken, java.lang.String comment, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, ServiceContext serviceContext) throws PortalException
addTaskAssignmentKaleoLog in interface KaleoLogLocalServicePortalExceptionpublic KaleoLog addTaskCompletionKaleoLog(KaleoTaskInstanceToken kaleoTaskInstanceToken, java.lang.String comment, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, ServiceContext serviceContext) throws PortalException
addTaskCompletionKaleoLog in interface KaleoLogLocalServicePortalExceptionpublic KaleoLog addTaskUpdateKaleoLog(KaleoTaskInstanceToken kaleoTaskInstanceToken, java.lang.String comment, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, ServiceContext serviceContext) throws PortalException
addTaskUpdateKaleoLog in interface KaleoLogLocalServicePortalExceptionpublic KaleoLog addWorkflowInstanceEndKaleoLog(KaleoInstanceToken kaleoInstanceToken, ServiceContext serviceContext) throws PortalException
addWorkflowInstanceEndKaleoLog in interface KaleoLogLocalServicePortalExceptionpublic KaleoLog addWorkflowInstanceStartKaleoLog(KaleoInstanceToken kaleoInstanceToken, ServiceContext serviceContext) throws PortalException
addWorkflowInstanceStartKaleoLog in interface KaleoLogLocalServicePortalExceptionpublic KaleoLog createKaleoLog(long kaleoLogId)
createKaleoLog in interface KaleoLogLocalServicekaleoLogId - the primary key for the new kaleo logpublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface PersistedModelLocalServicecreatePersistedModel in interface KaleoLogLocalServicePortalExceptionpublic void deleteCompanyKaleoLogs(long companyId)
deleteCompanyKaleoLogs in interface KaleoLogLocalServicepublic void deleteKaleoDefinitionVersionKaleoLogs(long kaleoDefinitionVersionId)
deleteKaleoDefinitionVersionKaleoLogs in interface KaleoLogLocalServicepublic void deleteKaleoInstanceKaleoLogs(long kaleoInstanceId)
deleteKaleoInstanceKaleoLogs in interface KaleoLogLocalServicepublic KaleoLog deleteKaleoLog(KaleoLog kaleoLog)
deleteKaleoLog in interface KaleoLogLocalServicekaleoLog - the kaleo logpublic KaleoLog deleteKaleoLog(long kaleoLogId) throws PortalException
deleteKaleoLog in interface KaleoLogLocalServicekaleoLogId - the primary key of the kaleo logPortalException - if a kaleo log with the primary key could not be foundpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface KaleoLogLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface KaleoLogLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoLogLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoLogLocalServicedynamicQuery - the dynamic querypublic <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.KaleoLogModelImpl.
dynamicQuery in interface KaleoLogLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <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.KaleoLogModelImpl.
dynamicQuery in interface KaleoLogLocalServicedynamicQuery - 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 long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface KaleoLogLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface KaleoLogLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoLog fetchKaleoLog(long kaleoLogId)
fetchKaleoLog in interface KaleoLogLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoLogLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoLogLocalService@Deprecated public java.util.List<KaleoLog> getKaleoInstanceKaleoLogs(long kaleoInstanceId, java.util.List<java.lang.Integer> logTypes, int start, int end, OrderByComparator<KaleoLog> orderByComparator)
getKaleoInstanceKaleoLogs(long, long, List, int, int,
OrderByComparator)getKaleoInstanceKaleoLogs in interface KaleoLogLocalServicepublic java.util.List<KaleoLog> getKaleoInstanceKaleoLogs(long companyId, long kaleoInstanceId, java.util.List<java.lang.Integer> logTypes, int start, int end, OrderByComparator<KaleoLog> orderByComparator)
getKaleoInstanceKaleoLogs in interface KaleoLogLocalService@Deprecated
public int getKaleoInstanceKaleoLogsCount(long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes)
getKaleoInstanceKaleoLogsCount(long, long, List)getKaleoInstanceKaleoLogsCount in interface KaleoLogLocalServicepublic int getKaleoInstanceKaleoLogsCount(long companyId,
long kaleoInstanceId,
java.util.List<java.lang.Integer> logTypes)
getKaleoInstanceKaleoLogsCount in interface KaleoLogLocalServicepublic KaleoLog getKaleoLog(long kaleoLogId) throws PortalException
getKaleoLog in interface KaleoLogLocalServicekaleoLogId - the primary key of the kaleo logPortalException - if a kaleo log with the primary key could not be foundpublic java.util.List<KaleoLog> getKaleoLogs(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.KaleoLogModelImpl.
getKaleoLogs in interface KaleoLogLocalServicestart - the lower bound of the range of kaleo logsend - the upper bound of the range of kaleo logs (not inclusive)public int getKaleoLogsCount()
getKaleoLogsCount in interface KaleoLogLocalService@Deprecated public java.util.List<KaleoLog> getKaleoTaskInstanceTokenKaleoLogs(long kaleoTaskInstanceTokenId, java.util.List<java.lang.Integer> logTypes, int start, int end, OrderByComparator<KaleoLog> orderByComparator)
getKaleoTaskInstanceTokenKaleoLogs(long, long, List, int,
int, OrderByComparator)getKaleoTaskInstanceTokenKaleoLogs in interface KaleoLogLocalServicepublic java.util.List<KaleoLog> getKaleoTaskInstanceTokenKaleoLogs(long companyId, long kaleoTaskInstanceTokenId, java.util.List<java.lang.Integer> logTypes, int start, int end, OrderByComparator<KaleoLog> orderByComparator)
getKaleoTaskInstanceTokenKaleoLogs in interface KaleoLogLocalService@Deprecated
public int getKaleoTaskInstanceTokenKaleoLogsCount(long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes)
getKaleoTaskInstanceTokenKaleoLogsCount(long, long, List)getKaleoTaskInstanceTokenKaleoLogsCount in interface KaleoLogLocalServicepublic int getKaleoTaskInstanceTokenKaleoLogsCount(long companyId,
long kaleoTaskInstanceTokenId,
java.util.List<java.lang.Integer> logTypes)
getKaleoTaskInstanceTokenKaleoLogsCount in interface KaleoLogLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoLogLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface KaleoLogLocalServicePortalExceptionpublic KaleoLog updateKaleoLog(KaleoLog kaleoLog)
updateKaleoLog in interface KaleoLogLocalServicekaleoLog - the kaleo logpublic KaleoLogLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<KaleoLogLocalService>public void setWrappedService(KaleoLogLocalService kaleoLogLocalService)
setWrappedService in interface ServiceWrapper<KaleoLogLocalService>