Interface GroupFinder


@ProviderType public interface GroupFinder
Author:
Brian Wing Shun Chan
Generated:
  • Method Details

    • countByLayouts

      int countByLayouts(long companyId, long parentGroupId, boolean site)
    • countByLayouts

      int countByLayouts(long companyId, long parentGroupId, boolean site, Boolean active)
    • countByG_U

      int countByG_U(long groupId, long userId, boolean inherit)
    • countByC_C_PG_N_D

      int countByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
    • fetchByC_GK

      Group fetchByC_GK(long companyId, String groupKey) throws NoSuchGroupException
      Throws:
      NoSuchGroupException
    • findByActiveGroupIds

      List<Long> findByActiveGroupIds(long userId)
    • findByCompanyId

      List<Group> findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> orderByComparator)
    • findByLayouts

      List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> orderByComparator)
    • findByLayouts

      List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator)
    • findByLiveGroups

      List<Group> findByLiveGroups()
    • findByC_P

      List<Long> findByC_P(long companyId, long parentGroupId, long previousGroupId, int size)
    • findByC_GK

      Group findByC_GK(long companyId, String groupKey) throws NoSuchGroupException
      Throws:
      NoSuchGroupException
    • findByC_A

      List<Long> findByC_A(long companyId, boolean active)
    • findByL_TS_S_RSGC

      List<Group> findByL_TS_S_RSGC(long liveGroupId, String typeSettings, boolean site, int remoteStagingGroupCount)
    • findByC_C_PG_N_D

      List<Group> findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator)
    • findByC_C_S_A_UserInheritedGroupIds

      Map<Long,long[]> findByC_C_S_A_UserInheritedGroupIds(long companyId)