Package | Description |
---|---|
com.crm.dataobject.subscriptions |
Modifier and Type | Method and Description |
---|---|
SubscriptionServiceRatingState |
SubscriptionServiceSearchCriteria.getRatingState() |
SubscriptionServiceRatingState |
CRMDOSubscriptionService.getRatingState() |
static SubscriptionServiceRatingState |
SubscriptionServiceRatingState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionServiceRatingState[] |
SubscriptionServiceRatingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionServiceSearchCriteria.setRatingState(SubscriptionServiceRatingState ratingState) |
void |
CRMDOSubscriptionService.setRatingState(SubscriptionServiceRatingState ratingState) |
Constructor and Description |
---|
CRMDOSubscriptionService(java.lang.String id,
CRMDOProduct product,
CRMDOSubscriptionService bundleSubscriptionService,
SubscriptionServiceRatingState ratingState,
java.util.Date firstActivationDate,
java.util.Date createdDate,
java.lang.Integer isRecurring,
java.lang.Integer periodCycleAdjustment) |