|
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 SharedObjectsRetriever
FOR INTERNAL USE ONLY - It allows rate components to retrieve shared objects (pricing macros, translation tables, etc.).
| Method Summary | ||
|---|---|---|
|
getAllCodes(java.lang.Class<T> objectClass)
Gets all codes of shared objects. |
|
|
getAllObjectCodes(java.lang.Class<T> objectClass)
Gets all codes of shared objects. |
|
java.lang.String |
getOwner()
Gets the owner of the shared object retriever. |
|
|
getSpecifiedObject(java.lang.Class<T> objectClass,
java.lang.String code,
boolean schemaOnly)
Gets a specified object. |
|
|
getSpecifiedObject(java.lang.Class<T> objectClass,
java.lang.String code1,
java.lang.String code2,
boolean schemaOnly)
Gets a specified object. |
|
| Method Detail |
|---|
java.lang.String getOwner()
<T> java.util.List<java.lang.String> getAllCodes(java.lang.Class<T> objectClass)
T - the Class of the shared object to retrieve.objectClass - the Class of the object to retrieve.
<T> java.util.List<? extends java.lang.Object> getAllObjectCodes(java.lang.Class<T> objectClass)
T - the Class of the shared object to retrieve.objectClass - the Class of the object to retrieve.
<T> T getSpecifiedObject(java.lang.Class<T> objectClass,
java.lang.String code,
boolean schemaOnly)
T - the Class of the object to retrieve.objectClass - the Class of the object to retrieve.code - the code of the object to retrieve.schemaOnly - True if only the schema (no instances) must be retrieved.
<T> T getSpecifiedObject(java.lang.Class<T> objectClass,
java.lang.String code1,
java.lang.String code2,
boolean schemaOnly)
T - the Class of the object to retrieve.objectClass - the Class of the object to retrieve.code1 - the 1st part of the code of the object to retrieve.code2 - the 2nd part of the code of the object to retrieve.schemaOnly - True if only the schema (no instances) must be retrieved.
|
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 | ||||||||