I want know the purpose and the functionality of association related listeners in liferay BaseModelListener.
Ex : onBeforeAddAssociation
, onAfterRemoveAssociation
, onAfterAddAssociation
Any ideas are really appreciated, because no proper documentation was found.
I posted the question in liferay forum and got the answer. According to David H Nebinger these listeners will not be invoked ever.
They were intended to be used when (if) collections were supported in the model objects. Since they are not supported They will not be invoked.