| Package | Description |
|---|---|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| de.hybris.platform.core.resource.user | |
| de.hybris.platform.servicelayer.user | |
| de.hybris.platform.servicelayer.user.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
PhoneContactInfoModel
Generated model class for type PhoneContactInfo first defined at extension core.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractContactInfoModel> |
UserModel.getContactInfos()
Generated method - Getter of the
User.contactInfos attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setContactInfos(Collection<AbstractContactInfoModel> value)
Generated method - Setter of
User.contactInfos attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
AbstractContactInfoModel |
AbstractContactInfoResource.getAbstractContactInfoModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractContactInfoModel |
AbstractContactInfoResource.readResource(String resourceId)
Gets the
AbstractContactInfoModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractContactInfoModel> |
AbstractContactInfosResource.getAbstractContactInfosCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContactInfoResource.setAbstractContactInfoModel(AbstractContactInfoModel value)
Convenience method which just delegates to
#setResourceValue(AbstractContactInfoModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContactInfosResource.setAbstractContactInfosCollection(Collection<AbstractContactInfoModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AbstractContactInfoModel |
ContactInfoService.getMainContactInfo(UserModel user)
Gets main contact info object for given user or null if the list of contact infos for user is empty.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactInfoService.addContactInfos(UserModel user,
AbstractContactInfoModel... contactInfo)
Adds one or more contact info to the list of user's contact infos.
|
void |
ContactInfoService.removeContactInfos(UserModel user,
AbstractContactInfoModel... contactInfo)
Removes one or more contact infos from user's list of contact infos.
|
void |
ContactInfoService.setMainContactInfo(UserModel user,
AbstractContactInfoModel contactInfo)
Sets contact info object as main for given user.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractContactInfoModel |
DefaultContactInfoService.getMainContactInfo(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContactInfoService.addContactInfos(UserModel user,
AbstractContactInfoModel... contactInfos) |
void |
DefaultContactInfoService.removeContactInfos(UserModel user,
AbstractContactInfoModel... contactInfos) |
void |
DefaultContactInfoService.setMainContactInfo(UserModel user,
AbstractContactInfoModel contactInfo) |
Copyright © 2017 SAP SE. All Rights Reserved.