Package DE_EPAGES::GuidedTour::API::Object::UnityMBOGuidedTourConfig
Functions
- additionalCriteria
- className
- ensurePreConditions
- getAssignedPageTypes
- getAssignedShopType
- getExcludedShopType
- isActive
- isCorrectPageType
- isCorrectShopType
additionalCriteria
checks if a specific tour is active for some given parameter
Syntax |
additionalCriteria |
Input |
|
Return |
|
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = UnityMBOGuidedTourConfig->className; |
Return |
|
ensurePreConditions
ensures the precondiions for a tour
Syntax |
ensurePreConditions |
Input |
|
getAssignedPageTypes
gives back assigned pagetypes
Syntax |
getAssignedPageTypes |
Return |
|
getAssignedShopType
gives back assigned shoptypes
Syntax |
getAssignedShopType |
Return |
|
getExcludedShopType
gives back excludedShopTypes shoptypes
Syntax |
getExcludedShopType |
Return |
|
isActive
checks if a tour is active for some given parameters
Syntax |
isActive() |
Input |
|
Return |
|
isCorrectPageType
Checks if the shoptype for the guideded tour is allowed
Syntax |
isCorrectPageType() |
Input |
|
Return |
|
isCorrectShopType
Checks if the shoptype for the guideded tour is allowed
Syntax |
isCorrectShopType() |
Input |
|
Return |
|