| Package | Description |
|---|---|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| de.hybris.platform.hmc.resource |
| Modifier and Type | Method and Description |
|---|---|
UserProfileModel |
UserModel.getUserprofile()
Generated method - Getter of the
User.userprofile attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setUserprofile(UserProfileModel value)
Generated method - Setter of
User.userprofile attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
UserProfileModel |
UserProfileResource.getUserProfileModel()
Convenience method which just delegates to
#getResourceValue() |
protected UserProfileModel |
UserProfileResource.readResource(String resourceId)
Gets the
UserProfileModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<UserProfileModel> |
UserProfilesResource.getUserProfilesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserProfileResource.setUserProfileModel(UserProfileModel value)
Convenience method which just delegates to
#setResourceValue(UserProfileModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserProfilesResource.setUserProfilesCollection(Collection<UserProfileModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.