public interface SubscriptionDetailsValidator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copy right field.
|
static java.lang.String |
NAME
The name of this class
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
validateChange(java.lang.Object aNoun)
This method validates the subscription noun for a change operation.
|
java.util.List |
validateCreate(java.lang.Object aNoun)
This method checks if the logical Subscription noun can be created.
|
java.util.List |
validateDelete(java.lang.Object aNoun)
This method checks if the logical Subscription noun can be deleted.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
java.util.List validateCreate(java.lang.Object aNoun)
throws AbstractApplicationException
aNoun - The subscription noun.ApplicationError if
there are any errors, otherwise the list will be empty.AbstractApplicationExceptionjava.util.List validateChange(java.lang.Object aNoun)
throws AbstractApplicationException
aNoun - The logical noun to validate.ApplicationError if there are any
errors, otherwise the list will be empty.AbstractApplicationExceptionjava.util.List validateDelete(java.lang.Object aNoun)
throws AbstractApplicationException
aNoun - The logical subscription noun to validate.ApplicationError if there are any
errors, otherwise the list will be empty.AbstractApplicationException