Interface SecurityTypeValuesService

All Known Implementing Classes:
SecurityTypeValuesServiceImpl

public interface SecurityTypeValuesService
  • Method Details

    • buildPrimarySecurityTypes

      List<SecurityTypeBean> buildPrimarySecurityTypes(ApplicationUser user)
      Given a user return primary security types returning their bean information
      Parameters:
      user - to get types for
      Returns:
      primary security types
    • buildSecondarySecurityTypes

      List<SecurityTypeBean> buildSecondarySecurityTypes(ApplicationUser user)
      Given a user return secondary security types returning their bean information
      Parameters:
      user - to get types for
      Returns:
      secondary security types
    • sort

      void sort(List<SecurityTypeBean> grants)
      Sorts the grants into a UI specific and consistent order
      Parameters:
      grants - the list to sort inline