| 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.model.text.job |
Contains generated models for each type of de.hybris.platform.mobileservices.jalo.text.job package.
|
| de.hybris.platform.mobileservices.resource.text | |
| de.hybris.platform.mobileservices.text | |
| de.hybris.platform.mobileservices.text.impl | |
| de.hybris.platform.mobileservices.text.job | |
| de.hybris.platform.mobileservices.text.lists | |
| de.hybris.platform.mobileservices.text.lists.impl | |
| de.hybris.platform.mobileservices.text.phonenumber | |
| de.hybris.platform.mobileservices.text.phonenumber.impl | |
| de.hybris.platform.mobileservices.text.validation | |
| de.hybris.platform.mobileservices.text.validation.impl |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberModel |
UserPhoneNumberModel.getPhoneNumber()
Generated method - Getter of the
UserPhoneNumber.phoneNumber attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PhoneNumberModel> |
PhoneNumberListModel.getNumbers()
Generated method - Getter of the
PhoneNumberList.numbers attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserPhoneNumberModel.setPhoneNumber(PhoneNumberModel value)
Generated method - Setter of
UserPhoneNumber.phoneNumber attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumberListModel.setNumbers(Collection<PhoneNumberModel> value)
Generated method - Setter of
PhoneNumberList.numbers attribute defined at extension mobileservices. |
| Constructor and Description |
|---|
UserPhoneNumberModel(ItemModel _owner,
PhoneNumberModel _phoneNumber)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
UserPhoneNumberModel(PhoneNumberModel _phoneNumber)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PhoneNumberModel> |
MobileSendMessageCronJobModel.getPhoneNumbers()
Generated method - Getter of the
MobileSendMessageCronJob.phoneNumbers attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MobileSendMessageCronJobModel.setPhoneNumbers(Collection<PhoneNumberModel> value)
Generated method - Setter of
MobileSendMessageCronJob.phoneNumbers attribute defined at extension mobileservices. |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberModel |
PhoneNumberResource.getPhoneNumberModel()
Convenience method which just delegates to
#getResourceValue() |
protected PhoneNumberModel |
PhoneNumberResource.readResource(String resourceId)
Gets the
PhoneNumberModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PhoneNumberModel> |
PhoneNumbersResource.getPhoneNumbersCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumberResource.setPhoneNumberModel(PhoneNumberModel value)
Convenience method which just delegates to
#setResourceValue(PhoneNumberModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumbersResource.setPhoneNumbersCollection(Collection<PhoneNumberModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
MobileMessageContextModel |
TextService.sendLink(CountryModel country,
PhoneNumberModel phone,
String subject,
String url)
Convenience method delegating to
TextService.sendLink(String, String, String, String). |
MobileMessageContextModel |
TextService.sendLink(PhoneNumberModel phone,
String subject,
String url)
Convenience method delegating to
TextService.sendLink(String, String, String, String). |
MobileMessageContextModel |
TextService.sendMessage(CountryModel country,
PhoneNumberModel phone,
String text)
Convenience method delegating to
TextService.sendMessage(String, String, String). |
MobileMessageContextModel |
TextService.sendMessage(PhoneNumberModel phone,
String text)
Convenience method delegating to
TextService.sendMessage(String, String, String). |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubscriptionTest.assertNumberInCollection(Collection<PhoneNumberModel> numbers,
CountryModel country,
String normalized) |
| Modifier and Type | Method and Description |
|---|---|
MobileMessageContextModel |
DefaultTextService.sendLink(CountryModel country,
PhoneNumberModel phone,
String subject,
String url) |
MobileMessageContextModel |
DefaultTextService.sendLink(PhoneNumberModel phone,
String subject,
String url) |
MobileMessageContextModel |
DefaultTextService.sendMessage(CountryModel country,
PhoneNumberModel phone,
String text) |
MobileMessageContextModel |
DefaultTextService.sendMessage(PhoneNumberModel phone,
String text) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MobileSendMessagePerformable.performSending(PhoneNumberModel number,
MobileSendMessageCronJobModel context) |
| Modifier and Type | Method and Description |
|---|---|
Set<PhoneNumberModel> |
PhoneListService.findInList(PhoneNumberListModel list,
String normalizedPhoneNumber)
Fetches phone number items assigned to the specified list which matches the normalized
phone number also specified.
|
Set<PhoneNumberModel> |
PhoneListService.findInList(PhoneNumberListModel list,
String countryIsoCode,
String phoneNumber)
Fetches phone number items assigned to the specified list which matches the
phone number also specified.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PhoneListService.addToList(PhoneNumberListModel list,
PhoneNumberModel phoneNumber) |
boolean |
PhoneListService.removeFromList(PhoneNumberListModel list,
PhoneNumberModel phoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PhoneListService.removeAllFromList(PhoneNumberListModel list,
Collection<PhoneNumberModel> phoneNumbers) |
| Modifier and Type | Method and Description |
|---|---|
Set<PhoneNumberModel> |
DefaultPhoneListService.findInList(PhoneNumberListModel list,
String normalizedPhoneNumber) |
Set<PhoneNumberModel> |
DefaultPhoneListService.findInList(PhoneNumberListModel list,
String countryIsoCode,
String phoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultPhoneListService.addToList(PhoneNumberListModel list,
PhoneNumberModel phoneNumber) |
boolean |
DefaultPhoneListService.removeFromList(PhoneNumberListModel list,
PhoneNumberModel phoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultPhoneListService.removeAllFromList(PhoneNumberListModel list,
Collection<PhoneNumberModel> phoneNumbers) |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberModel |
PhoneNumberService.searchOrCreate(String countryIsoCode,
String localPhoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected PhoneNumberModel |
DefaultPhoneNumberService.create(String countryIsoCode,
String phoneNumber) |
PhoneNumberModel |
DefaultPhoneNumberService.searchOrCreate(String countryIsoCode,
String phoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PhoneNumberModel> |
DefaultPhoneNumberService.searchAll(String normalizedNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberListModel> |
ValidationService.findPhoneNumberLists(PhoneNumberModel phoneNumber) |
List<UserPhoneNumberModel> |
ValidationService.findUserPhoneNumbers(PhoneNumberModel phoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberListModel> |
DefaultValidationService.findPhoneNumberLists(PhoneNumberModel phoneNumber) |
List<UserPhoneNumberModel> |
DefaultValidationService.findUserPhoneNumbers(PhoneNumberModel phoneNumber) |
Copyright © 2017 SAP SE. All Rights Reserved.