Interface CPVersionContributor


public interface CPVersionContributor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDelete(long cpDefinitionId)
     
    void
    onUpdate(long oldCPDefinitionId, long newCPDefinitionId)
     
  • Method Details

    • onDelete

      void onDelete(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • onUpdate

      void onUpdate(long oldCPDefinitionId, long newCPDefinitionId)