Class DefaultB2BUnitDao

    • Constructor Detail

      • DefaultB2BUnitDao

        public DefaultB2BUnitDao()
    • Method Detail

      • findB2BUnitMembersByGroup

        public java.util.List<B2BCustomerModel> findB2BUnitMembersByGroup​(B2BUnitModel unit,
                                                                          java.lang.String userGroupId)
        Finds member of b2bunit who are also in the group specified by userGroupId
        Specified by:
        findB2BUnitMembersByGroup in interface B2BUnitDao
        Parameters:
        unit - - The B2BUnitModel whose member we are going to select
        userGroupId - - The uid of the UserGroup
        Returns:
        List B2BCustomers in B2BUnit who are members of the group with uid userGroupId