Package de.aeb.xnsg.compliance.bf.v40
Interface IComplianceFoundation40BF
-
@BusinessFacade public interface IComplianceFoundation40BF
The business facade interface for compliance foundation.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MASTERDATA_TYPE_GOODS_ATTRIBUTES
static String
MASTERDATA_TYPE_JURISDICTIONS
static String
MASTERDATA_TYPE_PARTNER_ROLES
Type for partner roles master data.static String
MASTERDATA_TYPE_TRANSACTION_TYPES
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMasterdataIdentifiersResponseDTO
getMasterdataIdentifiers(GetMasterdataIdentifiersRequestDTO request)
Returns the identifiers of master data for a client.
-
-
-
Field Detail
-
MASTERDATA_TYPE_PARTNER_ROLES
static final String MASTERDATA_TYPE_PARTNER_ROLES
Type for partner roles master data.- See Also:
- Constant Field Values
-
MASTERDATA_TYPE_GOODS_ATTRIBUTES
static final String MASTERDATA_TYPE_GOODS_ATTRIBUTES
- See Also:
- Constant Field Values
-
MASTERDATA_TYPE_TRANSACTION_TYPES
static final String MASTERDATA_TYPE_TRANSACTION_TYPES
- See Also:
- Constant Field Values
-
MASTERDATA_TYPE_JURISDICTIONS
static final String MASTERDATA_TYPE_JURISDICTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMasterdataIdentifiers
GetMasterdataIdentifiersResponseDTO getMasterdataIdentifiers(GetMasterdataIdentifiersRequestDTO request)
Returns the identifiers of master data for a client. The available types of master data are the following:- Partner roles:
"PARTNER_ROLE_IDENTIFIERS"
- Goods attributes:
"GOODS_ATTRIBUTE_IDENTIFIERS"
- Transaction types:
"TRANSACTION_TYPE_IDENTIFIERS"
- All value lists and their entries: The
identCode
of the requested value list - Jurisdictions:
"JURISDICTION_IDENTIFIERS"
- Parameters:
request
- the masterdata request DTO- Returns:
- the identifiers of master data for a client
- Partner roles:
-
-