|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.projects.store.order.purchase.CheckoutProgressStates
public class CheckoutProgressStates
Contains available checkout milestones and current checkout progress level.
Nested Class Summary | |
---|---|
static class |
CheckoutProgressStates.DEFAULT_STATES
Contains default states |
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version |
Constructor Summary | |
---|---|
CheckoutProgressStates()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
getCheckoutProgressLevels()
checoutProgressLevels property contains checkout milestones available for user. |
java.lang.String |
getCurrentLevel()
currentLevel property determines which pages can be displayed to user. |
int |
getCurrentLevelAsInt()
|
void |
setCheckoutProgressLevels(java.util.Map pCheckoutProgressLevels)
Sets checkout progress levels |
void |
setCurrentLevel(java.lang.String pCurrentLevel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
Constructor Detail |
---|
public CheckoutProgressStates()
Method Detail |
---|
public java.lang.String getCurrentLevel()
public void setCurrentLevel(java.lang.String pCurrentLevel)
pCurrentLevel
- the current level to setpublic int getCurrentLevelAsInt()
public java.util.Map<java.lang.String,java.lang.Integer> getCheckoutProgressLevels()
public void setCheckoutProgressLevels(java.util.Map pCheckoutProgressLevels)
pCheckoutProgressLevels
- the checkout progress levels to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |