public class KaleoNotificationRecipientLocalServiceWrapper extends java.lang.Object implements KaleoNotificationRecipientLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoNotificationRecipientLocalService>
KaleoNotificationRecipientLocalService.KaleoNotificationRecipientLocalService| Constructor and Description |
|---|
KaleoNotificationRecipientLocalServiceWrapper() |
KaleoNotificationRecipientLocalServiceWrapper(KaleoNotificationRecipientLocalService kaleoNotificationRecipientLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoNotificationRecipient |
addKaleoNotificationRecipient(KaleoNotificationRecipient kaleoNotificationRecipient)
Adds the kaleo notification recipient to the database.
|
KaleoNotificationRecipient |
addKaleoNotificationRecipient(long kaleoDefinitionId,
long kaleoDefinitionVersionId,
long kaleoNotificationId,
com.liferay.portal.workflow.kaleo.definition.Recipient recipient,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoNotificationRecipient |
createKaleoNotificationRecipient(long kaleoNotificationRecipientId)
Creates a new kaleo notification recipient with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCompanyKaleoNotificationRecipients(long companyId) |
void |
deleteKaleoDefinitionVersionKaleoNotificationRecipients(long kaleoDefinitionVersionId) |
KaleoNotificationRecipient |
deleteKaleoNotificationRecipient(KaleoNotificationRecipient kaleoNotificationRecipient)
Deletes the kaleo notification recipient from the database.
|
KaleoNotificationRecipient |
deleteKaleoNotificationRecipient(long kaleoNotificationRecipientId)
Deletes the kaleo notification recipient 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.
|
KaleoNotificationRecipient |
fetchKaleoNotificationRecipient(long kaleoNotificationRecipientId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoNotificationRecipient> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoNotificationRecipient |
getKaleoNotificationRecipient(long kaleoNotificationRecipientId)
Returns the kaleo notification recipient with the primary key.
|
java.util.List<KaleoNotificationRecipient> |
getKaleoNotificationRecipients(int start,
int end)
Returns a range of all the kaleo notification recipients.
|
java.util.List<KaleoNotificationRecipient> |
getKaleoNotificationRecipients(long kaleoNotificationId) |
int |
getKaleoNotificationRecipientsCount()
Returns the number of kaleo notification recipients.
|
java.lang.Class<KaleoNotificationRecipient> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoNotificationRecipientLocalService |
getWrappedService() |
void |
setWrappedService(KaleoNotificationRecipientLocalService kaleoNotificationRecipientLocalService) |
KaleoNotificationRecipient |
updateKaleoNotificationRecipient(KaleoNotificationRecipient kaleoNotificationRecipient)
Updates the kaleo notification recipient 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<KaleoNotificationRecipient>,R,E> updateUnsafeFunction) |
public KaleoNotificationRecipientLocalServiceWrapper()
public KaleoNotificationRecipientLocalServiceWrapper(KaleoNotificationRecipientLocalService kaleoNotificationRecipientLocalService)
public KaleoNotificationRecipient addKaleoNotificationRecipient(KaleoNotificationRecipient kaleoNotificationRecipient)
Important: Inspect KaleoNotificationRecipientLocalServiceImpl 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.
addKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicekaleoNotificationRecipient - the kaleo notification recipientpublic KaleoNotificationRecipient addKaleoNotificationRecipient(long kaleoDefinitionId, long kaleoDefinitionVersionId, long kaleoNotificationId, com.liferay.portal.workflow.kaleo.definition.Recipient recipient, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoNotificationRecipient createKaleoNotificationRecipient(long kaleoNotificationRecipientId)
createKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicekaleoNotificationRecipientId - the primary key for the new kaleo notification recipientpublic 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 KaleoNotificationRecipientLocalServicePortalExceptionpublic void deleteCompanyKaleoNotificationRecipients(long companyId)
deleteCompanyKaleoNotificationRecipients in interface KaleoNotificationRecipientLocalServicepublic void deleteKaleoDefinitionVersionKaleoNotificationRecipients(long kaleoDefinitionVersionId)
deleteKaleoDefinitionVersionKaleoNotificationRecipients in interface KaleoNotificationRecipientLocalServicepublic KaleoNotificationRecipient deleteKaleoNotificationRecipient(KaleoNotificationRecipient kaleoNotificationRecipient)
Important: Inspect KaleoNotificationRecipientLocalServiceImpl 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.
deleteKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicekaleoNotificationRecipient - the kaleo notification recipientpublic KaleoNotificationRecipient deleteKaleoNotificationRecipient(long kaleoNotificationRecipientId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoNotificationRecipientLocalServiceImpl 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.
deleteKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicekaleoNotificationRecipientId - the primary key of the kaleo notification recipientPortalException - if a kaleo notification recipient 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 KaleoNotificationRecipientLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface KaleoNotificationRecipientLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface KaleoNotificationRecipientLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoNotificationRecipientLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoNotificationRecipientLocalServicedynamicQuery - 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.KaleoNotificationRecipientModelImpl.
dynamicQuery in interface KaleoNotificationRecipientLocalServicedynamicQuery - 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.KaleoNotificationRecipientModelImpl.
dynamicQuery in interface KaleoNotificationRecipientLocalServicedynamicQuery - 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 KaleoNotificationRecipientLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoNotificationRecipientLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoNotificationRecipient fetchKaleoNotificationRecipient(long kaleoNotificationRecipientId)
fetchKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoNotificationRecipientLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoNotificationRecipientLocalServicepublic KaleoNotificationRecipient getKaleoNotificationRecipient(long kaleoNotificationRecipientId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicekaleoNotificationRecipientId - the primary key of the kaleo notification recipientPortalException - if a kaleo notification recipient with the primary key could not be foundpublic java.util.List<KaleoNotificationRecipient> getKaleoNotificationRecipients(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.KaleoNotificationRecipientModelImpl.
getKaleoNotificationRecipients in interface KaleoNotificationRecipientLocalServicestart - the lower bound of the range of kaleo notification recipientsend - the upper bound of the range of kaleo notification recipients (not inclusive)public java.util.List<KaleoNotificationRecipient> getKaleoNotificationRecipients(long kaleoNotificationId)
getKaleoNotificationRecipients in interface KaleoNotificationRecipientLocalServicepublic int getKaleoNotificationRecipientsCount()
getKaleoNotificationRecipientsCount in interface KaleoNotificationRecipientLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoNotificationRecipientLocalServicepublic 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 KaleoNotificationRecipientLocalServicePortalExceptionpublic KaleoNotificationRecipient updateKaleoNotificationRecipient(KaleoNotificationRecipient kaleoNotificationRecipient)
Important: Inspect KaleoNotificationRecipientLocalServiceImpl 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.
updateKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicekaleoNotificationRecipient - the kaleo notification recipientpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoNotificationRecipient> getCTPersistence()
getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoNotificationRecipient>getCTPersistence in interface KaleoNotificationRecipientLocalServicepublic java.lang.Class<KaleoNotificationRecipient> getModelClass()
getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoNotificationRecipient>getModelClass in interface KaleoNotificationRecipientLocalServicepublic <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoNotificationRecipient>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoNotificationRecipient>updateWithUnsafeFunction in interface KaleoNotificationRecipientLocalServiceE extends java.lang.Throwablepublic KaleoNotificationRecipientLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoNotificationRecipientLocalService>public void setWrappedService(KaleoNotificationRecipientLocalService kaleoNotificationRecipientLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoNotificationRecipientLocalService>