...
- Create a custom EJB class extending com.crm.businessobject.CRMBase and implementing com.crm.hooks.CRMBOHook interface.
- Declare your hook implementation class in hooks.xml file which is located under <your_custom_project_directory>/src/main/resources.
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Processes
To be able to extend the functionality of an existing Process EJB class you have to:
...
- Create a custom EJB class extending com.crm.process.CRMProcess and implementing one of the interfaces found in com.crm.hooks package. Keep in mind that there are available interfaces for some but not all processes.
- Declare your hook implementation class in hooks.xml file which is located under <your_custom_project_directory>/src/main/resources.
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|