@ProviderType public class KaleoInstanceTokenLocalServiceWrapper extends java.lang.Object implements KaleoInstanceTokenLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoInstanceTokenLocalService>
KaleoInstanceTokenLocalService.KaleoInstanceTokenLocalService| Constructor and Description |
|---|
KaleoInstanceTokenLocalServiceWrapper(KaleoInstanceTokenLocalService kaleoInstanceTokenLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoInstanceToken |
addKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
Adds the kaleo instance token to the database.
|
KaleoInstanceToken |
addKaleoInstanceToken(long parentKaleoInstanceTokenId,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoInstanceToken |
completeKaleoInstanceToken(long kaleoInstanceTokenId) |
KaleoInstanceToken |
createKaleoInstanceToken(long kaleoInstanceTokenId)
Creates a new kaleo instance token with the primary key.
|
void |
deleteCompanyKaleoInstanceTokens(long companyId) |
void |
deleteKaleoDefinitionKaleoInstanceTokens(long kaleoDefinitionId) |
void |
deleteKaleoInstanceKaleoInstanceTokens(long kaleoInstanceId) |
KaleoInstanceToken |
deleteKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
Deletes the kaleo instance token from the database.
|
KaleoInstanceToken |
deleteKaleoInstanceToken(long kaleoInstanceTokenId)
Deletes the kaleo instance token with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
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.
|
KaleoInstanceToken |
fetchKaleoInstanceToken(long kaleoInstanceTokenId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoInstanceToken |
getKaleoInstanceToken(long kaleoInstanceTokenId)
Returns the kaleo instance token with the primary key.
|
java.util.List<KaleoInstanceToken> |
getKaleoInstanceTokens(int start,
int end)
Returns a range of all the kaleo instance tokens.
|
java.util.List<KaleoInstanceToken> |
getKaleoInstanceTokens(long parentKaleoInstanceTokenId,
java.util.Date completionDate,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<KaleoInstanceToken> |
getKaleoInstanceTokens(long parentKaleoInstanceTokenId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
getKaleoInstanceTokensCount()
Returns the number of kaleo instance tokens.
|
int |
getKaleoInstanceTokensCount(long parentKaleoInstanceTokenId,
java.util.Date completionDate,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
getKaleoInstanceTokensCount(long parentKaleoInstanceTokenId,
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) |
KaleoInstanceToken |
getRootKaleoInstanceToken(long kaleoInstanceId,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoInstanceTokenLocalService |
getWrappedService() |
void |
setWrappedService(KaleoInstanceTokenLocalService kaleoInstanceTokenLocalService) |
KaleoInstanceToken |
updateKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
Updates the kaleo instance token in the database or adds it if it does not yet exist.
|
KaleoInstanceToken |
updateKaleoInstanceToken(long kaleoInstanceTokenId,
long currentKaleoNodeId) |
public KaleoInstanceTokenLocalServiceWrapper(KaleoInstanceTokenLocalService kaleoInstanceTokenLocalService)
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoInstanceTokenLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoInstanceTokenLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoInstanceTokenLocalServicepublic 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 KaleoInstanceTokenLocalServicePortalExceptionpublic 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 KaleoInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoInstanceToken addKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
addKaleoInstanceToken in interface KaleoInstanceTokenLocalServicekaleoInstanceToken - the kaleo instance tokenpublic KaleoInstanceToken addKaleoInstanceToken(long parentKaleoInstanceTokenId, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoInstanceToken in interface KaleoInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoInstanceToken completeKaleoInstanceToken(long kaleoInstanceTokenId) throws com.liferay.portal.kernel.exception.PortalException
completeKaleoInstanceToken in interface KaleoInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoInstanceToken createKaleoInstanceToken(long kaleoInstanceTokenId)
createKaleoInstanceToken in interface KaleoInstanceTokenLocalServicekaleoInstanceTokenId - the primary key for the new kaleo instance tokenpublic KaleoInstanceToken deleteKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
deleteKaleoInstanceToken in interface KaleoInstanceTokenLocalServicekaleoInstanceToken - the kaleo instance tokenpublic KaleoInstanceToken deleteKaleoInstanceToken(long kaleoInstanceTokenId) throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoInstanceToken in interface KaleoInstanceTokenLocalServicekaleoInstanceTokenId - the primary key of the kaleo instance tokenPortalException - if a kaleo instance token with the primary key could not be foundpublic KaleoInstanceToken fetchKaleoInstanceToken(long kaleoInstanceTokenId)
fetchKaleoInstanceToken in interface KaleoInstanceTokenLocalServicepublic KaleoInstanceToken getKaleoInstanceToken(long kaleoInstanceTokenId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoInstanceToken in interface KaleoInstanceTokenLocalServicekaleoInstanceTokenId - the primary key of the kaleo instance tokenPortalException - if a kaleo instance token with the primary key could not be foundpublic KaleoInstanceToken getRootKaleoInstanceToken(long kaleoInstanceId, java.util.Map<java.lang.String,java.io.Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
getRootKaleoInstanceToken in interface KaleoInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoInstanceToken updateKaleoInstanceToken(KaleoInstanceToken kaleoInstanceToken)
updateKaleoInstanceToken in interface KaleoInstanceTokenLocalServicekaleoInstanceToken - the kaleo instance tokenpublic KaleoInstanceToken updateKaleoInstanceToken(long kaleoInstanceTokenId, long currentKaleoNodeId) throws com.liferay.portal.kernel.exception.PortalException
updateKaleoInstanceToken in interface KaleoInstanceTokenLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getKaleoInstanceTokensCount()
getKaleoInstanceTokensCount in interface KaleoInstanceTokenLocalServicepublic int getKaleoInstanceTokensCount(long parentKaleoInstanceTokenId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoInstanceTokensCount in interface KaleoInstanceTokenLocalServicepublic int getKaleoInstanceTokensCount(long parentKaleoInstanceTokenId,
java.util.Date completionDate,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoInstanceTokensCount in interface KaleoInstanceTokenLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoInstanceTokenLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoInstanceTokenLocalServicedynamicQuery - 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface KaleoInstanceTokenLocalServicedynamicQuery - 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface KaleoInstanceTokenLocalServicedynamicQuery - 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 java.util.List<KaleoInstanceToken> getKaleoInstanceTokens(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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceTokenModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getKaleoInstanceTokens in interface KaleoInstanceTokenLocalServicestart - the lower bound of the range of kaleo instance tokensend - the upper bound of the range of kaleo instance tokens (not inclusive)public java.util.List<KaleoInstanceToken> getKaleoInstanceTokens(long parentKaleoInstanceTokenId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoInstanceTokens in interface KaleoInstanceTokenLocalServicepublic java.util.List<KaleoInstanceToken> getKaleoInstanceTokens(long parentKaleoInstanceTokenId, java.util.Date completionDate, com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoInstanceTokens in interface KaleoInstanceTokenLocalServicepublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface KaleoInstanceTokenLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoInstanceTokenLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic void deleteCompanyKaleoInstanceTokens(long companyId)
deleteCompanyKaleoInstanceTokens in interface KaleoInstanceTokenLocalServicepublic void deleteKaleoDefinitionKaleoInstanceTokens(long kaleoDefinitionId)
deleteKaleoDefinitionKaleoInstanceTokens in interface KaleoInstanceTokenLocalServicepublic void deleteKaleoInstanceKaleoInstanceTokens(long kaleoInstanceId)
deleteKaleoInstanceKaleoInstanceTokens in interface KaleoInstanceTokenLocalServicepublic KaleoInstanceTokenLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoInstanceTokenLocalService>public void setWrappedService(KaleoInstanceTokenLocalService kaleoInstanceTokenLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoInstanceTokenLocalService>