Skip to content

rida-re/cyber-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Solutions

Download the SAP Commerce Cloud (Hybris) 1905.X, for this example I use the version 1905.33

Requirement:

  1. Set up new hybris project

    Cyber solutions project

  2. Define new item type CustomerFeedbackReview with few properties (your choice)

    cybersolutionscore-items.xml

  3. Relate CustomerFeedbackReview to Customer item (one customer may have multiple feedbacks)

    cybersolutionscore-items.xml

  4. New extension to host the new code

    Cyber solutions project

  5. OCC endpoint to return CustomerFeedbackReview for a given customer

    CustomerFeedbackReviewController.java

    DefaultCustomerFeedbackReviewFacade.java

    CustomerFeedbackReviewPopulator.java

    DefaultCustomerFeedbackReviewService.java

    DefaultCustomerFeedbackReviewDao.java

Do the following backoffice customization:

  1. include all defined properties in CustomerFeedbackReview in advanced search

    cybersolutionsbackoffice-backoffice-config.xml

  2. place all defined properties in CustomerFeedbackReview in additional tab in editor area

    cybersolutionsbackoffice-backoffice-config.xml

  3. in listviewactions remove/disable possibility to delete CustomerFeedbackReview

    cybersolutionsbackoffice-backoffice-config.xml

Tests and TDD:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors