Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AccountRelationship
Packages that use AccountRelationship
Package
Description
-
Uses of AccountRelationship in de.hybris.platform.tuawebservicesresources.mappers.accountrelationship
Methods in de.hybris.platform.tuawebservicesresources.mappers.accountrelationship with parameters of type AccountRelationshipModifier and TypeMethodDescriptionvoidAccRelationshipAccountAttributeMapper.populateSourceAttributeFromTarget(AccountRelationship target, TuaAccountRelationshipModel source, ma.glasnost.orika.MappingContext context) voidAccRelationshipValidForAttributeMapper.populateSourceAttributeFromTarget(AccountRelationship target, TuaAccountRelationshipModel source, ma.glasnost.orika.MappingContext context) voidAccRelationshipAccountAttributeMapper.populateTargetAttributeFromSource(TuaAccountRelationshipModel source, AccountRelationship target, ma.glasnost.orika.MappingContext context) voidAccRelationshipSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAccountRelationshipModel source, AccountRelationship target, ma.glasnost.orika.MappingContext context) voidAccRelationshipTypeAttributeMapper.populateTargetAttributeFromSource(TuaAccountRelationshipModel source, AccountRelationship target, ma.glasnost.orika.MappingContext context) voidAccRelationshipValidForAttributeMapper.populateTargetAttributeFromSource(TuaAccountRelationshipModel source, AccountRelationship target, ma.glasnost.orika.MappingContext context) -
Uses of AccountRelationship in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AccountRelationshipModifier and TypeMethodDescriptionAccountRelationship.account(AccountRef account) AccountRelationship.atBaseType(String atBaseType) AccountRelationship.atSchemaLocation(String atSchemaLocation) AccountRelationship.relationshipType(String relationshipType) AccountRelationship.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AccountRelationshipModifier and TypeMethodDescription@Valid List<AccountRelationship>Account.getAccountRelationship()Get accountRelationship@Valid List<AccountRelationship>BillingAccount.getAccountRelationship()Get accountRelationship@Valid List<AccountRelationship>FinancialAccount.getAccountRelationship()Get accountRelationship@Valid List<AccountRelationship>PartyAccount.getAccountRelationship()Get accountRelationship@Valid List<AccountRelationship>SettlementAccount.getAccountRelationship()Get accountRelationshipMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AccountRelationshipModifier and TypeMethodDescriptionAccount.addAccountRelationshipItem(AccountRelationship accountRelationshipItem) BillingAccount.addAccountRelationshipItem(AccountRelationship accountRelationshipItem) FinancialAccount.addAccountRelationshipItem(AccountRelationship accountRelationshipItem) PartyAccount.addAccountRelationshipItem(AccountRelationship accountRelationshipItem) SettlementAccount.addAccountRelationshipItem(AccountRelationship accountRelationshipItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AccountRelationshipModifier and TypeMethodDescriptionAccount.accountRelationship(List<AccountRelationship> accountRelationship) BillingAccount.accountRelationship(List<AccountRelationship> accountRelationship) FinancialAccount.accountRelationship(List<AccountRelationship> accountRelationship) PartyAccount.accountRelationship(List<AccountRelationship> accountRelationship) SettlementAccount.accountRelationship(List<AccountRelationship> accountRelationship) voidAccount.setAccountRelationship(List<AccountRelationship> accountRelationship) voidBillingAccount.setAccountRelationship(List<AccountRelationship> accountRelationship) voidFinancialAccount.setAccountRelationship(List<AccountRelationship> accountRelationship) voidPartyAccount.setAccountRelationship(List<AccountRelationship> accountRelationship) voidSettlementAccount.setAccountRelationship(List<AccountRelationship> accountRelationship)