public class CommerceNotificationTemplateLocalServiceWrapper extends java.lang.Object implements CommerceNotificationTemplateLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateLocalService>
CommerceNotificationTemplateLocalService.CommerceNotificationTemplateLocalService| Constructor and Description |
|---|
CommerceNotificationTemplateLocalServiceWrapper() |
CommerceNotificationTemplateLocalServiceWrapper(CommerceNotificationTemplateLocalService commerceNotificationTemplateLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceNotificationTemplate |
addCommerceNotificationTemplate(CommerceNotificationTemplate commerceNotificationTemplate)
Adds the commerce notification template to the database.
|
CommerceNotificationTemplate |
addCommerceNotificationTemplate(long userId,
long groupId,
java.lang.String name,
java.lang.String description,
java.lang.String from,
java.util.Map<java.util.Locale,java.lang.String> fromNameMap,
java.lang.String to,
java.lang.String cc,
java.lang.String bcc,
java.lang.String type,
boolean enabled,
java.util.Map<java.util.Locale,java.lang.String> subjectMap,
java.util.Map<java.util.Locale,java.lang.String> bodyMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceNotificationTemplate |
addCommerceNotificationTemplate(java.lang.String name,
java.lang.String description,
java.lang.String from,
java.util.Map<java.util.Locale,java.lang.String> fromNameMap,
java.lang.String to,
java.lang.String cc,
java.lang.String bcc,
java.lang.String type,
boolean enabled,
java.util.Map<java.util.Locale,java.lang.String> subjectMap,
java.util.Map<java.util.Locale,java.lang.String> bodyMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x)
|
CommerceNotificationTemplate |
createCommerceNotificationTemplate(long commerceNotificationTemplateId)
Creates a new commerce notification template with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceNotificationTemplate |
deleteCommerceNotificationTemplate(CommerceNotificationTemplate commerceNotificationTemplate)
Deletes the commerce notification template from the database.
|
CommerceNotificationTemplate |
deleteCommerceNotificationTemplate(long commerceNotificationTemplateId)
Deletes the commerce notification template with the primary key from the database.
|
void |
deleteCommerceNotificationTemplates(long groupId) |
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.
|
CommerceNotificationTemplate |
fetchCommerceNotificationTemplate(long commerceNotificationTemplateId) |
CommerceNotificationTemplate |
fetchCommerceNotificationTemplateByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the commerce notification template matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CommerceNotificationTemplate |
getCommerceNotificationTemplate(long commerceNotificationTemplateId)
Returns the commerce notification template with the primary key.
|
CommerceNotificationTemplate |
getCommerceNotificationTemplateByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the commerce notification template matching the UUID and group.
|
java.util.List<CommerceNotificationTemplate> |
getCommerceNotificationTemplates(int start,
int end)
Returns a range of all the commerce notification templates.
|
java.util.List<CommerceNotificationTemplate> |
getCommerceNotificationTemplates(long groupId,
boolean enabled,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator) |
java.util.List<CommerceNotificationTemplate> |
getCommerceNotificationTemplates(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator) |
java.util.List<CommerceNotificationTemplate> |
getCommerceNotificationTemplates(long groupId,
java.lang.String type,
boolean enabled) |
java.util.List<CommerceNotificationTemplate> |
getCommerceNotificationTemplatesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the commerce notification templates matching the UUID and company.
|
java.util.List<CommerceNotificationTemplate> |
getCommerceNotificationTemplatesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator)
Returns a range of commerce notification templates matching the UUID and company.
|
int |
getCommerceNotificationTemplatesCount()
Returns the number of commerce notification templates.
|
int |
getCommerceNotificationTemplatesCount(long groupId) |
int |
getCommerceNotificationTemplatesCount(long groupId,
boolean enabled) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceNotificationTemplateLocalService |
getWrappedService() |
void |
setWrappedService(CommerceNotificationTemplateLocalService commerceNotificationTemplateLocalService) |
CommerceNotificationTemplate |
updateCommerceNotificationTemplate(CommerceNotificationTemplate commerceNotificationTemplate)
Updates the commerce notification template in the database or adds it if it does not yet exist.
|
CommerceNotificationTemplate |
updateCommerceNotificationTemplate(long commerceNotificationTemplateId,
java.lang.String name,
java.lang.String description,
java.lang.String from,
java.util.Map<java.util.Locale,java.lang.String> fromNameMap,
java.lang.String to,
java.lang.String cc,
java.lang.String bcc,
java.lang.String type,
boolean enabled,
java.util.Map<java.util.Locale,java.lang.String> subjectMap,
java.util.Map<java.util.Locale,java.lang.String> bodyMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CommerceNotificationTemplateLocalServiceWrapper()
public CommerceNotificationTemplateLocalServiceWrapper(CommerceNotificationTemplateLocalService commerceNotificationTemplateLocalService)
public CommerceNotificationTemplate addCommerceNotificationTemplate(CommerceNotificationTemplate commerceNotificationTemplate)
Important: Inspect CommerceNotificationTemplateLocalServiceImpl 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.
addCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicecommerceNotificationTemplate - the commerce notification templatepublic CommerceNotificationTemplate addCommerceNotificationTemplate(long userId, long groupId, java.lang.String name, java.lang.String description, java.lang.String from, java.util.Map<java.util.Locale,java.lang.String> fromNameMap, java.lang.String to, java.lang.String cc, java.lang.String bcc, java.lang.String type, boolean enabled, java.util.Map<java.util.Locale,java.lang.String> subjectMap, java.util.Map<java.util.Locale,java.lang.String> bodyMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public CommerceNotificationTemplate addCommerceNotificationTemplate(java.lang.String name, java.lang.String description, java.lang.String from, java.util.Map<java.util.Locale,java.lang.String> fromNameMap, java.lang.String to, java.lang.String cc, java.lang.String bcc, java.lang.String type, boolean enabled, java.util.Map<java.util.Locale,java.lang.String> subjectMap, java.util.Map<java.util.Locale,java.lang.String> bodyMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceNotificationTemplate createCommerceNotificationTemplate(long commerceNotificationTemplateId)
createCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicecommerceNotificationTemplateId - the primary key for the new commerce notification templatepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceNotificationTemplateLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceNotificationTemplate deleteCommerceNotificationTemplate(CommerceNotificationTemplate commerceNotificationTemplate) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceNotificationTemplateLocalServiceImpl 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.
deleteCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicecommerceNotificationTemplate - the commerce notification templatePortalExceptionpublic CommerceNotificationTemplate deleteCommerceNotificationTemplate(long commerceNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceNotificationTemplateLocalServiceImpl 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.
deleteCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicecommerceNotificationTemplateId - the primary key of the commerce notification templatePortalException - if a commerce notification template with the primary key could not be foundpublic void deleteCommerceNotificationTemplates(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceNotificationTemplates in interface CommerceNotificationTemplateLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceNotificationTemplateLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceNotificationTemplateLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceNotificationTemplateLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceNotificationTemplateLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceNotificationTemplateLocalServicedynamicQuery - 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.commerce.notification.model.impl.CommerceNotificationTemplateModelImpl.
dynamicQuery in interface CommerceNotificationTemplateLocalServicedynamicQuery - 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.commerce.notification.model.impl.CommerceNotificationTemplateModelImpl.
dynamicQuery in interface CommerceNotificationTemplateLocalServicedynamicQuery - 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 CommerceNotificationTemplateLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceNotificationTemplateLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceNotificationTemplate fetchCommerceNotificationTemplate(long commerceNotificationTemplateId)
fetchCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicepublic CommerceNotificationTemplate fetchCommerceNotificationTemplateByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchCommerceNotificationTemplateByUuidAndGroupId in interface CommerceNotificationTemplateLocalServiceuuid - the commerce notification template's UUIDgroupId - the primary key of the groupnull if a matching commerce notification template could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceNotificationTemplateLocalServicepublic CommerceNotificationTemplate getCommerceNotificationTemplate(long commerceNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicecommerceNotificationTemplateId - the primary key of the commerce notification templatePortalException - if a commerce notification template with the primary key could not be foundpublic CommerceNotificationTemplate getCommerceNotificationTemplateByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceNotificationTemplateByUuidAndGroupId in interface CommerceNotificationTemplateLocalServiceuuid - the commerce notification template's UUIDgroupId - the primary key of the groupPortalException - if a matching commerce notification template could not be foundpublic java.util.List<CommerceNotificationTemplate> getCommerceNotificationTemplates(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.commerce.notification.model.impl.CommerceNotificationTemplateModelImpl.
getCommerceNotificationTemplates in interface CommerceNotificationTemplateLocalServicestart - the lower bound of the range of commerce notification templatesend - the upper bound of the range of commerce notification templates (not inclusive)public java.util.List<CommerceNotificationTemplate> getCommerceNotificationTemplates(long groupId, boolean enabled, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator)
getCommerceNotificationTemplates in interface CommerceNotificationTemplateLocalServicepublic java.util.List<CommerceNotificationTemplate> getCommerceNotificationTemplates(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator)
getCommerceNotificationTemplates in interface CommerceNotificationTemplateLocalServicepublic java.util.List<CommerceNotificationTemplate> getCommerceNotificationTemplates(long groupId, java.lang.String type, boolean enabled)
getCommerceNotificationTemplates in interface CommerceNotificationTemplateLocalServicepublic java.util.List<CommerceNotificationTemplate> getCommerceNotificationTemplatesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getCommerceNotificationTemplatesByUuidAndCompanyId in interface CommerceNotificationTemplateLocalServiceuuid - the UUID of the commerce notification templatescompanyId - the primary key of the companypublic java.util.List<CommerceNotificationTemplate> getCommerceNotificationTemplatesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationTemplate> orderByComparator)
getCommerceNotificationTemplatesByUuidAndCompanyId in interface CommerceNotificationTemplateLocalServiceuuid - the UUID of the commerce notification templatescompanyId - the primary key of the companystart - the lower bound of the range of commerce notification templatesend - the upper bound of the range of commerce notification templates (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getCommerceNotificationTemplatesCount()
getCommerceNotificationTemplatesCount in interface CommerceNotificationTemplateLocalServicepublic int getCommerceNotificationTemplatesCount(long groupId)
getCommerceNotificationTemplatesCount in interface CommerceNotificationTemplateLocalServicepublic int getCommerceNotificationTemplatesCount(long groupId,
boolean enabled)
getCommerceNotificationTemplatesCount in interface CommerceNotificationTemplateLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommerceNotificationTemplateLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceNotificationTemplateLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceNotificationTemplateLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceNotificationTemplateLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceNotificationTemplate updateCommerceNotificationTemplate(CommerceNotificationTemplate commerceNotificationTemplate)
Important: Inspect CommerceNotificationTemplateLocalServiceImpl 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.
updateCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicecommerceNotificationTemplate - the commerce notification templatepublic CommerceNotificationTemplate updateCommerceNotificationTemplate(long commerceNotificationTemplateId, java.lang.String name, java.lang.String description, java.lang.String from, java.util.Map<java.util.Locale,java.lang.String> fromNameMap, java.lang.String to, java.lang.String cc, java.lang.String bcc, java.lang.String type, boolean enabled, java.util.Map<java.util.Locale,java.lang.String> subjectMap, java.util.Map<java.util.Locale,java.lang.String> bodyMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceNotificationTemplate in interface CommerceNotificationTemplateLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic CommerceNotificationTemplateLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateLocalService>public void setWrappedService(CommerceNotificationTemplateLocalService commerceNotificationTemplateLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationTemplateLocalService>