Package de.aeb.xnsg.licmgmt.bf.lm
Interface ILicenseManagementBF
-
@BusinessFacade public interface ILicenseManagementBF
The business facade interface to access the license management functionality of License Management.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetApprovalResponseDTO
getApproval(GetApprovalRequestDTO request)
Gets the data of an approval from License Management.GetLicenseResponseDTO
getLicense(GetLicenseRequestDTO request)
Gets the complete data of a license from License Management.
-
-
-
Method Detail
-
getLicense
GetLicenseResponseDTO getLicense(GetLicenseRequestDTO request)
Gets the complete data of a license from License Management. If data driven access rights are defined for licenses of the client, these are considered by this call.- Parameters:
request
- specifies the license to get the data from- Returns:
- the complete data of a license from License Management
- Since:
- 2017/11
-
getApproval
GetApprovalResponseDTO getApproval(GetApprovalRequestDTO request)
Gets the data of an approval from License Management. If data driven access rights are defined for approvals of the client, these are considered by this call.- Parameters:
request
- specifies the approval to get the data from- Returns:
- the data of an approval from License Management
- Since:
- 2018/10
-
-