Class LinkGenerationScriptBindings
- java.lang.Object
-
- org.cyclos.impl.system.scriptbindings.BaseScriptBindings
-
- org.cyclos.impl.system.scriptbindings.LinkGenerationScriptBindings
-
public class LinkGenerationScriptBindings extends BaseScriptBindings
Script bindings forScriptType.LINK_GENERATIONandDefaultScriptFunction.DEFAULT.
-
-
Constructor Summary
Constructors Constructor Description LinkGenerationScriptBindings()
-
Method Summary
-
Methods inherited from class org.cyclos.impl.system.scriptbindings.BaseScriptBindings
apply, properties, scriptFunction
-
-
-
-
Method Detail
-
getEntityId
public String getEntityId()
-
getEntityIdParam
public String getEntityIdParam()
-
getExecution
public Object getExecution()
-
getIdentityProvider
public IdentityProvider getIdentityProvider()
-
getInviteToken
public InviteToken getInviteToken()
-
getLocation
public Location getLocation()
-
getMobileUrlFilePart
public String getMobileUrlFilePart()
-
getPaymentAmount
public BigDecimal getPaymentAmount()
-
getPaymentCustomValues
public Map<TransactionCustomField,String> getPaymentCustomValues()
-
getPaymentDescription
public String getPaymentDescription()
-
getPaymentTo
public LocateUserResult getPaymentTo()
-
getPaymentType
public PaymentTransferType getPaymentType()
-
getReplyTo
public IncomingMessage getReplyTo()
-
getRequestId
public String getRequestId()
-
getStorage
public CustomWizardExecutionStorage getStorage()
-
getTicket
public Ticket getTicket()
-
getType
public LinkType getType()
-
getUnsubscribeEmailKey
public String getUnsubscribeEmailKey()
-
getUnsubscribeEmailType
public EmailUnsubscribeType getUnsubscribeEmailType()
-
getUrlFilePart
public String getUrlFilePart()
-
getUser
public BasicUser getUser()
-
getValidationKey
public String getValidationKey()
-
getVoucher
public Voucher getVoucher()
-
scriptType
public ScriptType scriptType()
Description copied from class:BaseScriptBindingsReturns theScriptTypefor this binding- Specified by:
scriptTypein classBaseScriptBindings
-
setEntityId
public void setEntityId(String entityId)
-
setEntityIdParam
public void setEntityIdParam(String entityIdParam)
-
setExecution
public void setExecution(Object execution)
-
setIdentityProvider
public void setIdentityProvider(IdentityProvider identityProvider)
-
setInviteToken
public void setInviteToken(InviteToken inviteToken)
-
setLocation
public void setLocation(Location location)
-
setMobileUrlFilePart
public void setMobileUrlFilePart(String mobileUrlFilePart)
-
setPaymentAmount
public void setPaymentAmount(BigDecimal paymentAmount)
-
setPaymentCustomValues
public void setPaymentCustomValues(Map<TransactionCustomField,String> paymentCustomValues)
-
setPaymentDescription
public void setPaymentDescription(String paymentDescription)
-
setPaymentTo
public void setPaymentTo(LocateUserResult paymentTo)
-
setPaymentType
public void setPaymentType(PaymentTransferType paymentType)
-
setReplyTo
public void setReplyTo(IncomingMessage replyTo)
-
setRequestId
public void setRequestId(String requestId)
-
setStorage
public void setStorage(CustomWizardExecutionStorage storage)
-
setTicket
public void setTicket(Ticket ticket)
-
setType
public void setType(LinkType type)
-
setUnsubscribeEmailKey
public void setUnsubscribeEmailKey(String unsubscribeEmailKey)
-
setUnsubscribeEmailType
public void setUnsubscribeEmailType(EmailUnsubscribeType unsubscribeEmailType)
-
setUrlFilePart
public void setUrlFilePart(String urlFilePart)
-
setUser
public void setUser(BasicUser user)
-
setValidationKey
public void setValidationKey(String validationKey)
-
setVoucher
public void setVoucher(Voucher voucher)
-
-