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 |
CRMDOSubServiceLifeCycleStateHistory.getLifeCycleState() |
SubscriptionServiceLifeCycleState |
CRMDOSubscriptionService.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 |
---|---|
java.util.ArrayList<SubscriptionServiceLifeCycleState> |
SubscriptionServiceSearchCriteria.getLifeCycleStates() |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionServiceSearchCriteria.setLifeCycleState(SubscriptionServiceLifeCycleState lifeCycleState) |
void |
CRMDOSubServiceLifeCycleStateHistory.setLifeCycleState(SubscriptionServiceLifeCycleState lifeCycleState) |
void |
CRMDOSubscriptionService.setLifeCycleState(SubscriptionServiceLifeCycleState lifeCycleState) |
void |
SubscriptionActionProduct.setState(SubscriptionServiceLifeCycleState state) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionServiceSearchCriteria.setLifeCycleStates(java.util.ArrayList<SubscriptionServiceLifeCycleState> lifeCycleStates) |
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,
BillingAdjustmentOption billingAdjustment,
java.util.Date createdDate) |