Package org.cyclos.impl.banking
Class PrepareValidationParameter
- java.lang.Object
-
- org.cyclos.impl.banking.PrepareValidationParameter
-
public class PrepareValidationParameter extends Object
Parameter object used as input for theTransactionServiceLocal.prepareValidation(PrepareValidationParameter)method
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrepareValidationParameter.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()ChannelgetChannel()PaymentCreationTypegetCreationType()CurrencyVOgetCurrency()Collection<CustomFieldValueDTO>getCustomValues()StringgetDescription()LocateAccountOwnerResultgetFrom()StringgetFromName()StringgetNfcChallenge()SessionDatagetReceiverSessionData()LocateAccountOwnerResultgetTo()StringgetToName()TransferTypeVOgetType()booleanisAllowSearchingTTWhenNoneIsGiven()booleanisExcludeHideInForm()booleanisFromRequired()booleanisIgnoreChannelForPaymentType()booleanisInternal()booleanisInverse()booleanisValidateAmount()booleanisValidateConfirmationPassword()booleanisValidateCustomFields()booleanisValidateDescription()booleanisValidateNFCChallenge()voidsetTypeToDTO(TransferTypeVO transferTypeVO)
-
-
-
Method Detail
-
getAmount
public BigDecimal getAmount()
-
getChannel
public Channel getChannel()
-
getCreationType
public PaymentCreationType getCreationType()
-
getCurrency
public CurrencyVO getCurrency()
-
getCustomValues
public Collection<CustomFieldValueDTO> getCustomValues()
-
getDescription
public String getDescription()
-
getFrom
public LocateAccountOwnerResult getFrom()
-
getFromName
public String getFromName()
-
getNfcChallenge
public String getNfcChallenge()
-
getReceiverSessionData
public SessionData getReceiverSessionData()
-
getTo
public LocateAccountOwnerResult getTo()
-
getToName
public String getToName()
-
getType
public TransferTypeVO getType()
-
isAllowSearchingTTWhenNoneIsGiven
public boolean isAllowSearchingTTWhenNoneIsGiven()
-
isExcludeHideInForm
public boolean isExcludeHideInForm()
-
isFromRequired
public boolean isFromRequired()
-
isIgnoreChannelForPaymentType
public boolean isIgnoreChannelForPaymentType()
-
isInternal
public boolean isInternal()
-
isInverse
public boolean isInverse()
-
isValidateAmount
public boolean isValidateAmount()
-
isValidateConfirmationPassword
public boolean isValidateConfirmationPassword()
-
isValidateCustomFields
public boolean isValidateCustomFields()
-
isValidateDescription
public boolean isValidateDescription()
-
isValidateNFCChallenge
public boolean isValidateNFCChallenge()
-
setTypeToDTO
public void setTypeToDTO(TransferTypeVO transferTypeVO)
-
-