Class ExtensionPointTransactionScriptBindings
- java.lang.Object
-
- org.cyclos.impl.system.scriptbindings.BaseScriptBindings
-
- org.cyclos.impl.system.scriptbindings.ExtensionPointBaseScriptBindings
-
- org.cyclos.impl.system.scriptbindings.ExtensionPointTransactionScriptBindings
-
public class ExtensionPointTransactionScriptBindings extends ExtensionPointBaseScriptBindings
Script bindings forTransactionExtensionPointEvent(ScriptType.EXTENSION_POINT} and functionsExtensionPointScriptFunction.VALIDATEDandExtensionPointScriptFunction.SAVED.
-
-
Constructor Summary
Constructors Constructor Description ExtensionPointTransactionScriptBindings(ExtensionPointScriptFunction function)
-
Method Summary
-
Methods inherited from class org.cyclos.impl.system.scriptbindings.ExtensionPointBaseScriptBindings
getContext, getEvent, getExtensionPoint, scriptFunction, scriptType, setContext, setEvent, setExtensionPoint
-
Methods inherited from class org.cyclos.impl.system.scriptbindings.BaseScriptBindings
apply, properties
-
-
-
-
Constructor Detail
-
ExtensionPointTransactionScriptBindings
public ExtensionPointTransactionScriptBindings(ExtensionPointScriptFunction function)
-
-
Method Detail
-
getAuthorizationLevel
public AuthorizationLevel getAuthorizationLevel()
-
getAuthorizationType
public TransactionAuthorizationType getAuthorizationType()
-
getFromAccount
public Account getFromAccount()
-
getFromOwner
public InternalAccountOwner getFromOwner()
-
getFromOwnerResult
public LocateAccountOwnerResult getFromOwnerResult()
-
getInstallment
public Installment getInstallment()
-
getNature
public ExtensionPointNature getNature()
- Specified by:
getNaturein classExtensionPointBaseScriptBindings
-
getNewtatus
public TransactionStatus getNewtatus()
-
getOldStatus
public TransactionStatus getOldStatus()
-
getPaymentType
public PaymentTransferType getPaymentType()
-
getPerformTransaction
public PerformTransactionDTO getPerformTransaction()
-
getPreview
public TransactionPreviewVO getPreview()
-
getToAccount
public Account getToAccount()
-
getToOwner
public AccountOwner getToOwner()
-
getToOwnerResult
public LocateAccountOwnerResult getToOwnerResult()
-
getTransaction
public Transaction getTransaction()
-
setAuthorizationLevel
public void setAuthorizationLevel(AuthorizationLevel authorizationLevel)
-
setAuthorizationType
public void setAuthorizationType(TransactionAuthorizationType authorizationType)
-
setFromAccount
public void setFromAccount(Account fromAccount)
-
setFromOwner
public void setFromOwner(InternalAccountOwner fromOwner)
-
setFromOwnerResult
public void setFromOwnerResult(LocateAccountOwnerResult fromOwnerResult)
-
setInstallment
public void setInstallment(Installment installment)
-
setNewtatus
public void setNewtatus(TransactionStatus newtatus)
-
setOldStatus
public void setOldStatus(TransactionStatus oldStatus)
-
setPaymentType
public void setPaymentType(PaymentTransferType paymentType)
-
setPerformTransaction
public void setPerformTransaction(PerformTransactionDTO performTransaction)
-
setPreview
public void setPreview(TransactionPreviewVO preview)
-
setToAccount
public void setToAccount(Account toAccount)
-
setToOwner
public void setToOwner(AccountOwner toOwner)
-
setToOwnerResult
public void setToOwnerResult(LocateAccountOwnerResult toOwnerResult)
-
setTransaction
public void setTransaction(Transaction transaction)
-
-