Uses of Class
org.cxbox.core.crudma.state.BcState
-
Packages that use BcState Package Description org.cxbox.core.crudma.state org.cxbox.core.crudma.state.impl -
-
Uses of BcState in org.cxbox.core.crudma.state
Methods in org.cxbox.core.crudma.state that return BcState Modifier and Type Method Description BcStateBcStateAware. getState(BusinessComponent bc)Obtain state for business component instanceMethods in org.cxbox.core.crudma.state with parameters of type BcState Modifier and Type Method Description voidBcStateAware. set(BusinessComponent bc, BcState state)Change state for business component instance -
Uses of BcState in org.cxbox.core.crudma.state.impl
Methods in org.cxbox.core.crudma.state.impl that return BcState Modifier and Type Method Description BcStateBcStateAwareImpl. getState(BusinessComponent bc)Methods in org.cxbox.core.crudma.state.impl with parameters of type BcState Modifier and Type Method Description voidBcStateAwareImpl. set(BusinessComponent bc, BcState bcState)
-