|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBatchRatingGroupsAccessor
This Java interface describes the Batch Rating Group Accessor.
It provides information about batch rating group identifier.
IContractBatchRatingGroupAssignmentPolicy| Method Summary | |
|---|---|
java.util.List<BatchRatingGroupIdentifier> |
getAllBatchRatingGroups()
Gets all the batch rating group identifiers configured in the SAP CC system. |
BatchRatingGroupIdentifier |
getBatchRatingGroupByCode(java.lang.String code)
Gets a batch rating group identifier object from a specified code. |
BatchRatingGroupIdentifier |
getBatchRatingGroupById(short uniqueId)
Gets a batch rating group identifier object from a specified numeric identifier. |
| Method Detail |
|---|
BatchRatingGroupIdentifier getBatchRatingGroupById(short uniqueId)
batch rating group identifier object from a specified numeric identifier.
uniqueId - The unique identifier of the batch rating group
batch rating group identifier matching the provided identifier, or null if it does not existBatchRatingGroupIdentifier getBatchRatingGroupByCode(java.lang.String code)
batch rating group identifier object from a specified code.
code - The unique code of the batch rating group
batch rating group identifier matching the provided code, or null if it does not existjava.util.List<BatchRatingGroupIdentifier> getAllBatchRatingGroups()
batch rating group identifiers configured in the SAP CC system.
batch rating group identifiers.
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||