Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPD-40613 Deprecate Commerce Notifications #156563

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

/**
* @author Alessio Antonio Rendina
* @deprecated As of Cavanaugh (7.4.x)
*/
@Deprecated
public class CommerceNotificationActionKeys {

public static final String ADD_COMMERCE_NOTIFICATION_TEMPLATE =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

/**
* @author Alessio Antonio Rendina
* @deprecated As of Cavanaugh (7.4.x)
*/
@Deprecated
public class CommerceNotificationConstants {

public static final String RESOURCE_NAME =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

/**
* @author Alessio Antonio Rendina
* @deprecated As of Cavanaugh (7.4.x), with no direct replacement
*/
@Deprecated
public class CommerceNotificationTemplateFromException extends PortalException {

public CommerceNotificationTemplateFromException() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

/**
* @author Alessio Antonio Rendina
* @deprecated As of Cavanaugh (7.4.x), with no direct replacement
*/
@Deprecated
public class CommerceNotificationTemplateNameException extends PortalException {

public CommerceNotificationTemplateNameException() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

/**
* @author Alessio Antonio Rendina
* @deprecated As of Cavanaugh (7.4.x), with no direct replacement
*/
@Deprecated
public class CommerceNotificationTemplateTypeException extends PortalException {

public CommerceNotificationTemplateTypeException() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

/**
* @author Alessio Antonio Rendina
* @deprecated As of Cavanaugh (7.4.x), with no direct replacement
*/
@Deprecated
public class NoSuchNotificationAttachmentException
extends NoSuchModelException {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

/**
* @author Alessio Antonio Rendina
* @deprecated As of Cavanaugh (7.4.x), with no direct replacement
*/
@Deprecated
public class NoSuchNotificationQueueEntryException
extends NoSuchModelException {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

/**
* @author Alessio Antonio Rendina
* @deprecated As of Cavanaugh (7.4.x), with no direct replacement
*/
@Deprecated
public class NoSuchNotificationTemplateCommerceAccountGroupRelException
extends NoSuchModelException {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

/**
* @author Alessio Antonio Rendina
* @deprecated As of Cavanaugh (7.4.x), with no direct replacement
*/
@Deprecated
public class NoSuchNotificationTemplateException extends NoSuchModelException {

public NoSuchNotificationTemplateException() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationAttachmentModel
* @deprecated
* @generated
*/
@Deprecated
@ImplementationClassName(
"com.liferay.commerce.notification.model.impl.CommerceNotificationAttachmentImpl"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationAttachment
* @deprecated
* @generated
*/
@Deprecated
@ProviderType
public interface CommerceNotificationAttachmentModel
extends BaseModel<CommerceNotificationAttachment>, GroupedModel, MVCCModel,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationAttachment
* @deprecated
* @generated
*/
@Deprecated
public class CommerceNotificationAttachmentTable
extends BaseTable<CommerceNotificationAttachmentTable> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationAttachment
* @deprecated
* @generated
*/
@Deprecated
public class CommerceNotificationAttachmentWrapper
extends BaseModelWrapper<CommerceNotificationAttachment>
implements CommerceNotificationAttachment,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntryModel
* @deprecated
* @generated
*/
@Deprecated
@ImplementationClassName(
"com.liferay.commerce.notification.model.impl.CommerceNotificationQueueEntryImpl"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntry
* @deprecated
* @generated
*/
@Deprecated
@ProviderType
public interface CommerceNotificationQueueEntryModel
extends AttachedModel, BaseModel<CommerceNotificationQueueEntry>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntry
* @deprecated
* @generated
*/
@Deprecated
public class CommerceNotificationQueueEntryTable
extends BaseTable<CommerceNotificationQueueEntryTable> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntry
* @deprecated
* @generated
*/
@Deprecated
public class CommerceNotificationQueueEntryWrapper
extends BaseModelWrapper<CommerceNotificationQueueEntry>
implements CommerceNotificationQueueEntry,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplateModel
* @deprecated
* @generated
*/
@Deprecated
@ImplementationClassName(
"com.liferay.commerce.notification.model.impl.CommerceNotificationTemplateImpl"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplateCommerceAccountGroupRelModel
* @deprecated
* @generated
*/
@Deprecated
@ImplementationClassName(
"com.liferay.commerce.notification.model.impl.CommerceNotificationTemplateCommerceAccountGroupRelImpl"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplateCommerceAccountGroupRel
* @deprecated
* @generated
*/
@Deprecated
@ProviderType
public interface CommerceNotificationTemplateCommerceAccountGroupRelModel
extends BaseModel<CommerceNotificationTemplateCommerceAccountGroupRel>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplateCommerceAccountGroupRel
* @deprecated
* @generated
*/
@Deprecated
public class CommerceNotificationTemplateCommerceAccountGroupRelTable
extends BaseTable
<CommerceNotificationTemplateCommerceAccountGroupRelTable> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplateCommerceAccountGroupRel
* @deprecated
* @generated
*/
@Deprecated
public class CommerceNotificationTemplateCommerceAccountGroupRelWrapper
extends BaseModelWrapper
<CommerceNotificationTemplateCommerceAccountGroupRel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplate
* @deprecated
* @generated
*/
@Deprecated
@ProviderType
public interface CommerceNotificationTemplateModel
extends BaseModel<CommerceNotificationTemplate>, GroupedModel,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplate
* @deprecated
* @generated
*/
@Deprecated
public class CommerceNotificationTemplateTable
extends BaseTable<CommerceNotificationTemplateTable> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplate
* @deprecated
* @generated
*/
@Deprecated
public class CommerceNotificationTemplateWrapper
extends BaseModelWrapper<CommerceNotificationTemplate>
implements CommerceNotificationTemplate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationAttachmentLocalServiceUtil
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
@ProviderType
@Transactional(
isolation = Isolation.PORTAL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationAttachmentLocalService
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
public class CommerceNotificationAttachmentLocalServiceUtil {

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationAttachmentLocalService
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
public class CommerceNotificationAttachmentLocalServiceWrapper
implements CommerceNotificationAttachmentLocalService,
ServiceWrapper<CommerceNotificationAttachmentLocalService> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntryLocalServiceUtil
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
@ProviderType
@Transactional(
isolation = Isolation.PORTAL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntryLocalService
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
public class CommerceNotificationQueueEntryLocalServiceUtil {

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntryLocalService
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
public class CommerceNotificationQueueEntryLocalServiceWrapper
implements CommerceNotificationQueueEntryLocalService,
ServiceWrapper<CommerceNotificationQueueEntryLocalService> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntryServiceUtil
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@AccessControlled
@Deprecated
@JSONWebService
@ProviderType
@Transactional(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntryService
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
public class CommerceNotificationQueueEntryServiceUtil {

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationQueueEntryService
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
public class CommerceNotificationQueueEntryServiceWrapper
implements CommerceNotificationQueueEntryService,
ServiceWrapper<CommerceNotificationQueueEntryService> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplateCommerceAccountGroupRelLocalServiceUtil
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
@ProviderType
@Transactional(
isolation = Isolation.PORTAL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplateCommerceAccountGroupRelLocalService
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
public class
CommerceNotificationTemplateCommerceAccountGroupRelLocalServiceUtil {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
*
* @author Alessio Antonio Rendina
* @see CommerceNotificationTemplateCommerceAccountGroupRelLocalService
* @deprecated As of Cavanaugh (7.4.x)
* @generated
*/
@Deprecated
public class
CommerceNotificationTemplateCommerceAccountGroupRelLocalServiceWrapper
implements CommerceNotificationTemplateCommerceAccountGroupRelLocalService,
Expand Down
Loading