Package org.cyclos.entities.system
Class CustomWizardExecution
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.system.CustomWizardExecution
-
- All Implemented Interfaces:
Cloneable,OtpOwner,HasNetwork,ProcessableForProxying,DefinesNetwork,EntityWithParameterStorageContext,DelegatingMutableUserPrincipal,DelegatingUserPrincipal,UserPrincipal,IEntity
@Entity public class CustomWizardExecution extends NetworkedEntity implements DefinesNetwork, DelegatingMutableUserPrincipal, EntityWithParameterStorageContext, OtpOwner
Represents an execution of a custom wizard
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description CustomWizardExecution()
-
Method Summary
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.users.DelegatingMutableUserPrincipal
initFrom
-
Methods inherited from interface org.cyclos.entities.users.DelegatingUserPrincipal
getDelegate, getPrincipal
-
Methods inherited from interface org.cyclos.entities.HasNetwork
isGlobal
-
Methods inherited from interface org.cyclos.entities.access.OtpOwner
resolveOwnerPath
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getAccessClient
public AccessClient getAccessClient()
- Specified by:
getAccessClientin interfaceUserPrincipal
-
getAccountType
public UserAccountType getAccountType()
- Specified by:
getAccountTypein interfaceUserPrincipal
-
getBasicUser
public BasicUser getBasicUser()
- Specified by:
getBasicUserin interfaceUserPrincipal
-
getChannel
public Channel getChannel()
-
getContext
public String getContext()
- Specified by:
getContextin interfaceEntityWithParameterStorageContext
-
getCustomFieldValue
public UserCustomFieldValue getCustomFieldValue()
- Specified by:
getCustomFieldValuein interfaceUserPrincipal
-
getDate
public Date getDate()
-
getKey
public String getKey()
-
getLoggedUser
public BasicUser getLoggedUser()
-
getMobilePhone
public MobilePhone getMobilePhone()
- Specified by:
getMobilePhonein interfaceUserPrincipal
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to- Specified by:
getNetworkin interfaceHasNetwork
-
getNotified
public Boolean getNotified()
-
getOtpOwnerPathName
public String getOtpOwnerPathName()
Description copied from interface:OtpOwnerReturns the path's name to the OTP owner entity.- Specified by:
getOtpOwnerPathNamein interfaceOtpOwner- See Also:
OtpOwner.resolveOwnerPath(EntityPathBase)
-
getOtps
public Set<Otp> getOtps()
Description copied from interface:OtpOwnerReturns the current OTPs
-
getOtpUser
public BasicUser getOtpUser()
Description copied from interface:OtpOwnerReturns the OTP owner user.- Specified by:
getOtpUserin interfaceOtpOwner
-
getPrincipalType
public PrincipalType getPrincipalType()
- Specified by:
getPrincipalTypein interfaceUserPrincipal
-
getRemoteAddress
public String getRemoteAddress()
-
getStorage
public EntityBackedParameterStorage getStorage()
-
getToken
public Token getToken()
- Specified by:
getTokenin interfaceUserPrincipal
-
getTrustedDevice
public TrustedDevice getTrustedDevice()
- Specified by:
getTrustedDevicein interfaceUserPrincipal
-
getUser
public User getUser()
-
getWizard
public CustomWizard getWizard()
-
setAccessClient
public void setAccessClient(AccessClient accessClient)
- Specified by:
setAccessClientin interfaceDelegatingMutableUserPrincipal
-
setAccountType
public void setAccountType(UserAccountType accountType)
- Specified by:
setAccountTypein interfaceDelegatingMutableUserPrincipal
-
setAsOwnerFor
public void setAsOwnerFor(Otp otp)
Description copied from interface:OtpOwnerSets this owner as the owner of the given Otp entity- Specified by:
setAsOwnerForin interfaceOtpOwner
-
setBasicUser
public void setBasicUser(BasicUser basicUser)
- Specified by:
setBasicUserin interfaceDelegatingMutableUserPrincipal
-
setChannel
public void setChannel(Channel channel)
-
setContext
public void setContext(String context)
- Specified by:
setContextin interfaceEntityWithParameterStorageContext
-
setCustomFieldValue
public void setCustomFieldValue(UserCustomFieldValue customFieldValue)
- Specified by:
setCustomFieldValuein interfaceDelegatingMutableUserPrincipal
-
setDate
public void setDate(Date date)
-
setKey
public void setKey(String key)
-
setLoggedUser
public void setLoggedUser(BasicUser loggedUser)
-
setMobilePhone
public void setMobilePhone(MobilePhone mobilePhone)
- Specified by:
setMobilePhonein interfaceDelegatingMutableUserPrincipal
-
setNetwork
public void setNetwork(Network network)
- Specified by:
setNetworkin interfaceDefinesNetwork
-
setNotified
public void setNotified(Boolean notified)
-
setPrincipalType
public void setPrincipalType(PrincipalType principalType)
- Specified by:
setPrincipalTypein interfaceDelegatingMutableUserPrincipal
-
setRemoteAddress
public void setRemoteAddress(String remoteAddress)
-
setStorage
public void setStorage(EntityBackedParameterStorage storage)
-
setToken
public void setToken(Token token)
- Specified by:
setTokenin interfaceDelegatingMutableUserPrincipal
-
setTrustedDevice
public void setTrustedDevice(TrustedDevice trustedDevice)
- Specified by:
setTrustedDevicein interfaceDelegatingMutableUserPrincipal
-
setUser
public void setUser(User user)
-
setUserForWizardRegistration
public void setUserForWizardRegistration(User user)
-
setWizard
public void setWizard(CustomWizard wizard)
-
-