| Package | Description |
|---|---|
| com.crm.dataobject.billing | |
| com.crm.dataobject.subscriptions |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionServiceLifeCycleState |
CRMDOBillingTermDefinitionAdditionalBillingDirection.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
CRMDOBillingTermDefinitionAdditionalBillingDirection.setState(SubscriptionServiceLifeCycleState state) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionServiceLifeCycleState |
CRMDOSubscriptionService.getLifeCycleState() |
SubscriptionServiceLifeCycleState |
CRMDOSubServiceLifeCycleStateHistory.getLifeCycleState() |
SubscriptionServiceLifeCycleState |
SubscriptionActionProduct.getState() |
static SubscriptionServiceLifeCycleState |
SubscriptionServiceLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionServiceLifeCycleState[] |
SubscriptionServiceLifeCycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CRMDOSubscriptionService.setLifeCycleState(SubscriptionServiceLifeCycleState lifeCycleState) |
void |
CRMDOSubServiceLifeCycleStateHistory.setLifeCycleState(SubscriptionServiceLifeCycleState lifeCycleState) |
void |
SubscriptionActionProduct.setState(SubscriptionServiceLifeCycleState state) |
| Constructor and Description |
|---|
CRMDOSubServiceLifeCycleStateHistory(java.lang.String id,
java.util.Date fromDate,
java.util.Date toDate,
java.util.Date billingEffectiveDate,
java.util.Date billablePeriodStartDate,
java.util.Date latestRateTodate,
BillingDirectiveState billingDirective,
SubscriptionServiceLifeCycleState lifeCycleState,
SubServiceLifeCycleStateHistoryRatingState ratingState,
java.util.Date createdDate) |