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.PersistedModelcreatePersistedModel(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.voiddeleteCalendarNotificationTemplates(long calendarId) 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.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.ActionableDynamicQuerycom.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.intReturns the number of calendar notification templates.com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CalendarNotificationTemplate>com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuerygetExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) voidsetWrappedService(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, waitMethods 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:
addCalendarNotificationTemplatein 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:
addCalendarNotificationTemplatein 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:
createCalendarNotificationTemplatein 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:
createPersistedModelin interfaceCalendarNotificationTemplateLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.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:
deleteCalendarNotificationTemplatein 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:
deleteCalendarNotificationTemplatein 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:
deleteCalendarNotificationTemplatesin 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:
deletePersistedModelin interfaceCalendarNotificationTemplateLocalService- 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 interfaceCalendarNotificationTemplateLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceCalendarNotificationTemplateLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceCalendarNotificationTemplateLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin 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 - 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.calendar.model.impl.CalendarNotificationTemplateModelImpl.- Specified by:
dynamicQueryin 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 - 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.calendar.model.impl.CalendarNotificationTemplateModelImpl.- Specified by:
dynamicQueryin 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:
dynamicQueryCountin 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:
dynamicQueryCountin 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:
fetchCalendarNotificationTemplatein interfaceCalendarNotificationTemplateLocalService
-
fetchCalendarNotificationTemplate
public CalendarNotificationTemplate fetchCalendarNotificationTemplate(long calendarId, NotificationType notificationType, NotificationTemplateType notificationTemplateType) - Specified by:
fetchCalendarNotificationTemplatein interfaceCalendarNotificationTemplateLocalService
-
fetchCalendarNotificationTemplateByUuidAndGroupId
public CalendarNotificationTemplate fetchCalendarNotificationTemplateByUuidAndGroupId(String uuid, long groupId) Returns the calendar notification template matching the UUID and group.- Specified by:
fetchCalendarNotificationTemplateByUuidAndGroupIdin interfaceCalendarNotificationTemplateLocalService- Parameters:
uuid- the calendar notification template's UUIDgroupId- the primary key of the group- Returns:
- the matching calendar notification template, or
nullif a matching calendar notification template could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin 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:
getCalendarNotificationTemplatein 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:
getCalendarNotificationTemplateByUuidAndGroupIdin 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 - 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.calendar.model.impl.CalendarNotificationTemplateModelImpl.- Specified by:
getCalendarNotificationTemplatesin 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:
getCalendarNotificationTemplatesByUuidAndCompanyIdin 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:
getCalendarNotificationTemplatesByUuidAndCompanyIdin 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:
getCalendarNotificationTemplatesCountin 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:
getExportActionableDynamicQueryin interfaceCalendarNotificationTemplateLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceCalendarNotificationTemplateLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
getPersistedModelin interfaceCalendarNotificationTemplateLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.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:
updateCalendarNotificationTemplatein 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:
updateCalendarNotificationTemplatein interfaceCalendarNotificationTemplateLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
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<CalendarNotificationTemplate> getCTPersistence()- Specified by:
getCTPersistencein interfaceCalendarNotificationTemplateLocalService- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>
-
getModelClass
- Specified by:
getModelClassin interfaceCalendarNotificationTemplateLocalService- Specified by:
getModelClassin 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:
updateWithUnsafeFunctionin interfaceCalendarNotificationTemplateLocalService- Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateLocalService>
-
setWrappedService
public void setWrappedService(CalendarNotificationTemplateLocalService calendarNotificationTemplateLocalService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateLocalService>
-