@ProviderType public class KaleoNotificationRecipientLocalServiceWrapper extends java.lang.Object implements KaleoNotificationRecipientLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoNotificationRecipientLocalService>
KaleoNotificationRecipientLocalService.KaleoNotificationRecipientLocalService| Constructor and Description |
|---|
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 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.
|
void |
deleteCompanyKaleoNotificationRecipients(long companyId) |
void |
deleteKaleoDefinitionKaleoNotificationRecipients(long kaleoDefinitionId) |
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) |
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.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.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.
|
public KaleoNotificationRecipientLocalServiceWrapper(KaleoNotificationRecipientLocalService kaleoNotificationRecipientLocalService)
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoNotificationRecipientLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoNotificationRecipientLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoNotificationRecipientLocalServicepublic 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 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 KaleoNotificationRecipientLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoNotificationRecipient addKaleoNotificationRecipient(KaleoNotificationRecipient kaleoNotificationRecipient)
addKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicekaleoNotificationRecipient - the kaleo notification recipientpublic KaleoNotificationRecipient addKaleoNotificationRecipient(long kaleoDefinitionId, 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 KaleoNotificationRecipient deleteKaleoNotificationRecipient(KaleoNotificationRecipient kaleoNotificationRecipient)
deleteKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicekaleoNotificationRecipient - the kaleo notification recipientpublic KaleoNotificationRecipient deleteKaleoNotificationRecipient(long kaleoNotificationRecipientId) throws com.liferay.portal.kernel.exception.PortalException
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 KaleoNotificationRecipient fetchKaleoNotificationRecipient(long kaleoNotificationRecipientId)
fetchKaleoNotificationRecipient 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 KaleoNotificationRecipient updateKaleoNotificationRecipient(KaleoNotificationRecipient kaleoNotificationRecipient)
updateKaleoNotificationRecipient in interface KaleoNotificationRecipientLocalServicekaleoNotificationRecipient - the kaleo notification recipientpublic int getKaleoNotificationRecipientsCount()
getKaleoNotificationRecipientsCount in interface KaleoNotificationRecipientLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier 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 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.KaleoNotificationRecipientModelImpl. 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 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 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.KaleoNotificationRecipientModelImpl. 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 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 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 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.KaleoNotificationRecipientModelImpl. 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.
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 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 void deleteCompanyKaleoNotificationRecipients(long companyId)
deleteCompanyKaleoNotificationRecipients in interface KaleoNotificationRecipientLocalServicepublic void deleteKaleoDefinitionKaleoNotificationRecipients(long kaleoDefinitionId)
deleteKaleoDefinitionKaleoNotificationRecipients in interface KaleoNotificationRecipientLocalServicepublic 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>