Package | Description |
---|---|
com.crm.dataobject.rewards |
Modifier and Type | Method and Description |
---|---|
AwardScope |
RewardOfferSearchCriteria.getAwardScope() |
AwardScope |
CRMDORewardOfferTemplate.getAwardScope() |
AwardScope |
CRMDORewardOffer.getAwardScope() |
static AwardScope |
AwardScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AwardScope[] |
AwardScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RewardOfferSearchCriteria.setAwardScope(AwardScope awardScope) |
void |
CRMDORewardOfferTemplate.setAwardScope(AwardScope awardScope) |
void |
CRMDORewardOffer.setAwardScope(AwardScope awardScope) |