Class CommerceNotificationTestUtil
java.lang.Object
com.liferay.commerce.notification.test.util.CommerceNotificationTestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.liferay.commerce.notification.model.CommerceNotificationTemplate
addCommerceNotificationTemplate
(String name, String description, String from, String to, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) static com.liferay.commerce.notification.model.CommerceNotificationTemplate
addCommerceNotificationTemplate
(String name, String description, String from, String to, String cc, String bcc, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) static com.liferay.commerce.notification.model.CommerceNotificationTemplate
addNotificationTemplate
(String to, String notificationType, com.liferay.portal.kernel.service.ServiceContext serviceContext) static com.liferay.commerce.notification.model.CommerceNotificationTemplate
addNotificationTemplate
(String to, String cc, String bcc, String notificationType, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CommerceNotificationTestUtil
public CommerceNotificationTestUtil()
-
-
Method Details
-
addCommerceNotificationTemplate
public static com.liferay.commerce.notification.model.CommerceNotificationTemplate addCommerceNotificationTemplate(String name, String description, String from, String to, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceNotificationTemplate
public static com.liferay.commerce.notification.model.CommerceNotificationTemplate addCommerceNotificationTemplate(String name, String description, String from, String to, String cc, String bcc, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addNotificationTemplate
public static com.liferay.commerce.notification.model.CommerceNotificationTemplate addNotificationTemplate(String to, String notificationType, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addNotificationTemplate
public static com.liferay.commerce.notification.model.CommerceNotificationTemplate addNotificationTemplate(String to, String cc, String bcc, String notificationType, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-