public class KaleoTimerInstanceTokenLocalServiceWrapper extends java.lang.Object implements KaleoTimerInstanceTokenLocalService, ServiceWrapper<KaleoTimerInstanceTokenLocalService>
KaleoTimerInstanceTokenLocalService.KaleoTimerInstanceTokenLocalService| Constructor and Description |
|---|
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,
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,
ServiceContext serviceContext) |
KaleoTimerInstanceToken |
completeKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId,
ServiceContext serviceContext) |
void |
completeKaleoTimerInstanceTokens(java.util.List<KaleoTimerInstanceToken> kaleoTimerInstanceTokens,
ServiceContext serviceContext) |
void |
completeKaleoTimerInstanceTokens(long kaleoInstanceTokenId,
ServiceContext serviceContext) |
KaleoTimerInstanceToken |
createKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId)
Creates a new kaleo timer instance token with the primary key.
|
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) |
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.
|
KaleoTimerInstanceToken |
fetchKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
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,
ServiceContext serviceContext) |
int |
getKaleoTimerInstanceTokensCount()
Returns the number of kaleo timer instance tokens.
|
int |
getKaleoTimerInstanceTokensCount(long kaleoInstanceTokenId,
boolean blocking,
boolean completed,
ServiceContext serviceContext) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic 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, ServiceContext serviceContext) throws PortalException
addKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic java.util.List<KaleoTimerInstanceToken> addKaleoTimerInstanceTokens(KaleoInstanceToken kaleoInstanceToken, KaleoTaskInstanceToken kaleoTaskInstanceToken, java.util.Collection<KaleoTimer> kaleoTimers, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, ServiceContext serviceContext) throws PortalException
addKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic KaleoTimerInstanceToken completeKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId, ServiceContext serviceContext) throws PortalException
completeKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic void completeKaleoTimerInstanceTokens(java.util.List<KaleoTimerInstanceToken> kaleoTimerInstanceTokens, ServiceContext serviceContext) throws PortalException
completeKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic void completeKaleoTimerInstanceTokens(long kaleoInstanceTokenId,
ServiceContext serviceContext)
throws PortalException
completeKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic KaleoTimerInstanceToken createKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId)
createKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicekaleoTimerInstanceTokenId - the primary key for the new kaleo timer instance tokenpublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface 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 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 PortalException
deleteKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic void deleteKaleoTimerInstanceTokens(long kaleoInstanceId)
deleteKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicepublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface KaleoTimerInstanceTokenLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoTimerInstanceTokenLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoTimerInstanceTokenLocalServicedynamicQuery - 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.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(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.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(DynamicQuery dynamicQuery)
dynamicQueryCount in interface KaleoTimerInstanceTokenLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface KaleoTimerInstanceTokenLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoTimerInstanceToken fetchKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId)
fetchKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoTimerInstanceTokenLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoTimerInstanceTokenLocalServicepublic KaleoTimerInstanceToken getKaleoTimerInstanceToken(long kaleoTimerInstanceTokenId) throws 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 PortalException
getKaleoTimerInstanceToken in interface KaleoTimerInstanceTokenLocalServicePortalExceptionpublic 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, ServiceContext serviceContext)
getKaleoTimerInstanceTokens in interface KaleoTimerInstanceTokenLocalServicepublic int getKaleoTimerInstanceTokensCount()
getKaleoTimerInstanceTokensCount in interface KaleoTimerInstanceTokenLocalServicepublic int getKaleoTimerInstanceTokensCount(long kaleoInstanceTokenId,
boolean blocking,
boolean completed,
ServiceContext serviceContext)
getKaleoTimerInstanceTokensCount in interface KaleoTimerInstanceTokenLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoTimerInstanceTokenLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface 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 ServiceWrapper<KaleoTimerInstanceTokenLocalService>public void setWrappedService(KaleoTimerInstanceTokenLocalService kaleoTimerInstanceTokenLocalService)
setWrappedService in interface ServiceWrapper<KaleoTimerInstanceTokenLocalService>