Class UserGroupEventPublisher

  • All Implemented Interfaces:
    com.liferay.portal.model.ModelListener<com.liferay.portal.model.UserGroup>, org.gcube.event.publisher.EventPublisher

    public class UserGroupEventPublisher
    extends AbstractEventPublisherBaseModelListener<com.liferay.portal.model.UserGroup>
    • Field Detail

      • log

        protected static final com.liferay.portal.kernel.log.Log log
    • Constructor Detail

      • UserGroupEventPublisher

        public UserGroupEventPublisher()
    • Method Detail

      • onAfterCreate

        public void onAfterCreate​(com.liferay.portal.model.UserGroup userGroup)
                           throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException
      • onBeforeRemove

        public void onBeforeRemove​(com.liferay.portal.model.UserGroup userGroup)
                            throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException
      • onAfterAddAssociation

        public void onAfterAddAssociation​(Object classPK,
                                          String associationClassName,
                                          Object associationClassPK)
                                   throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException
      • onAfterRemove

        public void onAfterRemove​(com.liferay.portal.model.UserGroup userGroupRole)
                           throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException
      • onAfterRemoveAssociation

        public void onAfterRemoveAssociation​(Object classPK,
                                             String associationClassName,
                                             Object associationClassPK)
                                      throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException
      • onAfterUpdate

        public void onAfterUpdate​(com.liferay.portal.model.UserGroup userGroupRole)
                           throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException
      • onBeforeAddAssociation

        public void onBeforeAddAssociation​(Object classPK,
                                           String associationClassName,
                                           Object associationClassPK)
                                    throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException
      • onBeforeCreate

        public void onBeforeCreate​(com.liferay.portal.model.UserGroup userGroupRole)
                            throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException
      • onBeforeRemoveAssociation

        public void onBeforeRemoveAssociation​(Object classPK,
                                              String associationClassName,
                                              Object associationClassPK)
                                       throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException
      • onBeforeUpdate

        public void onBeforeUpdate​(com.liferay.portal.model.UserGroup userGroupRole)
                            throws com.liferay.portal.ModelListenerException
        Throws:
        com.liferay.portal.ModelListenerException