Interface HvlOAuthRoleGroupManager

All Known Implementing Classes:
HvlOAuthRoleGroupManagerImpl

@Validated public interface HvlOAuthRoleGroupManager
This manager provides query methods.
  • Method Details

    • findIdByUuidOrElseThrow

      Long findIdByUuidOrElseThrow(@NotBlank @Size(min=36,max=36) @NotBlank @Size(min=36,max=36) String uuid)
      Finds role group id by uuid.
      Parameters:
      uuid - the uuid
      Returns:
      an optional id
    • getById

      HvlOAuthRoleGroupModel getById(@NotNull @NotNull Long id)
      Gets role group by id.
      Parameters:
      id - the id
      Returns:
      the role group model
    • getByUuid

      HvlOAuthRoleGroupModel getByUuid(@NotBlank @Size(min=36,max=36) @NotBlank @Size(min=36,max=36) String uuid)
      Gets role group by uuid.
      Parameters:
      uuid - the uuid
      Returns:
      the role group model
    • getDeletedByUuid

      HvlOAuthRoleGroupModel getDeletedByUuid(@NotBlank @Size(min=36,max=36) @NotBlank @Size(min=36,max=36) String uuid)
      Gets by uuid for delete event.
      Parameters:
      uuid - the uuid
      Returns:
      the by uuid for delete event
    • queryDataList

      List<HvlOAuthRoleGroupDataModel> queryDataList(@NotNull @Valid @NotNull @Valid HvlOAuthRoleGroupQueryModel roleGroupQueryModel)
      Returns a list of role group matching the query criteria.
      Parameters:
      roleGroupQueryModel - the role group query model
      Returns:
      the role group data model list
    • queryDataPage

      tr.com.havelsan.javarch.data.commons.pageable.HvlPage<HvlOAuthRoleGroupDataModel> queryDataPage(@NotNull @Valid @NotNull @Valid HvlOAuthRoleGroupQueryModel roleGroupQueryModel)
      Returns a page of role group matching the query criteria.
      Parameters:
      roleGroupQueryModel - the role group query model
      Returns:
      the role group data model page
    • queryClaimDataPage

      tr.com.havelsan.javarch.data.commons.pageable.HvlPage<HvlOAuthRoleGroupClaimDataModel> queryClaimDataPage(@NotNull @Valid @NotNull @Valid HvlOAuthRoleGroupClaimQueryModel roleGroupClaimQueryModel)
      Returns a page of role group claim for assigned entity relation matching the query criteria.
      Parameters:
      roleGroupClaimQueryModel - the role group claim query model
      Returns:
      the role group claim data model page
    • queryReportDataPage

      tr.com.havelsan.javarch.data.commons.pageable.HvlPage<HvlOAuthRoleGroupDataModel> queryReportDataPage(@NotNull @Valid @NotNull @Valid HvlOAuthReportQueryModel reportQueryModel)
      Returns a page of role group report matching the report query criteria.
      Parameters:
      reportQueryModel - the report query model
      Returns:
      profile group report page