Class PageHelper
java.lang.Object
com.persequor.saga.modules.mobile.pages.PageHelper
-
Constructor Summary
ConstructorsConstructorDescriptionPageHelper
(com.persequor.extension.vocabulary.IVocabularyRepository vocabularyRepository, MobileEventEnricherProvider enricherProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetAllEpcClassOptions
(List<String> selectedOptions) getBizLocationOptions
(List<String> bizLocations) getEpcClassesFromRegex
(String regexRepresentation) getReadPointOptions
(List<String> readPoints) getRegexFromEpcClasses
(List<String> epcClasses) getSourceDestOptions
(List<String> sourceDests) getSourceDestTypeOptions
(List<String> sourceDestTypes) void
validateMinMaxInput
(Integer min, Integer max)
-
Constructor Details
-
PageHelper
@Inject public PageHelper(com.persequor.extension.vocabulary.IVocabularyRepository vocabularyRepository, MobileEventEnricherProvider enricherProvider)
-
-
Method Details
-
getBizLocationOptions
-
getReadPointOptions
-
getSourceDestTypeOptions
-
getSourceDestOptions
-
getAllBizLocationOptions
-
getAllReadPointOptions
-
getAllSourceDestTypeOptions
-
getAllSourceDestOptions
-
getAllEpcClassOptions
-
getEpcClassesFromRegex
-
getRegexFromEpcClasses
-
getEventEnricherOptions
-
getNumber
public Optional<Integer> getNumber(com.persequor.extension.frontend.IInputData inputData, String fieldName) throws PageConfigurationEditorException - Throws:
PageConfigurationEditorException
-
validateMinMaxInput
- Throws:
PageConfigurationEditorException
-