Class AbstractAuthorityGroupService
- java.lang.Object
-
- com.hybris.cockpitng.core.user.impl.AbstractAuthorityGroupService
-
- All Implemented Interfaces:
AuthorityGroupService
public abstract class AbstractAuthorityGroupService extends java.lang.Object implements AuthorityGroupService
Service responsible for operations related to authorities
-
-
Constructor Summary
Constructors Constructor Description AbstractAuthorityGroupService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidresetGroupChangeListeners()voidsetGroupChangeListeners(java.util.List<Resettable> groupChangeListeners)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.core.user.AuthorityGroupService
getActiveAuthorityGroupForUser, getAllAuthorityGroups, getAllAuthorityGroupsForUser, getAuthorityGroup, setActiveAuthorityGroupForUser
-
-
-
-
Method Detail
-
resetGroupChangeListeners
protected void resetGroupChangeListeners()
-
setGroupChangeListeners
public void setGroupChangeListeners(java.util.List<Resettable> groupChangeListeners)
-
-