| Package | Description |
|---|---|
| de.hybris.platform.b2b.testframework | |
| 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.customersupportbackoffice.data | |
| de.hybris.platform.impex.jalo | |
| de.hybris.platform.secureportaladdon.model |
Contains generated models for each type of de.hybris.platform.secureportaladdon.jalo package.
|
| de.hybris.platform.servicelayer.user | |
| de.hybris.platform.servicelayer.user.daos | |
| de.hybris.platform.servicelayer.user.daos.impl | |
| de.hybris.platform.servicelayer.user.impl | |
| de.hybris.platform.validation.services.integration |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
ModelFactory.createTitle(String code) |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
AddressModel.getTitle()
Generated method - Getter of the
Address.title attribute defined at extension core. |
TitleModel |
CustomerModel.getTitle()
Generated method - Getter of the
Customer.title attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressModel.setTitle(TitleModel value)
Generated method - Setter of
Address.title attribute defined at extension core. |
void |
CustomerModel.setTitle(TitleModel value)
Generated method - Setter of
Customer.title attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
TitleResource.getTitleModel()
Convenience method which just delegates to
#getResourceValue() |
protected TitleModel |
TitleResource.readResource(String resourceId)
Gets the
TitleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TitleModel> |
TitlesResource.getTitlesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
TitleResource.setTitleModel(TitleModel value)
Convenience method which just delegates to
#setResourceValue(TitleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
TitlesResource.setTitlesCollection(Collection<TitleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
CsCreateAddressForm.getTitle() |
TitleModel |
CsCreateCustomerForm.getTitle() |
| Modifier and Type | Method and Description |
|---|---|
void |
CsCreateAddressForm.setTitle(TitleModel title) |
void |
CsCreateCustomerForm.setTitle(TitleModel title) |
| Modifier and Type | Method and Description |
|---|---|
void |
PLA_12491_Test_Interceptor.onValidate(TitleModel model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
B2BRegistrationModel.getTitle()
Generated method - Getter of the
B2BRegistration.title attribute defined at extension secureportaladdon. |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BRegistrationModel.setTitle(TitleModel value)
Generated method - Setter of
B2BRegistration.title attribute defined at extension secureportaladdon. |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
UserService.getTitleForCode(String code)
Returns the
TitleModel for the specified code. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TitleModel> |
UserService.getAllTitles()
Returns all
TitleModels in the system. |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
TitleDao.findTitleByCode(String code)
Finds the title by the given code.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TitleModel> |
TitleDao.findTitles()
Finds all
TitleModel in the system. |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
DefaultTitleDao.findTitleByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TitleModel> |
DefaultTitleDao.findTitles() |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
DefaultUserService.getTitleForCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TitleModel> |
DefaultUserService.getAllTitles() |
| Modifier and Type | Field and Description |
|---|---|
protected TitleModel |
CommonIntegrationValidationTest.title |
Copyright © 2017 SAP SE. All Rights Reserved.