Interface WebGroupRepository

  • All Known Implementing Classes:
    DefaultWebGroupRepository

    public interface WebGroupRepository
    WebGroupRepository
    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    brozow
    • Method Detail

      • groupExists

        boolean groupExists​(String groupName)
      • saveGroup

        void saveGroup​(WebGroup group)
      • deleteGroup

        void deleteGroup​(String groupName)
      • renameGroup

        void renameGroup​(String oldName,
                         String newName)