Class KaleoActionLocalServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<KaleoAction>,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<KaleoActionLocalService>,KaleoActionLocalService
KaleoActionLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionKaleoActionLocalServiceWrapper(KaleoActionLocalService kaleoActionLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddKaleoAction(KaleoAction kaleoAction) Adds the kaleo action to the database.addKaleoAction(String kaleoClassName, long kaleoClassPK, long kaleoDefinitionId, long kaleoDefinitionVersionId, String kaleoNodeName, com.liferay.portal.workflow.kaleo.definition.Action action, com.liferay.portal.kernel.service.ServiceContext serviceContext) createKaleoAction(long kaleoActionId) Creates a new kaleo action with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) voiddeleteCompanyKaleoActions(long companyId) deleteKaleoAction(long kaleoActionId) Deletes the kaleo action with the primary key from the database.deleteKaleoAction(KaleoAction kaleoAction) Deletes the kaleo action from the database.voiddeleteKaleoDefinitionVersionKaleoActions(long kaleoDefinitionVersionId) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.fetchKaleoAction(long kaleoActionId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?>com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoAction>com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerygetKaleoAction(long kaleoActionId) Returns the kaleo action with the primary key.getKaleoActions(int start, int end) Returns a range of all the kaleo actions.getKaleoActions(long companyId, String kaleoClassName, long kaleoClassPK) getKaleoActions(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) intReturns the number of kaleo actions.Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) voidsetWrappedService(KaleoActionLocalService kaleoActionLocalService) updateKaleoAction(KaleoAction kaleoAction) Updates the kaleo action in the database or adds it if it does not yet exist.<R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoAction>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
KaleoActionLocalServiceWrapper
public KaleoActionLocalServiceWrapper() -
KaleoActionLocalServiceWrapper
-
-
Method Details
-
addKaleoAction
Adds the kaleo action to the database. Also notifies the appropriate model listeners.Important: Inspect KaleoActionLocalServiceImpl 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.
- Specified by:
addKaleoActionin interfaceKaleoActionLocalService- Parameters:
kaleoAction- the kaleo action- Returns:
- the kaleo action that was added
-
addKaleoAction
public KaleoAction addKaleoAction(String kaleoClassName, long kaleoClassPK, long kaleoDefinitionId, long kaleoDefinitionVersionId, String kaleoNodeName, com.liferay.portal.workflow.kaleo.definition.Action action, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addKaleoActionin interfaceKaleoActionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createKaleoAction
Creates a new kaleo action with the primary key. Does not add the kaleo action to the database.- Specified by:
createKaleoActionin interfaceKaleoActionLocalService- Parameters:
kaleoActionId- the primary key for the new kaleo action- Returns:
- the new kaleo action
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceKaleoActionLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteCompanyKaleoActions
public void deleteCompanyKaleoActions(long companyId) - Specified by:
deleteCompanyKaleoActionsin interfaceKaleoActionLocalService
-
deleteKaleoAction
Deletes the kaleo action from the database. Also notifies the appropriate model listeners.Important: Inspect KaleoActionLocalServiceImpl 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.
- Specified by:
deleteKaleoActionin interfaceKaleoActionLocalService- Parameters:
kaleoAction- the kaleo action- Returns:
- the kaleo action that was removed
-
deleteKaleoAction
public KaleoAction deleteKaleoAction(long kaleoActionId) throws com.liferay.portal.kernel.exception.PortalException Deletes the kaleo action with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect KaleoActionLocalServiceImpl 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.
- Specified by:
deleteKaleoActionin interfaceKaleoActionLocalService- Parameters:
kaleoActionId- the primary key of the kaleo action- Returns:
- the kaleo action that was removed
- Throws:
PortalException- if a kaleo action with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteKaleoDefinitionVersionKaleoActions
public void deleteKaleoDefinitionVersionKaleoActions(long kaleoDefinitionVersionId) - Specified by:
deleteKaleoDefinitionVersionKaleoActionsin interfaceKaleoActionLocalService
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceKaleoActionLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceKaleoActionLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceKaleoActionLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceKaleoActionLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceKaleoActionLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.workflow.kaleo.model.impl.KaleoActionModelImpl.- Specified by:
dynamicQueryin interfaceKaleoActionLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.workflow.kaleo.model.impl.KaleoActionModelImpl.- Specified by:
dynamicQueryin interfaceKaleoActionLocalService- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceKaleoActionLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfaceKaleoActionLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchKaleoAction
- Specified by:
fetchKaleoActionin interfaceKaleoActionLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceKaleoActionLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceKaleoActionLocalService
-
getKaleoAction
public KaleoAction getKaleoAction(long kaleoActionId) throws com.liferay.portal.kernel.exception.PortalException Returns the kaleo action with the primary key.- Specified by:
getKaleoActionin interfaceKaleoActionLocalService- Parameters:
kaleoActionId- the primary key of the kaleo action- Returns:
- the kaleo action
- Throws:
PortalException- if a kaleo action with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getKaleoActions
Returns a range of all the kaleo actions.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.workflow.kaleo.model.impl.KaleoActionModelImpl.- Specified by:
getKaleoActionsin interfaceKaleoActionLocalService- Parameters:
start- the lower bound of the range of kaleo actionsend- the upper bound of the range of kaleo actions (not inclusive)- Returns:
- the range of kaleo actions
-
getKaleoActions
- Specified by:
getKaleoActionsin interfaceKaleoActionLocalService
-
getKaleoActions
public List<KaleoAction> getKaleoActions(long companyId, String kaleoClassName, long kaleoClassPK, String executionType) - Specified by:
getKaleoActionsin interfaceKaleoActionLocalService
-
getKaleoActionsCount
public int getKaleoActionsCount()Returns the number of kaleo actions.- Specified by:
getKaleoActionsCountin interfaceKaleoActionLocalService- Returns:
- the number of kaleo actions
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceKaleoActionLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceKaleoActionLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
updateKaleoAction
Updates the kaleo action in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect KaleoActionLocalServiceImpl 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.
- Specified by:
updateKaleoActionin interfaceKaleoActionLocalService- Parameters:
kaleoAction- the kaleo action- Returns:
- the kaleo action that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoAction> getCTPersistence()- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<KaleoAction>- Specified by:
getCTPersistencein interfaceKaleoActionLocalService
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<KaleoAction>- Specified by:
getModelClassin interfaceKaleoActionLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoAction>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<KaleoAction>- Specified by:
updateWithUnsafeFunctionin interfaceKaleoActionLocalService- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<KaleoActionLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<KaleoActionLocalService>
-