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 theAccounts
model for converting- Returns:
- Returns orchestration
AccountsDTO
model object
-
accountDTOToAccount
This method is used to transform the orchestration account data transfer model into accounts model- Parameters:
account
- Indicates orchestrationAccountsDTO
model object- Returns:
- Returns
Accounts
model object
-
accountSettingsToAccountSettingsDTO
This method is used to transform the accountsettings model into orchestration accountsettings data transfer model.- Parameters:
accountSettings
- Indicates theAccountSettings
model for converting- Returns:
- Returns orchestration
AccountSettingsDTO
model object
-
userToAccountRepDTO
This method is used to transform the accountrep model into orchestration accountrep data transfer model.- Parameters:
users
- Indicates theUsers
model for converting- Returns:
- Returns orchestration
AccountRepDTO
model object
-
addressOrchestrationToAddresses
This method is used to transform the orchestration address model into address model- Parameters:
addressOrchestration
- Indicates orchestrationAddressOrchestration
model object- Returns:
- Returns
Addresses
model object
-
adressesDtoToAddessOrchestration
This method is used to transform the orchestration address model into address model- Parameters:
addressesDTO
- Indicates orchestrationAddressesDTO
model object- Returns:
- Returns
AddressOrchestration
model object
-
addressesToAddressOrchestration
This method is used to transform the address model into orchestration address service model- Parameters:
addresses
- IndicatesAddresses
model object- Returns:
- Returns orchestration
AddressOrchestration
model object
-
addressesListToAddressOrchestrationList
This method is used to transform list of the address model into list of orchestration address service model- Parameters:
addresses
- IndicatesAddresses
model object- Returns:
- Returns orchestration
AddressesDTO
model object
-
costCentersDTOToCostCentre
This method is used to transform the orchestration costCenters data transfer model into CostCenter model- Parameters:
costCentreDTO
- Indicates orchestrationCostCentersDTO
model object- Returns:
- Returns
CostCentre
model object
-
costCentreToCostCentersDTO
This method is used to transform the CostCenter model into orchestration costCenters data transfer model- Parameters:
costCentre
- IndicatesCostCentre
model object- Returns:
- Returns orchestration
CostCentersDTO
model object
-
costCentreRequestToCostCentre
This method is used to transform the orchestration CostCentersRequest model into CostCenter model- Parameters:
costCentreRequest
- Indicates orchestrationCostCentreRequest
model object- Returns:
- Returns
CostCentre
model object
-
costCentreToCostCentreResponse
This method is used to transform the CostCenter model into orchestration CostCenterResponse model- Parameters:
costCentre
- IndicatesCostCentre
model object- Returns:
- Returns orchestration
CostCentreResponse
model 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
- IndicatesTeam
model object- Returns:
- Returns orchestration
TeamsResponse
model
-
accountPropertyToAccountPropertyDTO
This method is used to transform the account properties model into orchestration account properties data transfer model- Parameters:
accountProperty
- IndicatesAccountProperties
model- Returns:
- Returns orchestration
AccountPropertiesDTO
model
-
accountPropertyDTOToAccountProperty
This method is used to transform the orchestration account properties data transfer model into account properties model- Parameters:
accountProperty
- Indicates orchestrationAccountPropertiesDTO
model- Returns:
- Returns
AccountProperties
model
-
budgetsToBudgetsDTO
This method is used to transform the budgets model into orchestration budgets data transfer model- Parameters:
budgets
- IndicatesBudgets
model- Returns:
- Returns orchestration
BudgetsDTO
model
-
budgetsDTOToBudgets
This method is used to transform the orchestration budgets data transfer model into budgets model- Parameters:
budgetsDTO
- Indicates orchestrationBudgetsDTO
model- Returns:
- Returns
Budgets
model
-
budgetRequestToBudgets
This method is used to transform the orchestration budgetRequest data transfer model into budgets model- Parameters:
budgetRequest
- Indicates orchestrationBudgetRequest
model- Returns:
- Returns
Budgets
model
-
accountBuyerToAccountBuyerDTO
This method is used to transform the account buyer model into orchestration account buyer data transfer model- Parameters:
accountBuyer
- IndicatesAccountBuyer
model- Returns:
- Returns orchestration
AccountBuyerDTO
model
-
accountBuyerDTOToAccountBuyer
This method is used to transform the orchestration account buyer data transfer model into account buyer model- Parameters:
accountBuyerDTO
- Indicates orchestrationAccountBuyerDTO
model- Returns:
- Returns
AccountBuyer
model
-
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 ofAccountPropertiesDTO
orchestration model- Returns:
- Returns the list of
AccountProperties
model
-
budgetsToBudgetsDTO
This method is used to transform the budgets list model into the orchestration budgets data transfer list model- Parameters:
budgets
- Indicates the list ofBudgets
model- Returns:
- Returns the list of
BudgetsDTO
orchestration 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 ofBudgetsDTO
orchestration model- Returns:
- Returns the list of
Budgets
model
-
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 ofAccountBuyer
model- Returns:
- Returns the list of
AccountBuyerDTO
orchestration 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 ofAccountBuyerDTO
orchestration model- Returns:
- Returns the list of
AccountBuyer
model
-
addressesToAddressOrchestration
This method is used to transform the address list model into the orchestration address list model- Parameters:
addresses
- Indicates the list ofAddresses
model- Returns:
- Returns the list of
AddressOrchestration
model
-
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 ofContracts
model- Returns:
- Returns the list of
ContractsDTO
orchestration 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 ofUsers
orchestration model- Returns:
- Returns the list of
AccountBuyerInfoDTO
model
-
costCentreToCostCentreResponse
This method is used to transform the CostCentre list model into the CostCentreResponse list model- Parameters:
costCentres
- Indicates the list ofCostCentre
model- Returns:
- Returns the list of
CostCentreResponse
orchestration model
-