com.highdeal.batchgroup
Interface IBatchRatingGroupsAccessor


public interface IBatchRatingGroupsAccessor

This Java interface describes the Batch Rating Group Accessor. It provides information about batch rating group identifier.

See Also:
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

getBatchRatingGroupById

BatchRatingGroupIdentifier getBatchRatingGroupById(short uniqueId)
Gets a batch rating group identifier object from a specified numeric identifier.

Parameters:
uniqueId - The unique identifier of the batch rating group
Returns:
The batch rating group identifier matching the provided identifier, or null if it does not exist

getBatchRatingGroupByCode

BatchRatingGroupIdentifier getBatchRatingGroupByCode(java.lang.String code)
Gets a batch rating group identifier object from a specified code.

Parameters:
code - The unique code of the batch rating group
Returns:
The batch rating group identifier matching the provided code, or null if it does not exist

getAllBatchRatingGroups

java.util.List<BatchRatingGroupIdentifier> getAllBatchRatingGroups()
Gets all the batch rating group identifiers configured in the SAP CC system.

Returns:
The list of all existing batch rating group identifiers.

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)