| Package | Description |
|---|---|
| de.hybris.platform.mobileservices.model.text |
Contains generated models for each type of de.hybris.platform.mobileservices.jalo.text package.
|
| de.hybris.platform.mobileservices.resource.text | |
| de.hybris.platform.mobileservices.text.processing | |
| de.hybris.platform.mobileservices.text.processing.impl | |
| de.hybris.platform.mobileservices.text.validation | |
| de.hybris.platform.mobileservices.text.validation.impl |
| Modifier and Type | Method and Description |
|---|---|
MobileActionAssignmentModel |
MobileMessageContextModel.getMatchedActionAssignment()
Generated method - Getter of the
MobileMessageContext.matchedActionAssignment attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MobileActionAssignmentModel> |
MobileShortcodeModel.getAssignments()
Generated method - Getter of the
MobileShortcode.assignments attribute defined at extension mobileservices. |
java.util.Collection<MobileActionAssignmentModel> |
PhoneNumberListModel.getBlockedAssignments()
Generated method - Getter of the
PhoneNumberList.blockedAssignments attribute defined at extension mobileservices. |
java.util.Collection<MobileActionAssignmentModel> |
PhoneNumberListModel.getTestingAssignments()
Generated method - Getter of the
PhoneNumberList.testingAssignments attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MobileMessageContextModel.setMatchedActionAssignment(MobileActionAssignmentModel value)
Generated method - Setter of
MobileMessageContext.matchedActionAssignment attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MobileShortcodeModel.setAssignments(java.util.Collection<MobileActionAssignmentModel> value)
Generated method - Setter of
MobileShortcode.assignments attribute defined at extension mobileservices. |
void |
PhoneNumberListModel.setBlockedAssignments(java.util.Collection<MobileActionAssignmentModel> value)
Generated method - Setter of
PhoneNumberList.blockedAssignments attribute defined at extension mobileservices. |
void |
PhoneNumberListModel.setTestingAssignments(java.util.Collection<MobileActionAssignmentModel> value)
Generated method - Setter of
PhoneNumberList.testingAssignments attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
MobileActionAssignmentModel |
MobileActionAssignmentResource.getMobileActionAssignmentModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected MobileActionAssignmentModel |
MobileActionAssignmentResource.readResource(java.lang.String resourceId)
Gets the
MobileActionAssignmentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MobileActionAssignmentModel> |
MobileActionAssignmentsResource.getMobileActionAssignmentsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
MobileActionAssignmentResource.setMobileActionAssignmentModel(MobileActionAssignmentModel value)
Convenience method which just delegates to
#setResourceValue(MobileActionAssignmentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
MobileActionAssignmentsResource.setMobileActionAssignmentsCollection(java.util.Collection<MobileActionAssignmentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
MobileActionAssignmentModel |
IncomingMessageRoutingStrategy.matchAction(MobileMessageContextModel message,
MobileShortcodeModel shortcode) |
| Modifier and Type | Method and Description |
|---|---|
MobileActionAssignmentModel |
DefaultIncomingMessageRoutingStrategy.matchAction(MobileMessageContextModel message,
MobileShortcodeModel shortcode) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultIncomingMessageProcessor.processActiveAction(MobileActionAssignmentModel assignedAction,
MobileMessageContextModel data) |
protected boolean |
DefaultIncomingMessageProcessor.processTestModeAction(MobileActionAssignmentModel assignedAction,
MobileMessageContextModel data) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MobileActionAssignmentModel> |
ValidationService.findAssigments(MobileActionKeywordModel what) |
java.util.List<MobileActionAssignmentModel> |
ValidationService.findAssigments(MobileReceiveGenericActionModel what) |
java.util.List<MobileActionAssignmentModel> |
ValidationService.findAssigments(MobileShortcodeModel what) |
java.util.List<MobileActionAssignmentModel> |
ValidationService.findAssigmentsBlocked(PhoneNumberListModel what) |
java.util.List<MobileActionAssignmentModel> |
ValidationService.findAssigmentsTested(PhoneNumberListModel what) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MobileMessageContextModel> |
ValidationService.findInProgress(MobileActionAssignmentModel what) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MobileActionAssignmentModel> |
DefaultValidationService.findAssigments(MobileActionKeywordModel what) |
java.util.List<MobileActionAssignmentModel> |
DefaultValidationService.findAssigments(MobileReceiveGenericActionModel what) |
java.util.List<MobileActionAssignmentModel> |
DefaultValidationService.findAssigments(MobileShortcodeModel what) |
java.util.List<MobileActionAssignmentModel> |
DefaultValidationService.findAssigmentsBlocked(PhoneNumberListModel what) |
java.util.List<MobileActionAssignmentModel> |
DefaultValidationService.findAssigmentsTested(PhoneNumberListModel what) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MobileMessageContextModel> |
DefaultValidationService.findInProgress(MobileActionAssignmentModel what) |
Copyright © 2018 SAP SE. All Rights Reserved.