cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Where is the logic that reorders the sequenceNumber between product and category?

Former Member
0 Likes
424

Hello everyone,

I've been trying to found where is the logic that reorders the sequenceNumber between a product and a category.

If you put a new product on a category, all the sequenceNumber of the other products from that category, are updated.

I need to adapt that logic to my company's needs.

Can you guys help me find which class/method is responsible of that behaviour?

Accepted Solutions (0)

Answers (1)

Answers (1)

Eddy_
Explorer
0 Likes

Hi Adriano,

I think this is still Jalo-logic and you can start your search here:

 de.hybris.platform.jalo.link.Link.setSequenceNumber(int)

You should end up in this method then:

 de.hybris.platform.persistence.link.GenericLinkBMPBean.setSequenceNumberInternal(int)

BR, Eddy