Uses of Class
org.exoplatform.wallet.model.WalletState
-
Packages that use WalletState Package Description org.exoplatform.wallet.model org.exoplatform.wallet.service -
-
Uses of WalletState in org.exoplatform.wallet.model
Methods in org.exoplatform.wallet.model that return WalletState Modifier and Type Method Description static WalletStateWalletState. valueOf(String name)Returns the enum constant of this type with the specified name.static WalletState[]WalletState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WalletState in org.exoplatform.wallet.service
Methods in org.exoplatform.wallet.service with parameters of type WalletState Modifier and Type Method Description voidWalletAccountService. setInitializationStatus(String address, WalletState initializationState)Change wallet initialization statusvoidWalletAccountService. setInitializationStatus(String address, WalletState initializationState, String currentUserId)Change wallet initialization status
-