public interface B2BUnitDao extends GenericDao<B2BUnitModel>
B2BUnitModel| Modifier and Type | Method and Description |
|---|---|
java.util.List<B2BCustomerModel> |
findB2BUnitMembersByGroup(B2BUnitModel unit,
java.lang.String userGroupId)
Returns all member of the B2BUnit who are also member of the group with the userGroupId passed in
|
java.util.List<B2BCustomerModel> findB2BUnitMembersByGroup(B2BUnitModel unit, java.lang.String userGroupId)
unit - - The B2BUnitModel whose member we are going to selectuserGroupId - - The uid of the UserGroupCopyright © 2018 SAP SE. All Rights Reserved.