TRONIX Code Documentation
|
Public Member Functions | |
TpaService (IRepository< Tpa > tpaRepository, IRepository< TpaContractAdminSystem > tpaContractAdminSystemRepository, IRepository< DealerTpaConfiguration > dealerTpaConfigurationRepository, IRepository< DealerIndustryProduct > dealerIndustryProductRepository, IRepository< ContractAdminSystemIndustryProductType > contractAdminSystemIndustryProductTypeRepository, IAmazonService amazonService, ISessionProviderService sessionProviderService, ILoggerService logger) | |
List< Tpa > | GetAllTpasForCurrentUser () |
List< TpaDTO > | GetTpasWithSystemIntegrations () |
Tpa | GetTpa (int tpaId) |
List< Tpa > | GetForTypeAhead (string agencyName) |
bool | Save (SaveTpaDTO tpaDto) |
List< Tpa > | GetActiveTpasByDealerCode (int dealerCode) |
List< KeyValuePairDTO< int, string > > | GetTpasByDealerCodeForDropdowns (int dealerCode, bool includeInactive=false) |
List< KeyValuePairDTO< int, string > > | GetTPAsByDealerAndAgencyForReportDropdowns (int dealerCode, int agencyId) |
List< DealerTpaDTO > | GetDealerTpaConfigurations (int dealerCode, List< int > tpaIds, string casName) |
DealerTpaDTO | GetDealerTpaConfiguration (int dealerCode, int tpaId, string casName) |
IQueryable< TpaDTO > | GetTpasForMenuTemplateProducts (string dealerProductId, int dealerCode) |
Stream | GetBrochure (int id) |
List< KeyValuePairDTO< int, string > > | GetDropDownForCurrentUser () |
List< TpaDTO > | GetTpasWithSystemIntegrations () |
List< Tpa > | GetAllTpasForCurrentUser () |
Tpa | GetTpa (int tpaId) |
bool | Save (SaveTpaDTO tpaDto) |
List< Tpa > | GetActiveTpasByDealerCode (int dealerCode) |
List< KeyValuePairDTO< int, string > > | GetTpasByDealerCodeForDropdowns (int dealerCode, bool includeInactive=false) |
List< KeyValuePairDTO< int, string > > | GetTPAsByDealerAndAgencyForReportDropdowns (int dealerCode, int agencyId) |
IQueryable< TpaDTO > | GetTpasForMenuTemplateProducts (string dealerProductId, int dealerCode) |
Stream | GetBrochure (int id) |
List< KeyValuePairDTO< int, string > > | GetDropDownForCurrentUser () |
List< DealerTpaDTO > | GetDealerTpaConfigurations (int dealerCode, List< int > tpaIds, string casName) |
DealerTpaDTO | GetDealerTpaConfiguration (int dealerCode, int tpaId, string casName) |
List< Tpa > | GetForTypeAhead (string tpaName) |
Tronix.Business.Services.TpaService.TpaService | ( | IRepository< Tpa > | tpaRepository, |
IRepository< TpaContractAdminSystem > | tpaContractAdminSystemRepository, | ||
IRepository< DealerTpaConfiguration > | dealerTpaConfigurationRepository, | ||
IRepository< DealerIndustryProduct > | dealerIndustryProductRepository, | ||
IRepository< ContractAdminSystemIndustryProductType > | contractAdminSystemIndustryProductTypeRepository, | ||
IAmazonService | amazonService, | ||
ISessionProviderService | sessionProviderService, | ||
ILoggerService | logger | ||
) |
List< Tpa > Tronix.Business.Services.TpaService.GetActiveTpasByDealerCode | ( | int | dealerCode | ) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
List< Tpa > Tronix.Business.Services.TpaService.GetAllTpasForCurrentUser | ( | ) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
Stream Tronix.Business.Services.TpaService.GetBrochure | ( | int | id | ) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
DealerTpaDTO Tronix.Business.Services.TpaService.GetDealerTpaConfiguration | ( | int | dealerCode, |
int | tpaId, | ||
string | casName | ||
) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
List< DealerTpaDTO > Tronix.Business.Services.TpaService.GetDealerTpaConfigurations | ( | int | dealerCode, |
List< int > | tpaIds, | ||
string | casName | ||
) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
List< KeyValuePairDTO< int, string > > Tronix.Business.Services.TpaService.GetDropDownForCurrentUser | ( | ) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
List< Tpa > Tronix.Business.Services.TpaService.GetForTypeAhead | ( | string | agencyName | ) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
Tpa Tronix.Business.Services.TpaService.GetTpa | ( | int | tpaId | ) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
List< KeyValuePairDTO< int, string > > Tronix.Business.Services.TpaService.GetTPAsByDealerAndAgencyForReportDropdowns | ( | int | dealerCode, |
int | agencyId | ||
) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
List< KeyValuePairDTO< int, string > > Tronix.Business.Services.TpaService.GetTpasByDealerCodeForDropdowns | ( | int | dealerCode, |
bool | includeInactive = false |
||
) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
IQueryable< TpaDTO > Tronix.Business.Services.TpaService.GetTpasForMenuTemplateProducts | ( | string | dealerProductId, |
int | dealerCode | ||
) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
List< TpaDTO > Tronix.Business.Services.TpaService.GetTpasWithSystemIntegrations | ( | ) |
Implements Tronix.Business.Services.Interfaces.ITpaService.
bool Tronix.Business.Services.TpaService.Save | ( | SaveTpaDTO | tpaDto | ) |
Implements Tronix.Business.Services.Interfaces.ITpaService.