Class CalendarNotificationTemplateLocalServiceWrapper
- All Implemented Interfaces:
CalendarNotificationTemplateLocalService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateLocalService>
CalendarNotificationTemplateLocalService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCalendarNotificationTemplateLocalServiceWrapper
(CalendarNotificationTemplateLocalService calendarNotificationTemplateLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddCalendarNotificationTemplate
(long userId, long calendarId, NotificationType notificationType, String notificationTypeSettings, NotificationTemplateType notificationTemplateType, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) addCalendarNotificationTemplate
(CalendarNotificationTemplate calendarNotificationTemplate) Adds the calendar notification template to the database.createCalendarNotificationTemplate
(long calendarNotificationTemplateId) Creates a new calendar notification template with the primary key.com.liferay.portal.kernel.model.PersistedModel
createPersistedModel
(Serializable primaryKeyObj) deleteCalendarNotificationTemplate
(long calendarNotificationTemplateId) Deletes the calendar notification template with the primary key from the database.deleteCalendarNotificationTemplate
(CalendarNotificationTemplate calendarNotificationTemplate) Deletes the calendar notification template from the database.void
deleteCalendarNotificationTemplates
(long calendarId) 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
<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.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.fetchCalendarNotificationTemplate
(long calendarNotificationTemplateId) fetchCalendarNotificationTemplate
(long calendarId, NotificationType notificationType, NotificationTemplateType notificationTemplateType) fetchCalendarNotificationTemplateByUuidAndGroupId
(String uuid, long groupId) Returns the calendar notification template matching the UUID and group.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
com.liferay.portal.kernel.service.persistence.BasePersistence<?>
getCalendarNotificationTemplate
(long calendarNotificationTemplateId) Returns the calendar notification template with the primary key.getCalendarNotificationTemplateByUuidAndGroupId
(String uuid, long groupId) Returns the calendar notification template matching the UUID and group.getCalendarNotificationTemplates
(int start, int end) Returns a range of all the calendar notification templates.getCalendarNotificationTemplatesByUuidAndCompanyId
(String uuid, long companyId) Returns all the calendar notification templates matching the UUID and company.getCalendarNotificationTemplatesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarNotificationTemplate> orderByComparator) Returns a range of calendar notification templates matching the UUID and company.int
Returns the number of calendar notification templates.com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CalendarNotificationTemplate>
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery
getExportActionableDynamicQuery
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModel
getPersistedModel
(Serializable primaryKeyObj) void
setWrappedService
(CalendarNotificationTemplateLocalService calendarNotificationTemplateLocalService) updateCalendarNotificationTemplate
(long calendarNotificationTemplateId, String notificationTypeSettings, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCalendarNotificationTemplate
(CalendarNotificationTemplate calendarNotificationTemplate) Updates the calendar notification template 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<CalendarNotificationTemplate>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
CalendarNotificationTemplateLocalServiceWrapper
public CalendarNotificationTemplateLocalServiceWrapper() -
CalendarNotificationTemplateLocalServiceWrapper
public CalendarNotificationTemplateLocalServiceWrapper(CalendarNotificationTemplateLocalService calendarNotificationTemplateLocalService)
-
-
Method Details
-
addCalendarNotificationTemplate
public CalendarNotificationTemplate addCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate) Adds the calendar notification template to the database. Also notifies the appropriate model listeners.Important: Inspect CalendarNotificationTemplateLocalServiceImpl 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:
addCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
calendarNotificationTemplate
- the calendar notification template- Returns:
- the calendar notification template that was added
-
addCalendarNotificationTemplate
public CalendarNotificationTemplate addCalendarNotificationTemplate(long userId, long calendarId, NotificationType notificationType, String notificationTypeSettings, NotificationTemplateType notificationTemplateType, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createCalendarNotificationTemplate
public CalendarNotificationTemplate createCalendarNotificationTemplate(long calendarNotificationTemplateId) Creates a new calendar notification template with the primary key. Does not add the calendar notification template to the database.- Specified by:
createCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
calendarNotificationTemplateId
- the primary key for the new calendar notification template- Returns:
- the new calendar notification template
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModel
in interfaceCalendarNotificationTemplateLocalService
- Specified by:
createPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
deleteCalendarNotificationTemplate
public CalendarNotificationTemplate deleteCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate) Deletes the calendar notification template from the database. Also notifies the appropriate model listeners.Important: Inspect CalendarNotificationTemplateLocalServiceImpl 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:
deleteCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
calendarNotificationTemplate
- the calendar notification template- Returns:
- the calendar notification template that was removed
-
deleteCalendarNotificationTemplate
public CalendarNotificationTemplate deleteCalendarNotificationTemplate(long calendarNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException Deletes the calendar notification template with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect CalendarNotificationTemplateLocalServiceImpl 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:
deleteCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
calendarNotificationTemplateId
- the primary key of the calendar notification template- Returns:
- the calendar notification template that was removed
- Throws:
PortalException
- if a calendar notification template with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteCalendarNotificationTemplates
public void deleteCalendarNotificationTemplates(long calendarId) - Specified by:
deleteCalendarNotificationTemplates
in interfaceCalendarNotificationTemplateLocalService
-
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:
deletePersistedModel
in interfaceCalendarNotificationTemplateLocalService
- Specified by:
deletePersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQuery
in interfaceCalendarNotificationTemplateLocalService
- Specified by:
dslQuery
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCount
in interfaceCalendarNotificationTemplateLocalService
- Specified by:
dslQueryCount
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQuery
in interfaceCalendarNotificationTemplateLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQuery
in interfaceCalendarNotificationTemplateLocalService
- 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.calendar.model.impl.CalendarNotificationTemplateModelImpl
.- Specified by:
dynamicQuery
in interfaceCalendarNotificationTemplateLocalService
- 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.calendar.model.impl.CalendarNotificationTemplateModelImpl
.- Specified by:
dynamicQuery
in interfaceCalendarNotificationTemplateLocalService
- 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:
dynamicQueryCount
in interfaceCalendarNotificationTemplateLocalService
- 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:
dynamicQueryCount
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchCalendarNotificationTemplate
public CalendarNotificationTemplate fetchCalendarNotificationTemplate(long calendarNotificationTemplateId) - Specified by:
fetchCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
-
fetchCalendarNotificationTemplate
public CalendarNotificationTemplate fetchCalendarNotificationTemplate(long calendarId, NotificationType notificationType, NotificationTemplateType notificationTemplateType) - Specified by:
fetchCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
-
fetchCalendarNotificationTemplateByUuidAndGroupId
public CalendarNotificationTemplate fetchCalendarNotificationTemplateByUuidAndGroupId(String uuid, long groupId) Returns the calendar notification template matching the UUID and group.- Specified by:
fetchCalendarNotificationTemplateByUuidAndGroupId
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
uuid
- the calendar notification template's UUIDgroupId
- the primary key of the group- Returns:
- the matching calendar notification template, or
null
if a matching calendar notification template could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQuery
in interfaceCalendarNotificationTemplateLocalService
-
getCalendarNotificationTemplate
public CalendarNotificationTemplate getCalendarNotificationTemplate(long calendarNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException Returns the calendar notification template with the primary key.- Specified by:
getCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
calendarNotificationTemplateId
- the primary key of the calendar notification template- Returns:
- the calendar notification template
- Throws:
PortalException
- if a calendar notification template with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getCalendarNotificationTemplateByUuidAndGroupId
public CalendarNotificationTemplate getCalendarNotificationTemplateByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the calendar notification template matching the UUID and group.- Specified by:
getCalendarNotificationTemplateByUuidAndGroupId
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
uuid
- the calendar notification template's UUIDgroupId
- the primary key of the group- Returns:
- the matching calendar notification template
- Throws:
PortalException
- if a matching calendar notification template could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getCalendarNotificationTemplates
Returns a range of all the calendar notification templates.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.calendar.model.impl.CalendarNotificationTemplateModelImpl
.- Specified by:
getCalendarNotificationTemplates
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
start
- the lower bound of the range of calendar notification templatesend
- the upper bound of the range of calendar notification templates (not inclusive)- Returns:
- the range of calendar notification templates
-
getCalendarNotificationTemplatesByUuidAndCompanyId
public List<CalendarNotificationTemplate> getCalendarNotificationTemplatesByUuidAndCompanyId(String uuid, long companyId) Returns all the calendar notification templates matching the UUID and company.- Specified by:
getCalendarNotificationTemplatesByUuidAndCompanyId
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
uuid
- the UUID of the calendar notification templatescompanyId
- the primary key of the company- Returns:
- the matching calendar notification templates, or an empty list if no matches were found
-
getCalendarNotificationTemplatesByUuidAndCompanyId
public List<CalendarNotificationTemplate> getCalendarNotificationTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarNotificationTemplate> orderByComparator) Returns a range of calendar notification templates matching the UUID and company.- Specified by:
getCalendarNotificationTemplatesByUuidAndCompanyId
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
uuid
- the UUID of the calendar notification templatescompanyId
- the primary key of the companystart
- the lower bound of the range of calendar notification templatesend
- the upper bound of the range of calendar notification templates (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the range of matching calendar notification templates, or an empty list if no matches were found
-
getCalendarNotificationTemplatesCount
public int getCalendarNotificationTemplatesCount()Returns the number of calendar notification templates.- Specified by:
getCalendarNotificationTemplatesCount
in interfaceCalendarNotificationTemplateLocalService
- Returns:
- the number of calendar notification templates
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQuery
in interfaceCalendarNotificationTemplateLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQuery
in interfaceCalendarNotificationTemplateLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCalendarNotificationTemplateLocalService
- 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:
getPersistedModel
in interfaceCalendarNotificationTemplateLocalService
- Specified by:
getPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
updateCalendarNotificationTemplate
public CalendarNotificationTemplate updateCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate) Updates the calendar notification template in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect CalendarNotificationTemplateLocalServiceImpl 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:
updateCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
- Parameters:
calendarNotificationTemplate
- the calendar notification template- Returns:
- the calendar notification template that was updated
-
updateCalendarNotificationTemplate
public CalendarNotificationTemplate updateCalendarNotificationTemplate(long calendarNotificationTemplateId, String notificationTypeSettings, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCalendarNotificationTemplate
in interfaceCalendarNotificationTemplateLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistence
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CalendarNotificationTemplate> getCTPersistence()- Specified by:
getCTPersistence
in interfaceCalendarNotificationTemplateLocalService
- Specified by:
getCTPersistence
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>
-
getModelClass
- Specified by:
getModelClass
in interfaceCalendarNotificationTemplateLocalService
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CalendarNotificationTemplate>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunction
in interfaceCalendarNotificationTemplateLocalService
- Specified by:
updateWithUnsafeFunction
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>
- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateLocalService>
-
setWrappedService
public void setWrappedService(CalendarNotificationTemplateLocalService calendarNotificationTemplateLocalService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateLocalService>
-