Package 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.-
Method Summary
Modifier and TypeMethodDescriptionGets all thebatch rating group identifiersconfigured in the SAP CC system.Gets abatch rating group identifier objectfrom a specified code.getBatchRatingGroupById(short uniqueId) Gets abatch rating group identifier objectfrom a specified numeric identifier.
-
Method Details
-
getBatchRatingGroupById
Gets abatch rating group identifier objectfrom a specified numeric identifier.- Parameters:
uniqueId- The unique identifier of the batch rating group- Returns:
- The
batch rating group identifiermatching the provided identifier, ornullif it does not exist
-
getBatchRatingGroupByCode
Gets abatch rating group identifier objectfrom a specified code.- Parameters:
code- The unique code of the batch rating group- Returns:
- The
batch rating group identifiermatching the provided code, ornullif it does not exist
-
getAllBatchRatingGroups
List<BatchRatingGroupIdentifier> getAllBatchRatingGroups()Gets all thebatch rating group identifiersconfigured in the SAP CC system.- Returns:
- The list of all existing
batch rating group identifiers.
-