|
| DealerGroupService (IRepository< OwnerGroup > ownerGroupRepository, IOwnerGroupCreationRepository ownerGroupCreationRepository, IRepository< Dealer > dealerRepository, IRepository< OwnerGroupSellingStyle > ownerGroupSellingStyleRepository, IRepository< AgencyDealer > agencyDealerRepository, IRepository< AgentDealer > agentDealerRepository, IRepository< UserDealer > userDealerRepository, IRepository< DealerIndustryProduct > dealerIndustryProductRepository, ISessionProviderService sessionProviderService, IRepository< DealerSellingStyle > dealerSellingStyleRepository) |
|
OwnerGroup | GetByOwnerCode (int ownerCode) |
|
OwnerGroup | AddDealerGroup (OwnerGroup ownerGroup, IEnumerable< SellingStyleSerializableDTO > sellingStyles=null) |
|
DealerGroup | SearchDealerGroups (int id) |
|
List< Dealer > | GetAssociatedDealerships (int id) |
|
IEnumerable< DealerGroup > | GetDealerGroups () |
|
IEnumerable< DealerGroup > | GetDealerGroupsByTpaIds (List< int > tpaIds) |
|
bool | EditDealerGroup (OwnerGroup model, IEnumerable< SellingStyleSerializableDTO > sellingStyles=null) |
|
IEnumerable< OwnerGroup > | GetOwnerGroups () |
|
IEnumerable< OwnerGroup > | GetOwnerGroupsForDealerAdd () |
|
IEnumerable< GetUserOwnerGroupsDTO > | GetUserOwnerGroupsForDropDown (int? selectedAgentId=null) |
| Gets a list of - See also
- GetUserOwnerGroupsDTO, UserRoleEnum.TronixAdmin
based on the user. If the user is a retrieve all owner groups.
|
|
List< OwnerGroup > | GetDealerGroupsForTypeAhead (string dealerGroupName) |
|
List< OwnerGroup > | GetDealerGroupsByTpaName (string tpaName) |
|
List< OwnerGroup > | GetDealerGroupsByAgencyName (string agencyName) |
|
List< OwnerGroup > | GetDealerGroupsByDealerName (string dealerName) |
|
void | RetireDealerGroup (int ownerCode) |
|
void | ActivateDealerGroup (int ownerCode) |
|
IQueryable< OwnerGroup > | AdminSearch (DealerGroupSearchCriteriaDTO criteria) |
|
List< GetUserOwnerGroupsDTO > | GetForDropDown () |
|
bool | AlreadyExists (string name, int? id=null) |
|
IEnumerable< DealerGroup > | GetDealerGroups () |
|
IEnumerable< DealerGroup > | GetDealerGroupsByTpaIds (List< int > tpaIds) |
|
OwnerGroup | GetByOwnerCode (int ownerCode) |
|
OwnerGroup | AddDealerGroup (OwnerGroup ownerGroup, IEnumerable< SellingStyleSerializableDTO > sellingStyles=null) |
|
DealerGroup | SearchDealerGroups (int id) |
|
List< Dealer > | GetAssociatedDealerships (int id) |
|
bool | EditDealerGroup (OwnerGroup model, IEnumerable< SellingStyleSerializableDTO > sellingStyles=null) |
|
IEnumerable< OwnerGroup > | GetOwnerGroups () |
|
IEnumerable< OwnerGroup > | GetOwnerGroupsForDealerAdd () |
|
List< OwnerGroup > | GetDealerGroupsForTypeAhead (string dealerGroupName) |
|
List< OwnerGroup > | GetDealerGroupsByTpaName (string tpaName) |
|
List< OwnerGroup > | GetDealerGroupsByAgencyName (string agencyName) |
|
List< OwnerGroup > | GetDealerGroupsByDealerName (string dealerName) |
|
void | RetireDealerGroup (int ownerCode) |
|
void | ActivateDealerGroup (int ownerCode) |
|
IQueryable< OwnerGroup > | AdminSearch (DealerGroupSearchCriteriaDTO criteria) |
|
List< GetUserOwnerGroupsDTO > | GetForDropDown () |
|
bool | AlreadyExists (string name, int? id=null) |
|
IEnumerable< GetUserOwnerGroupsDTO > | GetUserOwnerGroupsForDropDown (int? selectedAgentId=null) |
|