Package com.skava.account.mapper
Interface AccountModelMapper
- All Superinterfaces:
AccountModelRoleMapper
The Interface AccountModelMapper
An interface to define the account related models mapping.- Version:
- 8.0
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionaccountBuyerDTOToAccountBuyer(AccountBuyerDTO accountBuyerDTO) This method is used to transform the orchestration account buyer data transfer model into account buyer modelaccountBuyerDTOToAccountBuyer(List<AccountBuyerDTO> accountBuyers) This method is used to transform the orchestration account buyer data transfer list model into the account buyer list modelaccountBuyerToAccountBuyerDTO(AccountBuyer accountBuyer) This method is used to transform the account buyer model into orchestration account buyer data transfer modelaccountBuyerToAccountBuyerDTO(List<AccountBuyer> accountBuyers) This method is used to transform the account buyer list model into the orchestration account buyer data transfer list modelaccountDTOToAccount(AccountsDTO account) This method is used to transform the orchestration account data transfer model into accounts modelaccountPropertiesDTOToAccountProperties(List<AccountPropertiesDTO> accountPropertiesDTO) This method is used to transform the orchestration account properties data transfer list model into the account properties list modelaccountPropertiesToAccountPropertiesDTO(List<AccountProperties> accountProperties) accountPropertyDTOToAccountProperty(AccountPropertiesDTO accountProperty) This method is used to transform the orchestration account properties data transfer model into account properties modelaccountPropertyToAccountPropertyDTO(AccountProperties accountProperty) This method is used to transform the account properties model into orchestration account properties data transfer modelaccountSettingsToAccountSettingsDTO(AccountSettings accountSettings) This method is used to transform the accountsettings model into orchestration accountsettings data transfer model.accountToAccountDTO(Accounts account) This method is used to transform the accounts model into orchestration account data transfer model.addressesListToAddressOrchestrationList(List<Addresses> addresses) This method is used to transform list of the address model into list of orchestration address service modeladdressesToAddressOrchestration(Addresses addresses) This method is used to transform the address model into orchestration address service modeladdressesToAddressOrchestration(List<Addresses> addresses) This method is used to transform the address list model into the orchestration address list modeladdressOrchestrationToAddresses(AddressOrchestration addressOrchestration) This method is used to transform the orchestration address model into address modeladressesDtoToAddessOrchestration(AddressesDTO addressesDTO) This method is used to transform the orchestration address model into address modelbudgetRequestToBudgets(BudgetRequest budgetRequest) This method is used to transform the orchestration budgetRequest data transfer model into budgets modelbudgetsDTOToBudgets(BudgetsDTO budgetsDTO) This method is used to transform the orchestration budgets data transfer model into budgets modelbudgetsDTOToBudgets(List<BudgetsDTO> budgetsDTO) This method is used to transform the orchestration budgets data transfer list model into the budgets list modelbudgetsToBudgetsDTO(Budgets budgets) This method is used to transform the budgets model into orchestration budgets data transfer modelbudgetsToBudgetsDTO(List<Budgets> budgets) This method is used to transform the budgets list model into the orchestration budgets data transfer list modelcontractsToContractsDTO(Contracts contracts) contractsToContractsDTO(List<Contracts> contracts) This method is used to transform the contract list model into the orchestration contract data transfer list modelcostCentersDTOToCostCentre(CostCentersDTO costCentreDTO) This method is used to transform the orchestration costCenters data transfer model into CostCenter modelcostCentreRequestToCostCentre(CostCentreRequest costCentreRequest) This method is used to transform the orchestration CostCentersRequest model into CostCenter modelcostCentreToCostCentersDTO(CostCentre costCentre) This method is used to transform the CostCenter model into orchestration costCenters data transfer modelcostCentreToCostCentreResponse(CostCentre costCentre) This method is used to transform the CostCenter model into orchestration CostCenterResponse modelcostCentreToCostCentreResponse(List<CostCentre> costCentres) This method is used to transform the CostCentre list model into the CostCentreResponse list modelcutomersToAccountBuyerInfoDTO(List<Users> users) This method is used to transform the orchestration user info to account buyer data transfer list model into the accountbuyer list modelteamsDTOToTeam(TeamsDTO teamsDTO) This method is used to transform the orchestration team data transfer model into team modelteamToTeamsDTO(Team team) This method is used to transform the team model into the orchestration team data transfer modelteamToTeamsDTO(List<Team> team) This method is used to transform the team list model into the orchestration teams data transfer list modelteamToTeamsResponse(Team team) This method is used to transform the team model into orchestration teams response model.userToAccountRepDTO(Users users) This method is used to transform the accountrep model into orchestration accountrep data transfer model.Methods inherited from interface com.skava.account.mapper.AccountModelRoleMapper
privilegeToPrivilegeResponse, roleToRoleResponse, userRolesToUserRolesResponse
-
Method Details
-
accountToAccountDTO
This method is used to transform the accounts model into orchestration account data transfer model.- Parameters:
account- Indicates theAccountsmodel for converting- Returns:
- Returns orchestration
AccountsDTOmodel object
-
accountDTOToAccount
This method is used to transform the orchestration account data transfer model into accounts model- Parameters:
account- Indicates orchestrationAccountsDTOmodel object- Returns:
- Returns
Accountsmodel object
-
accountSettingsToAccountSettingsDTO
This method is used to transform the accountsettings model into orchestration accountsettings data transfer model.- Parameters:
accountSettings- Indicates theAccountSettingsmodel for converting- Returns:
- Returns orchestration
AccountSettingsDTOmodel object
-
userToAccountRepDTO
This method is used to transform the accountrep model into orchestration accountrep data transfer model.- Parameters:
users- Indicates theUsersmodel for converting- Returns:
- Returns orchestration
AccountRepDTOmodel object
-
addressOrchestrationToAddresses
This method is used to transform the orchestration address model into address model- Parameters:
addressOrchestration- Indicates orchestrationAddressOrchestrationmodel object- Returns:
- Returns
Addressesmodel object
-
adressesDtoToAddessOrchestration
This method is used to transform the orchestration address model into address model- Parameters:
addressesDTO- Indicates orchestrationAddressesDTOmodel object- Returns:
- Returns
AddressOrchestrationmodel object
-
addressesToAddressOrchestration
This method is used to transform the address model into orchestration address service model- Parameters:
addresses- IndicatesAddressesmodel object- Returns:
- Returns orchestration
AddressOrchestrationmodel object
-
addressesListToAddressOrchestrationList
This method is used to transform list of the address model into list of orchestration address service model- Parameters:
addresses- IndicatesAddressesmodel object- Returns:
- Returns orchestration
AddressesDTOmodel object
-
costCentersDTOToCostCentre
This method is used to transform the orchestration costCenters data transfer model into CostCenter model- Parameters:
costCentreDTO- Indicates orchestrationCostCentersDTOmodel object- Returns:
- Returns
CostCentremodel object
-
costCentreToCostCentersDTO
This method is used to transform the CostCenter model into orchestration costCenters data transfer model- Parameters:
costCentre- IndicatesCostCentremodel object- Returns:
- Returns orchestration
CostCentersDTOmodel object
-
costCentreRequestToCostCentre
This method is used to transform the orchestration CostCentersRequest model into CostCenter model- Parameters:
costCentreRequest- Indicates orchestrationCostCentreRequestmodel object- Returns:
- Returns
CostCentremodel object
-
costCentreToCostCentreResponse
This method is used to transform the CostCenter model into orchestration CostCenterResponse model- Parameters:
costCentre- IndicatesCostCentremodel object- Returns:
- Returns orchestration
CostCentreResponsemodel object
-
teamsDTOToTeam
This method is used to transform the orchestration team data transfer model into team model -
teamToTeamsDTO
This method is used to transform the team model into the orchestration team data transfer model -
teamToTeamsResponse
This method is used to transform the team model into orchestration teams response model.- Parameters:
team- IndicatesTeammodel object- Returns:
- Returns orchestration
TeamsResponsemodel
-
accountPropertyToAccountPropertyDTO
This method is used to transform the account properties model into orchestration account properties data transfer model- Parameters:
accountProperty- IndicatesAccountPropertiesmodel- Returns:
- Returns orchestration
AccountPropertiesDTOmodel
-
accountPropertyDTOToAccountProperty
This method is used to transform the orchestration account properties data transfer model into account properties model- Parameters:
accountProperty- Indicates orchestrationAccountPropertiesDTOmodel- Returns:
- Returns
AccountPropertiesmodel
-
budgetsToBudgetsDTO
This method is used to transform the budgets model into orchestration budgets data transfer model- Parameters:
budgets- IndicatesBudgetsmodel- Returns:
- Returns orchestration
BudgetsDTOmodel
-
budgetsDTOToBudgets
This method is used to transform the orchestration budgets data transfer model into budgets model- Parameters:
budgetsDTO- Indicates orchestrationBudgetsDTOmodel- Returns:
- Returns
Budgetsmodel
-
budgetRequestToBudgets
This method is used to transform the orchestration budgetRequest data transfer model into budgets model- Parameters:
budgetRequest- Indicates orchestrationBudgetRequestmodel- Returns:
- Returns
Budgetsmodel
-
accountBuyerToAccountBuyerDTO
This method is used to transform the account buyer model into orchestration account buyer data transfer model- Parameters:
accountBuyer- IndicatesAccountBuyermodel- Returns:
- Returns orchestration
AccountBuyerDTOmodel
-
accountBuyerDTOToAccountBuyer
This method is used to transform the orchestration account buyer data transfer model into account buyer model- Parameters:
accountBuyerDTO- Indicates orchestrationAccountBuyerDTOmodel- Returns:
- Returns
AccountBuyermodel
-
contractsToContractsDTO
-
accountPropertiesToAccountPropertiesDTO
List<AccountPropertiesDTO> accountPropertiesToAccountPropertiesDTO(List<AccountProperties> accountProperties) -
accountPropertiesDTOToAccountProperties
List<AccountProperties> accountPropertiesDTOToAccountProperties(List<AccountPropertiesDTO> accountPropertiesDTO) This method is used to transform the orchestration account properties data transfer list model into the account properties list model- Parameters:
accountPropertiesDTO- Indicates the list ofAccountPropertiesDTOorchestration model- Returns:
- Returns the list of
AccountPropertiesmodel
-
budgetsToBudgetsDTO
This method is used to transform the budgets list model into the orchestration budgets data transfer list model- Parameters:
budgets- Indicates the list ofBudgetsmodel- Returns:
- Returns the list of
BudgetsDTOorchestration model
-
budgetsDTOToBudgets
This method is used to transform the orchestration budgets data transfer list model into the budgets list model- Parameters:
budgetsDTO- Indicates the list ofBudgetsDTOorchestration model- Returns:
- Returns the list of
Budgetsmodel
-
accountBuyerToAccountBuyerDTO
This method is used to transform the account buyer list model into the orchestration account buyer data transfer list model- Parameters:
accountBuyers- Indicates the list ofAccountBuyermodel- Returns:
- Returns the list of
AccountBuyerDTOorchestration model
-
accountBuyerDTOToAccountBuyer
This method is used to transform the orchestration account buyer data transfer list model into the account buyer list model- Parameters:
accountBuyers- Indicates the list ofAccountBuyerDTOorchestration model- Returns:
- Returns the list of
AccountBuyermodel
-
addressesToAddressOrchestration
This method is used to transform the address list model into the orchestration address list model- Parameters:
addresses- Indicates the list ofAddressesmodel- Returns:
- Returns the list of
AddressOrchestrationmodel
-
teamToTeamsDTO
This method is used to transform the team list model into the orchestration teams data transfer list model -
contractsToContractsDTO
This method is used to transform the contract list model into the orchestration contract data transfer list model- Parameters:
contracts- Indicates the list ofContractsmodel- Returns:
- Returns the list of
ContractsDTOorchestration model
-
cutomersToAccountBuyerInfoDTO
This method is used to transform the orchestration user info to account buyer data transfer list model into the accountbuyer list model- Parameters:
users- Indicates the list ofUsersorchestration model- Returns:
- Returns the list of
AccountBuyerInfoDTOmodel
-
costCentreToCostCentreResponse
This method is used to transform the CostCentre list model into the CostCentreResponse list model- Parameters:
costCentres- Indicates the list ofCostCentremodel- Returns:
- Returns the list of
CostCentreResponseorchestration model
-