| Package | Description |
|---|---|
| de.hybris.platform.secureportaladdon.email.context | |
| de.hybris.platform.secureportaladdon.facades | |
| de.hybris.platform.secureportaladdon.facades.impl | |
| de.hybris.platform.secureportaladdon.model |
Contains generated models for each type of de.hybris.platform.secureportaladdon.jalo package.
|
| de.hybris.platform.secureportaladdon.resource | |
| de.hybris.platform.secureportaladdon.workflows | |
| de.hybris.platform.secureportaladdon.workflows.actions |
| Modifier and Type | Method and Description |
|---|---|
B2BRegistrationModel |
B2BRegistrationEmailContext.getRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BRegistrationEmailContext.setRegistration(B2BRegistrationModel registration) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BRegistrationWorkflowFacade.launchWorkflow(WorkflowTemplateModel workflowTemplateModel,
B2BRegistrationModel b2bRegistrationModel)
Launches a new workflow instance
|
| Modifier and Type | Method and Description |
|---|---|
protected B2BRegistrationModel |
DefaultB2BRegistrationFacade.toRegistrationModel(B2BRegistrationData data)
Converts a
B2BRegistrationData into a |
| Modifier and Type | Method and Description |
|---|---|
void |
DefautB2BRegistrationWorkflowFacade.launchWorkflow(WorkflowTemplateModel workflowTemplateModel,
B2BRegistrationModel b2bRegistrationModel) |
| Modifier and Type | Method and Description |
|---|---|
B2BRegistrationModel |
B2BRegistrationProcessModel.getRegistration()
Generated method - Getter of the
B2BRegistrationProcess.registration attribute defined at extension secureportaladdon. |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BRegistrationProcessModel.setRegistration(B2BRegistrationModel value)
Generated method - Setter of
B2BRegistrationProcess.registration attribute defined at extension secureportaladdon. |
| Modifier and Type | Method and Description |
|---|---|
B2BRegistrationModel |
B2BRegistrationResource.getB2BRegistrationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected B2BRegistrationModel |
B2BRegistrationResource.readResource(java.lang.String resourceId)
Gets the
B2BRegistrationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<B2BRegistrationModel> |
B2BRegistrationsResource.getB2BRegistrationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BRegistrationResource.setB2BRegistrationModel(B2BRegistrationModel value)
Convenience method which just delegates to
#setResourceValue(B2BRegistrationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BRegistrationsResource.setB2BRegistrationsCollection(java.util.Collection<B2BRegistrationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected B2BRegistrationModel |
B2BRegistrationWorkflowIntegrationTest.getB2BRegistrationModel() |
| Modifier and Type | Method and Description |
|---|---|
protected B2BRegistrationModel |
AbstractAutomatedWorkflowTemplateJob.getRegistrationAttachment(WorkflowActionModel workflowActionModel)
Gets the
B2BRegistrationModel attached to the workflow |
| Modifier and Type | Method and Description |
|---|---|
protected B2BCustomerModel |
RegistrationApprovedAutomatedWorkflowTemplateJob.createB2BCustomerModel(CustomerModel customer,
B2BRegistrationModel registration)
Creates an instance of
B2BCustomerModel out of CustomerModel. |
protected PROCESS |
SendEmailAutomatedWorkflowTemplateJob.createProcessModel(CustomerModel customerModel,
B2BRegistrationModel registrationModel)
Creates an instance of
B2BRegistrationProcessModel using the process definition. |
protected PROCESS |
SendEmailAutomatedWorkflowTemplateTestJob.createProcessModel(CustomerModel customerModel,
B2BRegistrationModel registrationModel)
Creates an instance of
B2BRegistrationProcessModel using the process definition. |
protected B2BRegistrationRejectedProcessModel |
SendRejectedEmailAutomatedWorkflowTemplateJob.createProcessModel(CustomerModel customerModel,
B2BRegistrationModel registrationModel) |
protected B2BRegistrationApprovedProcessModel |
SendApprovedEmailAutomatedWorkflowTemplateJob.createProcessModel(CustomerModel customerModel,
B2BRegistrationModel registrationModel) |
protected CustomerModel |
AbstractAutomatedWorkflowTemplateJob.getCustomer(B2BRegistrationModel b2bRegistrationModel)
Gets the
CustomerModel attached to the workflow |
Copyright © 2018 SAP SE. All Rights Reserved.