public class KaleoTimerInstanceTokenLocalServiceWrapper extends java.lang.Object implements KaleoTimerInstanceTokenLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoTimerInstanceTokenLocalService>
KaleoTimerInstanceTokenLocalService.KaleoTimerInstanceTokenLocalService| Constructor and Description |
|---|
KaleoTimerInstanceTokenLocalServiceWrapper() |
KaleoTimerInstanceTokenLocalServiceWrapper(KaleoTimerInstanceTokenLocalService kaleoTimerInstanceTokenLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoTimerInstanceToken |
addKaleoTimerInstanceToken(KaleoTimerInstanceToken kaleoTimerInstanceToken)
Adds the kaleo timer instance token to the database.
|
KaleoTimerInstanceToken |
addKaleoTimerInstanceToken(long kaleoInstanceTokenId,
long kaleoTaskInstanceTokenId,
long kaleoTimerId,
java.lang.String kaleoTimerName,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<KaleoTimerInstanceToken> |
addKaleoTimerInstanceTokens(KaleoInstanceToken kaleoInstanceToken,
KaleoTaskInstanceToken kaleoTaskInstanceToken,
java.util.Collection<KaleoTimer> kaleoTimers,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoTimerInstanceToken |
completeKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
completeKaleoTimerInstanceTokens(java.util.List<KaleoTimerInstanceToken> kaleoTimerInstanceTokens,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
completeKaleoTimerInstanceTokens(long kaleoInstanceTokenId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoTimerInstanceToken |
createKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId)
Creates a new kaleo timer instance token with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoTimerInstanceToken |
deleteKaleoTimerInstanceToken(KaleoTimerInstanceToken kaleoTimerInstanceToken)
Deletes the kaleo timer instance token from the database.
|
KaleoTimerInstanceToken |
deleteKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId)
Deletes the kaleo timer instance token with the primary key from the database.
|
void |
deleteKaleoTimerInstanceToken(long kaleoInstanceTokenId,
long kaleoTimerId) |
void |
deleteKaleoTimerInstanceTokens(long kaleoInstanceId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
KaleoTimerInstanceToken |
fetchKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoTimerInstanceToken |
getKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId)
Returns the kaleo timer instance token with the primary key.
|
KaleoTimerInstanceToken |
getKaleoTimerInstanceToken(long kaleoInstanceTokenId,
long kaleoTimerId) |
java.util.List<KaleoTimerInstanceToken> |
getKaleoTimerInstanceTokens(int start,
int end)
Returns a range of all the kaleo timer instance tokens.
|
java.util.List<KaleoTimerInstanceToken> |
getKaleoTimerInstanceTokens(long kaleoInstanceTokenId,
boolean blocking,
boolean completed,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
getKaleoTimerInstanceTokensCount()
Returns the number of kaleo timer instance tokens.
|
int |
getKaleoTimerInstanceTokensCount(long kaleoInstanceTokenId,
boolean blocking,
boolean completed,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoTimerInstanceTokenLocalService |
getWrappedService() |
void |
setWrappedService(KaleoTimerInstanceTokenLocalService kaleoTimerInstanceTokenLocalService) |
KaleoTimerInstanceToken |
updateKaleoTimerInstanceToken(KaleoTimerInstanceToken kaleoTimerInstanceToken)
Updates the kaleo timer instance token in the database or adds it if it does not yet exist.
|
public KaleoTimerInstanceTokenLocalServiceWrapper()
public KaleoTimerInstanceTokenLocalServiceWrapper(KaleoTimerInstanceTokenLocalService kaleoTimerInstanceTokenLocalService)
public KaleoTimerInstanceToken addKaleoTimerInstanceToken(KaleoTimerInstanceToken kaleoTimerInstanceToken)
Important: Inspect KaleoTimerInstanceTokenLocalServiceImpl 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.
addKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicekaleoTimerInstanceToken - the kaleo timer instance tokenpublic KaleoTimerInstanceToken addKaleoTimerInstanceToken(long kaleoInstanceTokenId, long kaleoTaskInstanceTokenId, long kaleoTimerId, java.lang.String kaleoTimerName, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KaleoTimerInstanceToken> addKaleoTimerInstanceTokens(KaleoInstanceToken kaleoInstanceToken, KaleoTaskInstanceToken kaleoTaskInstanceToken, java.util.Collection<KaleoTimer> kaleoTimers, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoTimerInstanceToken completeKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
completeKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void completeKaleoTimerInstanceTokens(java.util.List<KaleoTimerInstanceToken> kaleoTimerInstanceTokens, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
completeKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void completeKaleoTimerInstanceTokens(long kaleoInstanceTokenId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
completeKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoTimerInstanceToken createKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId)
createKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicekaleoTimerInstanceTokenId - the primary key for the new kaleo timer instance tokenpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecreatePersistedModel in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic KaleoTimerInstanceToken deleteKaleoTimerInstanceToken(KaleoTimerInstanceToken kaleoTimerInstanceToken)
Important: Inspect KaleoTimerInstanceTokenLocalServiceImpl 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.
deleteKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicekaleoTimerInstanceToken - the kaleo timer instance tokenpublic KaleoTimerInstanceToken deleteKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoTimerInstanceTokenLocalServiceImpl 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.
deleteKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicekaleoTimerInstanceTokenId - the primary key of the kaleo timer instance tokenPortalException - if a kaleo timer instance token with the primary key could not be foundpublic void deleteKaleoTimerInstanceToken(long kaleoInstanceTokenId,
long kaleoTimerId)
throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteKaleoTimerInstanceTokens(long kaleoInstanceId)
deleteKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedeletePersistedModel in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface KaleoTimerInstanceTokenLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface KaleoTimerInstanceTokenLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoTimerInstanceTokenLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoTimerInstanceTokenLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.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.KaleoTimerInstanceTokenModelImpl.
dynamicQuery in interface KaleoTimerInstanceTokenLocalServicedynamicQuery - 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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.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.KaleoTimerInstanceTokenModelImpl.
dynamicQuery in interface KaleoTimerInstanceTokenLocalServicedynamicQuery - 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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface KaleoTimerInstanceTokenLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoTimerInstanceTokenLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoTimerInstanceToken fetchKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId)
fetchKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoTimerInstanceTokenLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoTimerInstanceTokenLocalServicepublic KaleoTimerInstanceToken getKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicekaleoTimerInstanceTokenId - the primary key of the kaleo timer instance tokenPortalException - if a kaleo timer instance token with the primary key could not be foundpublic KaleoTimerInstanceToken getKaleoTimerInstanceToken(long kaleoInstanceTokenId, long kaleoTimerId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KaleoTimerInstanceToken> getKaleoTimerInstanceTokens(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.KaleoTimerInstanceTokenModelImpl.
getKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicestart - the lower bound of the range of kaleo timer instance tokensend - the upper bound of the range of kaleo timer instance tokens (not inclusive)public java.util.List<KaleoTimerInstanceToken> getKaleoTimerInstanceTokens(long kaleoInstanceTokenId, boolean blocking, boolean completed, com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicepublic int getKaleoTimerInstanceTokensCount()
getKaleoTimerInstanceTokensCount in interface KaleoTimerInstanceTokenLocalServicepublic int getKaleoTimerInstanceTokensCount(long kaleoInstanceTokenId,
boolean blocking,
boolean completed,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoTimerInstanceTokensCount in interface KaleoTimerInstanceTokenLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoTimerInstanceTokenLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicegetPersistedModel in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic KaleoTimerInstanceToken updateKaleoTimerInstanceToken(KaleoTimerInstanceToken kaleoTimerInstanceToken)
Important: Inspect KaleoTimerInstanceTokenLocalServiceImpl 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.
updateKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicekaleoTimerInstanceToken - the kaleo timer instance tokenpublic KaleoTimerInstanceTokenLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoTimerInstanceTokenLocalService>public void setWrappedService(KaleoTimerInstanceTokenLocalService kaleoTimerInstanceTokenLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoTimerInstanceTokenLocalService>