| Package | Description |
|---|---|
| de.hybris.platform.b2b.punchout.daos | |
| de.hybris.platform.b2b.punchout.daos.impl | |
| de.hybris.platform.b2b.punchout.interceptor | |
| 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 | |
| de.hybris.platform.b2b.punchout.services | |
| de.hybris.platform.b2b.punchout.services.impl |
| Modifier and Type | Method and Description |
|---|---|
PunchOutCredentialModel |
PunchOutCredentialDao.getPunchOutCredential(java.lang.String domain,
java.lang.String identity)
Get a
PunchOutCredentialModel for a given domain-identity pair. |
| Modifier and Type | Method and Description |
|---|---|
PunchOutCredentialModel |
DefaultPunchOutCredentialDao.getPunchOutCredential(java.lang.String domain,
java.lang.String identity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PunchOutCredentialValidateInterceptor.existentCredential(PunchOutCredentialModel credential)
Check if there is already a credential for the same domain and identity in the system.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.Set<PunchOutCredentialModel> value)
Generated method - Setter of
B2BCustomerPunchOutCredentialMapping.credentials attribute defined at extension b2bpunchout. |
| Constructor and Description |
|---|
B2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer,
java.util.Set<PunchOutCredentialModel> _credentials)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
B2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer,
java.util.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
AbstractResource.getResourceValue() |
protected PunchOutCredentialModel |
PunchOutCredentialResource.readResource(java.lang.String resourceId)
Gets the
PunchOutCredentialModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PunchOutCredentialModel> |
PunchOutCredentialsResource.getPunchOutCredentialsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<PunchOutCredentialModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
PunchOutCredentialModel |
PunchOutCredentialService.getPunchOutCredential(java.lang.String domain,
java.lang.String identity)
Get an
PunchOutCredentialModel based on the domain and identity. |
| Modifier and Type | Method and Description |
|---|---|
PunchOutCredentialModel |
DefaultPunchOutCredentialService.getPunchOutCredential(java.lang.String domain,
java.lang.String identity) |
Copyright © 2018 SAP SE. All Rights Reserved.