public interface IBatchRatingGroupsAccessor
Java interface describes the Batch Rating Group Accessor.
It provides information about batch rating group identifier.| Modifier and Type | Method and Description |
|---|---|
List<BatchRatingGroupIdentifier> |
getAllBatchRatingGroups()
Gets all the
batch rating group identifiers configured in the SAP CC system. |
BatchRatingGroupIdentifier |
getBatchRatingGroupByCode(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. |
BatchRatingGroupIdentifier getBatchRatingGroupById(short uniqueId)
batch rating group identifier object from a specified numeric identifier.uniqueId - The unique identifier of the batch rating groupbatch rating group identifier matching the provided identifier, or null if it does not existBatchRatingGroupIdentifier getBatchRatingGroupByCode(String code)
batch rating group identifier object from a specified code.code - The unique code of the batch rating groupbatch rating group identifier matching the provided code, or null if it does not existList<BatchRatingGroupIdentifier> getAllBatchRatingGroups()
batch rating group identifiers configured in the SAP CC system.batch rating group identifiers.