public class SegmentRestrictionController extends DefaultPageController
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXISTING_SEGMENT |
static java.lang.String |
RESTRICTION_INVERTED |
static java.lang.String |
RULE_WIZARD_FORWARD_PAGE |
static java.lang.String |
SEGMENT_CATALOG_VERSION |
static java.lang.String |
SEGMENT_NAME |
transitions| Constructor and Description |
|---|
SegmentRestrictionController() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkUserRights() |
void |
doSelectCreate(Wizard wizard) |
void |
doSelectExisting(Wizard wizard) |
protected BTGCockpitService |
getBtgCockpitService() |
TypedObject |
getParentItem(Wizard wizard) |
java.lang.String |
getParentItemName(Wizard wizard) |
void |
initPage(Wizard wizard,
WizardPage page)
This method is invoked whenever a wizard page is created.
|
WizardPage |
next(Wizard wizard,
WizardPage page)
Returns for the specified wizard page the next page.
|
void |
setBtgCockpitService(BTGCockpitService btgCockpitService) |
void |
setGenericRandomNameProducer(GenericRandomNameProducer genericRandomNameProducer) |
boolean |
validate(Wizard wizard,
WizardPage page)
This method is invoked before leaving a page.
|
beforeBack, beforeNext, cancel, done, evaluateAttribute, evaluateTransition, getFirstPage, previous, setTransitionspublic static final java.lang.String EXISTING_SEGMENT
public static final java.lang.String SEGMENT_CATALOG_VERSION
public static final java.lang.String RESTRICTION_INVERTED
public static final java.lang.String RULE_WIZARD_FORWARD_PAGE
public static final java.lang.String SEGMENT_NAME
public void doSelectCreate(Wizard wizard)
public void doSelectExisting(Wizard wizard)
public void setBtgCockpitService(BTGCockpitService btgCockpitService)
protected BTGCockpitService getBtgCockpitService()
protected boolean checkUserRights()
public void initPage(Wizard wizard, WizardPage page)
WizardPageControllerinitPage in interface WizardPageControllerinitPage in class DefaultPageControllerwizard - the wizard which contains the pagepage - the currently accessed pagepublic WizardPage next(Wizard wizard, WizardPage page)
WizardPageControllernext in interface WizardPageControllernext in class DefaultPageControllerwizard - the wizard which contains the pagespage - the current pagepublic boolean validate(Wizard wizard, WizardPage page)
WizardPageControllervalidate in interface WizardPageControllervalidate in class DefaultPageControllerpublic java.lang.String getParentItemName(Wizard wizard)
public TypedObject getParentItem(Wizard wizard)
public void setGenericRandomNameProducer(GenericRandomNameProducer genericRandomNameProducer)
Copyright © 2018 SAP SE. All Rights Reserved.