| Package | Description |
|---|---|
| de.hybris.platform.b2b.punchout.model |
Contains generated models for each type of de.hybris.platform.b2b.punchout.jalo package.
|
| de.hybris.platform.b2b.punchout.resource |
| Modifier and Type | Method and Description |
|---|---|
Set<PunchOutCredentialModel> |
B2BCustomerPunchOutCredentialMappingModel.getCredentials()
Generated method - Getter of the
B2BCustomerPunchOutCredentialMapping.credentials attribute defined at extension b2bpunchout. |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCustomerPunchOutCredentialMappingModel.setCredentials(Set<PunchOutCredentialModel> value)
Generated method - Setter of
B2BCustomerPunchOutCredentialMapping.credentials attribute defined at extension b2bpunchout. |
| Constructor and Description |
|---|
B2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer,
Set<PunchOutCredentialModel> _credentials)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer,
Set<PunchOutCredentialModel> _credentials,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PunchOutCredentialModel |
PunchOutCredentialResource.getPunchOutCredentialModel()
Convenience method which just delegates to
#getResourceValue() |
protected PunchOutCredentialModel |
PunchOutCredentialResource.readResource(String resourceId)
Gets the
PunchOutCredentialModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PunchOutCredentialModel> |
PunchOutCredentialsResource.getPunchOutCredentialsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PunchOutCredentialResource.setPunchOutCredentialModel(PunchOutCredentialModel value)
Convenience method which just delegates to
#setResourceValue(PunchOutCredentialModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PunchOutCredentialsResource.setPunchOutCredentialsCollection(Collection<PunchOutCredentialModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.