Uses of Class
de.hybris.platform.core.AbstractTenant.State
-
Packages that use AbstractTenant.State Package Description de.hybris.platform.core -
-
Uses of AbstractTenant.State in de.hybris.platform.core
Methods in de.hybris.platform.core that return AbstractTenant.State Modifier and Type Method Description AbstractTenant.StateAbstractTenant. getState()static AbstractTenant.StateAbstractTenant.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractTenant.State[]AbstractTenant.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.core with parameters of type AbstractTenant.State Modifier and Type Method Description protected voidAbstractTenant. setState(AbstractTenant.State state)
-