Class LMProposeLicensesRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.expctrl.bf.v40.license.LMProposeLicensesRequestDTO
- Direct Known Subclasses:
LMProposeLicensesCompactRequestDTO
public class LMProposeLicensesRequestDTO
extends de.aeb.xnsg.foundation.bf.AbstractRequestDTO
Request DTO for proposing licenses for a transaction.
- Since:
- 2016/05
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates whether the licenses and items should be checked for its automatic approval applicability.
Default value:false
The ident code of the jurisdiction to propose licenses for.Defines additional filters for the licenses returned to reduce the response size.If this flag is set totrue
, only licenses and license items are returned, which exactly match the transaction items data.TheprofileIdentCode
of the compliance profile to take settings from.The transaction to do the proposal for.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
profileIdentCode
TheprofileIdentCode
of the compliance profile to take settings from. -
onlyMatching
If this flag is set totrue
, only licenses and license items are returned, which exactly match the transaction items data. Iffalse
all licenses for a particular client and jurisdiction, which are valid and active are returned.
Default value:true
-
licenseFilters
Defines additional filters for the licenses returned to reduce the response size. These filters are applied to all proposed licenses, matching and non-matching. Licenses have to match all filters to be included in the result set, i.e. filters are combined using a logical "AND" operation. -
transaction
The transaction to do the proposal for. -
jurisdiction
The ident code of the jurisdiction to propose licenses for. -
isCheckForAutoClearingUsage
Indicates whether the licenses and items should be checked for its automatic approval applicability.
Default value:false
-
-
Constructor Details
-
LMProposeLicensesRequestDTO
public LMProposeLicensesRequestDTO()
-