public class KaleoNotificationLocalServiceWrapper extends java.lang.Object implements KaleoNotificationLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoNotificationLocalService>
KaleoNotificationLocalService.KaleoNotificationLocalService| Constructor and Description |
|---|
KaleoNotificationLocalServiceWrapper() |
KaleoNotificationLocalServiceWrapper(KaleoNotificationLocalService kaleoNotificationLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoNotification |
addKaleoNotification(KaleoNotification kaleoNotification)
Adds the kaleo notification to the database.
|
KaleoNotification |
addKaleoNotification(java.lang.String kaleoClassName,
long kaleoClassPK,
long kaleoDefinitionId,
long kaleoDefinitionVersionId,
java.lang.String kaleoNodeName,
com.liferay.portal.workflow.kaleo.definition.Notification notification,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoNotification |
createKaleoNotification(long kaleoNotificationId)
Creates a new kaleo notification with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCompanyKaleoNotifications(long companyId) |
void |
deleteKaleoDefinitionVersionKaleoNotifications(long kaleoDefinitionVersionId) |
KaleoNotification |
deleteKaleoNotification(KaleoNotification kaleoNotification)
Deletes the kaleo notification from the database.
|
KaleoNotification |
deleteKaleoNotification(long kaleoNotificationId)
Deletes the kaleo notification with the primary key from the database.
|
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.
|
KaleoNotification |
fetchKaleoNotification(long kaleoNotificationId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoNotification> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoNotification |
getKaleoNotification(long kaleoNotificationId)
Returns the kaleo notification with the primary key.
|
java.util.List<KaleoNotification> |
getKaleoNotifications(int start,
int end)
Returns a range of all the kaleo notifications.
|
java.util.List<KaleoNotification> |
getKaleoNotifications(java.lang.String kaleoClassName,
long kaleoClassPK) |
java.util.List<KaleoNotification> |
getKaleoNotifications(java.lang.String kaleoClassName,
long kaleoClassPK,
java.lang.String executionType) |
int |
getKaleoNotificationsCount()
Returns the number of kaleo notifications.
|
java.lang.Class<KaleoNotification> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoNotificationLocalService |
getWrappedService() |
void |
setWrappedService(KaleoNotificationLocalService kaleoNotificationLocalService) |
KaleoNotification |
updateKaleoNotification(KaleoNotification kaleoNotification)
Updates the kaleo notification in the database or adds it if it does not yet exist.
|
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoNotification>,R,E> updateUnsafeFunction) |
public KaleoNotificationLocalServiceWrapper()
public KaleoNotificationLocalServiceWrapper(KaleoNotificationLocalService kaleoNotificationLocalService)
public KaleoNotification addKaleoNotification(KaleoNotification kaleoNotification)
Important: Inspect KaleoNotificationLocalServiceImpl 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.
addKaleoNotification in interface KaleoNotificationLocalServicekaleoNotification - the kaleo notificationpublic KaleoNotification addKaleoNotification(java.lang.String kaleoClassName, long kaleoClassPK, long kaleoDefinitionId, long kaleoDefinitionVersionId, java.lang.String kaleoNodeName, com.liferay.portal.workflow.kaleo.definition.Notification notification, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoNotification in interface KaleoNotificationLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoNotification createKaleoNotification(long kaleoNotificationId)
createKaleoNotification in interface KaleoNotificationLocalServicekaleoNotificationId - the primary key for the new kaleo notificationpublic 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 KaleoNotificationLocalServicePortalExceptionpublic void deleteCompanyKaleoNotifications(long companyId)
deleteCompanyKaleoNotifications in interface KaleoNotificationLocalServicepublic void deleteKaleoDefinitionVersionKaleoNotifications(long kaleoDefinitionVersionId)
deleteKaleoDefinitionVersionKaleoNotifications in interface KaleoNotificationLocalServicepublic KaleoNotification deleteKaleoNotification(KaleoNotification kaleoNotification)
Important: Inspect KaleoNotificationLocalServiceImpl 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.
deleteKaleoNotification in interface KaleoNotificationLocalServicekaleoNotification - the kaleo notificationpublic KaleoNotification deleteKaleoNotification(long kaleoNotificationId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoNotificationLocalServiceImpl 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.
deleteKaleoNotification in interface KaleoNotificationLocalServicekaleoNotificationId - the primary key of the kaleo notificationPortalException - if a kaleo notification with the primary key could not be foundpublic 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 KaleoNotificationLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface KaleoNotificationLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface KaleoNotificationLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoNotificationLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoNotificationLocalServicedynamicQuery - 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.KaleoNotificationModelImpl.
dynamicQuery in interface KaleoNotificationLocalServicedynamicQuery - 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.KaleoNotificationModelImpl.
dynamicQuery in interface KaleoNotificationLocalServicedynamicQuery - 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 KaleoNotificationLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoNotificationLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoNotification fetchKaleoNotification(long kaleoNotificationId)
fetchKaleoNotification in interface KaleoNotificationLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoNotificationLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoNotificationLocalServicepublic KaleoNotification getKaleoNotification(long kaleoNotificationId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoNotification in interface KaleoNotificationLocalServicekaleoNotificationId - the primary key of the kaleo notificationPortalException - if a kaleo notification with the primary key could not be foundpublic java.util.List<KaleoNotification> getKaleoNotifications(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.KaleoNotificationModelImpl.
getKaleoNotifications in interface KaleoNotificationLocalServicestart - the lower bound of the range of kaleo notificationsend - the upper bound of the range of kaleo notifications (not inclusive)public java.util.List<KaleoNotification> getKaleoNotifications(java.lang.String kaleoClassName, long kaleoClassPK)
getKaleoNotifications in interface KaleoNotificationLocalServicepublic java.util.List<KaleoNotification> getKaleoNotifications(java.lang.String kaleoClassName, long kaleoClassPK, java.lang.String executionType)
getKaleoNotifications in interface KaleoNotificationLocalServicepublic int getKaleoNotificationsCount()
getKaleoNotificationsCount in interface KaleoNotificationLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoNotificationLocalServicepublic 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 KaleoNotificationLocalServicePortalExceptionpublic KaleoNotification updateKaleoNotification(KaleoNotification kaleoNotification)
Important: Inspect KaleoNotificationLocalServiceImpl 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.
updateKaleoNotification in interface KaleoNotificationLocalServicekaleoNotification - the kaleo notificationpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoNotification> getCTPersistence()
getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoNotification>getCTPersistence in interface KaleoNotificationLocalServicepublic java.lang.Class<KaleoNotification> getModelClass()
getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoNotification>getModelClass in interface KaleoNotificationLocalServicepublic <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoNotification>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoNotification>updateWithUnsafeFunction in interface KaleoNotificationLocalServiceE extends java.lang.Throwablepublic KaleoNotificationLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoNotificationLocalService>public void setWrappedService(KaleoNotificationLocalService kaleoNotificationLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoNotificationLocalService>