| Package | Description |
|---|---|
| de.hybris.platform.mobileservices.jalo | |
| de.hybris.platform.mobileservices.jalo.text |
| Modifier and Type | Method and Description |
|---|---|
MobileShortcode |
GeneratedMobileManager.createMobileShortcode(java.util.Map attributeValues) |
MobileShortcode |
GeneratedMobileManager.createMobileShortcode(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<MobileShortcode> |
GeneratedMobileShortcode.CONNECTEDSHORTCODESHANDLER
OneToManyHandler for handling 1:n CONNECTEDSHORTCODES's relation attributes from 'many' side. |
protected static OneToManyHandler<MobileShortcode> |
GeneratedMobileAggregator.SHORTCODESHANDLER
OneToManyHandler for handling 1:n SHORTCODES's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
MobileShortcode |
GeneratedMobileShortcode.getAlternativeReplyRoute()
Generated method - Getter of the
MobileShortcode.alternativeReplyRoute attribute. |
MobileShortcode |
GeneratedMobileShortcode.getAlternativeReplyRoute(SessionContext ctx)
Generated method - Getter of the
MobileShortcode.alternativeReplyRoute attribute. |
MobileShortcode |
GeneratedMobileMessageContext.getMatchedShortcode()
Generated method - Getter of the
MobileMessageContext.matchedShortcode attribute. |
MobileShortcode |
GeneratedMobileMessageContext.getMatchedShortcode(SessionContext ctx)
Generated method - Getter of the
MobileMessageContext.matchedShortcode attribute. |
MobileShortcode |
GeneratedMobileMessageContext.getOutgoingShortcode()
Generated method - Getter of the
MobileMessageContext.outgoingShortcode attribute. |
MobileShortcode |
GeneratedMobileMessageContext.getOutgoingShortcode(SessionContext ctx)
Generated method - Getter of the
MobileMessageContext.outgoingShortcode attribute. |
MobileShortcode |
GeneratedMobileCostPlan.getReceivingShortcode()
Generated method - Getter of the
MobileCostPlan.receivingShortcode attribute. |
MobileShortcode |
GeneratedMobileCostPlan.getReceivingShortcode(SessionContext ctx)
Generated method - Getter of the
MobileCostPlan.receivingShortcode attribute. |
MobileShortcode |
GeneratedMobileCostPlan.getSendingShortcode()
Generated method - Getter of the
MobileCostPlan.sendingShortcode attribute. |
MobileShortcode |
GeneratedMobileCostPlan.getSendingShortcode(SessionContext ctx)
Generated method - Getter of the
MobileCostPlan.sendingShortcode attribute. |
MobileShortcode |
GeneratedMobileActionAssignment.getShortcode()
Generated method - Getter of the
MobileActionAssignment.shortcode attribute. |
MobileShortcode |
GeneratedMobileActionAssignment.getShortcode(SessionContext ctx)
Generated method - Getter of the
MobileActionAssignment.shortcode attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MobileShortcode> |
GeneratedPhoneNumberList.getBlockedShortcodes()
Generated method - Getter of the
PhoneNumberList.blockedShortcodes attribute. |
java.util.Collection<MobileShortcode> |
GeneratedPhoneNumberList.getBlockedShortcodes(SessionContext ctx)
Generated method - Getter of the
PhoneNumberList.blockedShortcodes attribute. |
java.util.Collection<MobileShortcode> |
GeneratedMobileShortcode.getConnectedShortcodes()
Generated method - Getter of the
MobileShortcode.connectedShortcodes attribute. |
java.util.Collection<MobileShortcode> |
GeneratedMobileShortcode.getConnectedShortcodes(SessionContext ctx)
Generated method - Getter of the
MobileShortcode.connectedShortcodes attribute. |
java.util.Collection<MobileShortcode> |
GeneratedMobileAggregator.getShortcodes()
Generated method - Getter of the
MobileAggregator.shortcodes attribute. |
java.util.Collection<MobileShortcode> |
GeneratedMobileAggregator.getShortcodes(SessionContext ctx)
Generated method - Getter of the
MobileAggregator.shortcodes attribute. |
java.util.Collection<MobileShortcode> |
GeneratedPhoneNumberList.getTestingShortcodes()
Generated method - Getter of the
PhoneNumberList.testingShortcodes attribute. |
java.util.Collection<MobileShortcode> |
GeneratedPhoneNumberList.getTestingShortcodes(SessionContext ctx)
Generated method - Getter of the
PhoneNumberList.testingShortcodes attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPhoneNumberList.addToBlockedShortcodes(MobileShortcode value)
Generated method - Adds
value to blockedShortcodes. |
void |
GeneratedPhoneNumberList.addToBlockedShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Adds
value to blockedShortcodes. |
void |
GeneratedMobileShortcode.addToConnectedShortcodes(MobileShortcode value)
Generated method - Adds
value to connectedShortcodes. |
void |
GeneratedMobileShortcode.addToConnectedShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Adds
value to connectedShortcodes. |
void |
GeneratedMobileAggregator.addToShortcodes(MobileShortcode value)
Generated method - Adds
value to shortcodes. |
void |
GeneratedMobileAggregator.addToShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Adds
value to shortcodes. |
void |
GeneratedPhoneNumberList.addToTestingShortcodes(MobileShortcode value)
Generated method - Adds
value to testingShortcodes. |
void |
GeneratedPhoneNumberList.addToTestingShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Adds
value to testingShortcodes. |
void |
GeneratedPhoneNumberList.removeFromBlockedShortcodes(MobileShortcode value)
Generated method - Removes
value from blockedShortcodes. |
void |
GeneratedPhoneNumberList.removeFromBlockedShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Removes
value from blockedShortcodes. |
void |
GeneratedMobileShortcode.removeFromConnectedShortcodes(MobileShortcode value)
Generated method - Removes
value from connectedShortcodes. |
void |
GeneratedMobileShortcode.removeFromConnectedShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Removes
value from connectedShortcodes. |
void |
GeneratedMobileAggregator.removeFromShortcodes(MobileShortcode value)
Generated method - Removes
value from shortcodes. |
void |
GeneratedMobileAggregator.removeFromShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Removes
value from shortcodes. |
void |
GeneratedPhoneNumberList.removeFromTestingShortcodes(MobileShortcode value)
Generated method - Removes
value from testingShortcodes. |
void |
GeneratedPhoneNumberList.removeFromTestingShortcodes(SessionContext ctx,
MobileShortcode value)
Generated method - Removes
value from testingShortcodes. |
void |
GeneratedMobileShortcode.setAlternativeReplyRoute(MobileShortcode value)
Generated method - Setter of the
MobileShortcode.alternativeReplyRoute attribute. |
void |
GeneratedMobileShortcode.setAlternativeReplyRoute(SessionContext ctx,
MobileShortcode value)
Generated method - Setter of the
MobileShortcode.alternativeReplyRoute attribute. |
void |
GeneratedMobileMessageContext.setMatchedShortcode(MobileShortcode value)
Generated method - Setter of the
MobileMessageContext.matchedShortcode attribute. |
void |
GeneratedMobileMessageContext.setMatchedShortcode(SessionContext ctx,
MobileShortcode value)
Generated method - Setter of the
MobileMessageContext.matchedShortcode attribute. |
void |
GeneratedMobileMessageContext.setOutgoingShortcode(MobileShortcode value)
Generated method - Setter of the
MobileMessageContext.outgoingShortcode attribute. |
void |
GeneratedMobileMessageContext.setOutgoingShortcode(SessionContext ctx,
MobileShortcode value)
Generated method - Setter of the
MobileMessageContext.outgoingShortcode attribute. |
void |
GeneratedMobileCostPlan.setReceivingShortcode(MobileShortcode value)
Generated method - Setter of the
MobileCostPlan.receivingShortcode attribute. |
void |
GeneratedMobileCostPlan.setReceivingShortcode(SessionContext ctx,
MobileShortcode value)
Generated method - Setter of the
MobileCostPlan.receivingShortcode attribute. |
void |
GeneratedMobileCostPlan.setSendingShortcode(MobileShortcode value)
Generated method - Setter of the
MobileCostPlan.sendingShortcode attribute. |
void |
GeneratedMobileCostPlan.setSendingShortcode(SessionContext ctx,
MobileShortcode value)
Generated method - Setter of the
MobileCostPlan.sendingShortcode attribute. |
void |
GeneratedMobileActionAssignment.setShortcode(MobileShortcode value)
Generated method - Setter of the
MobileActionAssignment.shortcode attribute. |
void |
GeneratedMobileActionAssignment.setShortcode(SessionContext ctx,
MobileShortcode value)
Generated method - Setter of the
MobileActionAssignment.shortcode attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPhoneNumberList.setBlockedShortcodes(java.util.Collection<MobileShortcode> value)
Generated method - Setter of the
PhoneNumberList.blockedShortcodes attribute. |
void |
GeneratedPhoneNumberList.setBlockedShortcodes(SessionContext ctx,
java.util.Collection<MobileShortcode> value)
Generated method - Setter of the
PhoneNumberList.blockedShortcodes attribute. |
void |
GeneratedMobileShortcode.setConnectedShortcodes(java.util.Collection<MobileShortcode> value)
Generated method - Setter of the
MobileShortcode.connectedShortcodes attribute. |
void |
GeneratedMobileShortcode.setConnectedShortcodes(SessionContext ctx,
java.util.Collection<MobileShortcode> value)
Generated method - Setter of the
MobileShortcode.connectedShortcodes attribute. |
void |
GeneratedMobileAggregator.setShortcodes(java.util.Collection<MobileShortcode> value)
Generated method - Setter of the
MobileAggregator.shortcodes attribute. |
void |
GeneratedMobileAggregator.setShortcodes(SessionContext ctx,
java.util.Collection<MobileShortcode> value)
Generated method - Setter of the
MobileAggregator.shortcodes attribute. |
void |
GeneratedPhoneNumberList.setTestingShortcodes(java.util.Collection<MobileShortcode> value)
Generated method - Setter of the
PhoneNumberList.testingShortcodes attribute. |
void |
GeneratedPhoneNumberList.setTestingShortcodes(SessionContext ctx,
java.util.Collection<MobileShortcode> value)
Generated method - Setter of the
PhoneNumberList.testingShortcodes attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.