Uses of Class
de.hybris.platform.b2b.model.B2BUnitModel
-
-
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon
Fields in de.hybris.platform.accountsummaryaddon with type parameters of type B2BUnitModel Modifier and Type Field Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BIntegrationTest. b2bUnitService -
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon.document.dao
Methods in de.hybris.platform.accountsummaryaddon.document.dao with parameters of type B2BUnitModel Modifier and Type Method Description SearchResult<B2BDocumentModel>B2BDocumentDao. getOpenDocuments(B2BUnitModel unit)Gets all open documents for a given B2B Unit. -
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon.document.dao.impl
Methods in de.hybris.platform.accountsummaryaddon.document.dao.impl with parameters of type B2BUnitModel Modifier and Type Method Description SearchResult<B2BDocumentModel>DefaultB2BDocumentDao. getOpenDocuments(B2BUnitModel unit) -
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon.document.populators
Methods in de.hybris.platform.accountsummaryaddon.document.populators with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BAmountBalancePopulator. populate(B2BUnitModel source, B2BAmountBalanceData target) -
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon.document.service
Methods in de.hybris.platform.accountsummaryaddon.document.service with parameters of type B2BUnitModel Modifier and Type Method Description SearchResult<B2BDocumentModel>B2BDocumentService. getOpenDocuments(B2BUnitModel unit)Return all open documents for a given B2B Unit. -
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon.document.service.impl
Methods in de.hybris.platform.accountsummaryaddon.document.service.impl with parameters of type B2BUnitModel Modifier and Type Method Description SearchResult<B2BDocumentModel>DefaultB2BDocumentService. getOpenDocuments(B2BUnitModel unit) -
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon.facade
Methods in de.hybris.platform.accountsummaryaddon.facade with parameters of type B2BUnitModel Modifier and Type Method Description B2BAmountBalanceDataB2BAccountSummaryFacade. getAmountBalance(B2BUnitModel unit)Gets the balance for a given B2B Unit. -
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon.facade.impl
Methods in de.hybris.platform.accountsummaryaddon.facade.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description Converter<B2BUnitModel,AccountSummaryInfoData>DefaultB2BAccountSummaryFacade. getAccountSummaryInfoConverter()Converter<B2BUnitModel,B2BAmountBalanceData>DefaultB2BAccountSummaryFacade. getB2bAmountBalanceConverter()Methods in de.hybris.platform.accountsummaryaddon.facade.impl with parameters of type B2BUnitModel Modifier and Type Method Description B2BAmountBalanceDataDefaultB2BAccountSummaryFacade. getAmountBalance(B2BUnitModel unit)Method parameters in de.hybris.platform.accountsummaryaddon.facade.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BAccountSummaryFacade. setAccountSummaryInfoConverter(Converter<B2BUnitModel,AccountSummaryInfoData> accountSummaryInfoConverter)voidDefaultB2BAccountSummaryFacade. setB2bAmountBalanceConverter(Converter<B2BUnitModel,B2BAmountBalanceData> b2bAmountBalanceConverter) -
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon.model
Methods in de.hybris.platform.accountsummaryaddon.model that return B2BUnitModel Modifier and Type Method Description B2BUnitModelB2BDocumentModel. getUnit()Generated method - Getter of theB2BDocument.unitattribute defined at extensionaccountsummaryaddon.Methods in de.hybris.platform.accountsummaryaddon.model with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BDocumentModel. setUnit(B2BUnitModel value)Generated method - Setter ofB2BDocument.unitattribute defined at extensionaccountsummaryaddon.Constructors in de.hybris.platform.accountsummaryaddon.model with parameters of type B2BUnitModel Constructor Description B2BDocumentModel(java.math.BigDecimal _amount, CurrencyModel _currency, java.lang.String _documentNumber, B2BDocumentTypeModel _documentType, B2BUnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BDocumentModel(java.math.BigDecimal _amount, CurrencyModel _currency, java.lang.String _documentNumber, B2BDocumentTypeModel _documentType, ItemModel _owner, B2BUnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of B2BUnitModel in de.hybris.platform.accountsummaryaddon.populators
Methods in de.hybris.platform.accountsummaryaddon.populators that return types with arguments of type B2BUnitModel Modifier and Type Method Description Converter<B2BUnitModel,B2BAmountBalanceData>AccountSummaryInfoPopulator. getB2bAmountBalanceConverter()Converter<B2BUnitModel,B2BUnitData>AccountSummaryInfoPopulator. getB2bUnitConverter()Methods in de.hybris.platform.accountsummaryaddon.populators with parameters of type B2BUnitModel Modifier and Type Method Description voidAccountSummaryInfoPopulator. populate(B2BUnitModel source, AccountSummaryInfoData target)protected voidAccountSummaryInfoPopulator. setAccountManagerDetails(B2BUnitModel b2bUnitModel, AccountSummaryInfoData target)Method parameters in de.hybris.platform.accountsummaryaddon.populators with type arguments of type B2BUnitModel Modifier and Type Method Description voidAccountSummaryInfoPopulator. setB2bAmountBalanceConverter(Converter<B2BUnitModel,B2BAmountBalanceData> b2bAmountBalanceConverter)voidAccountSummaryInfoPopulator. setB2bUnitConverter(Converter<B2BUnitModel,B2BUnitData> b2bUnitConverter) -
Uses of B2BUnitModel in de.hybris.platform.b2b
Fields in de.hybris.platform.b2b with type parameters of type B2BUnitModel Modifier and Type Field Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BIntegrationTest. b2bUnitService -
Uses of B2BUnitModel in de.hybris.platform.b2b.company
Methods in de.hybris.platform.b2b.company with type parameters of type B2BUnitModel Modifier and Type Method Description <T extends B2BUnitModel>
TB2BCommerceUnitService. getParentUnit()Gets a parent unit of the current session user<T extends B2BUnitModel>
TB2BCommerceUnitService. getParentUnit(B2BUnitModel unit)Gets parent unit based on the given unit<T extends B2BUnitModel>
TB2BCommerceUserService. getParentUnitForCustomer(java.lang.String uid)Get parent unitB2BUnitModelfor a given unique id of a customer<T extends B2BUnitModel>
TB2BCommerceUnitService. getRootUnit()Gets a Root unit of the organization based on the parent business unit of the session userMethods in de.hybris.platform.b2b.company that return B2BUnitModel Modifier and Type Method Description B2BUnitModelB2BCommerceUnitService. getUnitForUid(java.lang.String unitUid)Gets the unit for uid.Methods in de.hybris.platform.b2b.company that return types with arguments of type B2BUnitModel Modifier and Type Method Description java.util.Collection<? extends B2BUnitModel>B2BCommerceUnitService. getAllowedParentUnits(B2BUnitModel unit)Gets all the allowed parent units for a givenB2BUnitModeljava.util.Collection<? extends B2BUnitModel>B2BCommerceUnitService. getAllUnitsOfOrganization()Get all the units of a organization for current logged in userjava.util.Collection<? extends B2BUnitModel>B2BCommerceUnitService. getBranch()A branch of business units based on the parent unit of the current session user.java.util.Collection<? extends B2BUnitModel>B2BCommerceUnitService. getOrganization()A collection of business units based on root unit of an organization to which the parent business unit of the currently logged in customer belongs toMethods in de.hybris.platform.b2b.company with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BCommerceUnitService. editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)Save updatedAddressModelobject to a unitAddressModelB2BCommerceUnitService. getAddressForCode(B2BUnitModel unit, java.lang.String id)Gets aAddressModelobject for a given unitjava.util.Collection<? extends B2BUnitModel>B2BCommerceUnitService. getAllowedParentUnits(B2BUnitModel unit)Gets all the allowed parent units for a givenB2BUnitModel<T extends B2BUnitModel>
TB2BCommerceUnitService. getParentUnit(B2BUnitModel unit)Gets parent unit based on the given unitvoidB2BCommerceUnitService. saveAddressEntry(B2BUnitModel unitForUid, AddressModel addressModel)Sets a given address for a unitvoidB2BCommerceUnitService. setParentUnit(B2BUnitModel unitModel, B2BUnitModel parentUnit)Assign a parent unit to unitModel -
Uses of B2BUnitModel in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl with type parameters of type B2BUnitModel Modifier and Type Method Description <T extends B2BUnitModel>
TDefaultB2BCommerceUnitService. getParentUnit()<T extends B2BUnitModel>
TDefaultB2BCommerceUnitService. getParentUnit(B2BUnitModel unit)<T extends B2BUnitModel>
TDefaultB2BCommerceUserService. getParentUnitForCustomer(java.lang.String uid)<T extends B2BUnitModel>
TDefaultB2BCommerceUnitService. getRootUnit()Methods in de.hybris.platform.b2b.company.impl that return B2BUnitModel Modifier and Type Method Description B2BUnitModelDefaultB2BCommerceUnitService. getUnitForUid(java.lang.String unitUid)Methods in de.hybris.platform.b2b.company.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getAllowedParentUnits(B2BUnitModel unit)java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getAllUnitsOfOrganization()B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BCommerceUnitService. getB2BUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BCommerceUserService. getB2BUnitService()java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getBranch()java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getOrganization()Methods in de.hybris.platform.b2b.company.impl with parameters of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BCommerceUnitService. editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)AddressModelDefaultB2BCommerceUnitService. getAddressForCode(B2BUnitModel unit, java.lang.String id)java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getAllowedParentUnits(B2BUnitModel unit)<T extends B2BUnitModel>
TDefaultB2BCommerceUnitService. getParentUnit(B2BUnitModel unit)voidDefaultB2BCommerceUnitService. saveAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)voidDefaultB2BCommerceUnitService. setParentUnit(B2BUnitModel unitModel, B2BUnitModel parentUnit)Method parameters in de.hybris.platform.b2b.company.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BCommerceUnitService. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BCommerceUserService. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao with parameters of type B2BUnitModel Modifier and Type Method Description java.util.List<B2BCustomerModel>B2BUnitDao. findB2BUnitMembersByGroup(B2BUnitModel unit, java.lang.String userGroupId)Returns all member of the B2BUnit who are also member of the group with the userGroupId passed injava.util.List<OrderModel>B2BOrderDao. findOrdersApprovedForDateRangeByCurrency(B2BUnitModel unitModel, java.util.Date startDate, java.util.Date endDate, CurrencyModel currency)Find orders with aOrderStatus.APPROVEDstatus for b2b unit based on date range and currency.java.lang.DoubleB2BOrderDao. findOrderTotalsByDateRangeAndCurrency(B2BUnitModel unitModel, java.util.Date startDate, java.util.Date endDate, CurrencyModel currency)Find order total for the b2b unit based on date range and converted into given currencyjava.lang.DoubleB2BOrderDao. findOrderTotalsForDateRangeByCurrency(B2BUnitModel unitModel, java.util.Date startDate, java.util.Date endDate, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.Method parameters in de.hybris.platform.b2b.dao with type arguments of type B2BUnitModel Modifier and Type Method Description java.util.List<B2BCostCenterModel>B2BCostCenterDao. findActiveCostCentersByBranchAndCurrency(java.util.Set<B2BUnitModel> branch, CurrencyModel currency)Returns list of activeB2BCostCenterModels associated with any B2BUnit in the set passed and having the matching currency. -
Uses of B2BUnitModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return B2BUnitModel Modifier and Type Method Description B2BUnitModelB2BDaoTestUtils. createUnit(java.lang.String name, java.lang.String uid)Methods in de.hybris.platform.b2b.dao.impl with parameters of type B2BUnitModel Modifier and Type Method Description B2BBudgetModelB2BDaoTestUtils. createBudget(java.lang.String code, java.lang.String name, B2BUnitModel unit, java.math.BigDecimal budgetValue, B2BPeriodRange range)B2BCostCenterModelB2BDaoTestUtils. createCostCenter(boolean active, java.lang.String code, java.lang.String name, B2BUnitModel unit)B2BCustomerModelB2BDaoTestUtils. createCustomer(java.lang.String email, java.lang.String name, B2BUnitModel unit, UserGroupModel group)protected B2BPermissionModelDefaultPagedB2BPermissionDaoIntegrationTest. createPermission(boolean active, java.lang.String code, B2BUnitModel unit)B2BUserGroupModelB2BDaoTestUtils. createUserGroup(java.lang.String name, B2BUnitModel unit)java.util.List<B2BCustomerModel>DefaultB2BUnitDao. findB2BUnitMembersByGroup(B2BUnitModel unit, java.lang.String userGroupId)Finds member of b2bunit who are also in the group specified by userGroupIdjava.util.List<OrderModel>DefaultB2BOrderDao. findOrdersApprovedForDateRangeByCurrency(B2BUnitModel unitModel, java.util.Date startDate, java.util.Date endDate, CurrencyModel currency)java.lang.DoubleDefaultB2BOrderDao. findOrderTotalsByDateRangeAndCurrency(B2BUnitModel unitModel, java.util.Date startDate, java.util.Date endDate, CurrencyModel currency)java.lang.DoubleDefaultB2BOrderDao. findOrderTotalsForDateRangeByCurrency(B2BUnitModel unitModel, java.util.Date startDate, java.util.Date endDate, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.Method parameters in de.hybris.platform.b2b.dao.impl with type arguments of type B2BUnitModel Modifier and Type Method Description java.util.List<B2BCostCenterModel>DefaultB2BCostCenterDao. findActiveCostCentersByBranchAndCurrency(java.util.Set<B2BUnitModel> branch, CurrencyModel currency)Returns list of activeB2BCostCenterModels associated with any B2BUnit in the set passed and having the matching currency. -
Uses of B2BUnitModel in de.hybris.platform.b2b.interceptor
Fields in de.hybris.platform.b2b.interceptor with type parameters of type B2BUnitModel Modifier and Type Field Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUnitModelValidateInterceptorTest. b2bUnitServiceMethods in de.hybris.platform.b2b.interceptor that return types with arguments of type B2BUnitModel Modifier and Type Method Description B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BCustomerModelValidateInterceptor. getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BCustomerPrepareInterceptor. getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUnitModelValidateInterceptor. getB2bUnitService()Methods in de.hybris.platform.b2b.interceptor with parameters of type B2BUnitModel Modifier and Type Method Description protected booleanB2BCustomerPrepareInterceptor. isB2BUnitInGroupList(java.util.Set<PrincipalGroupModel> groups, B2BUnitModel parentUnit)protected voidB2BCustomerPrepareInterceptor. makeSureThatB2BUnitIsInGroups(B2BCustomerModel customer, B2BUnitModel parentUnit)Method check if B2BUnit is in groups for customer.Method parameters in de.hybris.platform.b2b.interceptor with type arguments of type B2BUnitModel Modifier and Type Method Description voidB2BCustomerModelValidateInterceptor. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidB2BCustomerPrepareInterceptor. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidB2BUnitModelValidateInterceptor. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2b.listeners
Methods in de.hybris.platform.b2b.listeners that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>AfterSessionCreationListener. getB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitService<B2BUnitModel,B2BCustomerModel>AfterSessionUserChangeListener. getB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2b.listeners with type arguments of type B2BUnitModel Modifier and Type Method Description voidAfterSessionCreationListener. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Deprecated, for removal: This API element is subject to removal in a future version.voidAfterSessionUserChangeListener. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return B2BUnitModel Modifier and Type Method Description B2BUnitModelB2BCustomerModel. getDefaultB2BUnit()Generated method - Getter of theB2BCustomer.defaultB2BUnitattribute defined at extensionb2bcommerce.B2BUnitModelB2BUnitModel. getReportingOrganization()Generated method - Getter of theB2BUnit.reportingOrganizationattribute defined at extensionb2bcommerce.B2BUnitModelB2BBudgetModel. getUnit()Generated method - Getter of theB2BBudget.Unitattribute defined at extensionb2bcommerce.B2BUnitModelB2BCostCenterModel. getUnit()Generated method - Getter of theB2BCostCenter.Unitattribute defined at extensionb2bcommerce.B2BUnitModelB2BPermissionModel. getUnit()Generated method - Getter of theB2BPermission.Unitattribute defined at extensionb2bapprovalprocess.B2BUnitModelB2BUserGroupModel. getUnit()Generated method - Getter of theB2BUserGroup.Unitattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model that return types with arguments of type B2BUnitModel Modifier and Type Method Description java.util.Collection<B2BUnitModel>B2BCreditLimitModel. getUnit()Generated method - Getter of theB2BCreditLimit.Unitattribute defined at extensionb2bcommerce.java.util.Collection<B2BUnitModel>B2BQuoteLimitModel. getUnit()Generated method - Getter of theB2BQuoteLimit.Unitattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BCustomerModel. setDefaultB2BUnit(B2BUnitModel value)Generated method - Setter ofB2BCustomer.defaultB2BUnitattribute defined at extensionb2bcommerce.voidB2BUnitModel. setReportingOrganization(B2BUnitModel value)Generated method - Setter ofB2BUnit.reportingOrganizationattribute defined at extensionb2bcommerce.voidB2BBudgetModel. setUnit(B2BUnitModel value)Generated method - Setter ofB2BBudget.Unitattribute defined at extensionb2bcommerce.voidB2BCostCenterModel. setUnit(B2BUnitModel value)Generated method - Setter ofB2BCostCenter.Unitattribute defined at extensionb2bcommerce.voidB2BPermissionModel. setUnit(B2BUnitModel value)Generated method - Setter ofB2BPermission.Unitattribute defined at extensionb2bapprovalprocess.voidB2BUserGroupModel. setUnit(B2BUnitModel value)Generated method - Setter ofB2BUserGroup.Unitattribute defined at extensionb2bcommerce.Method parameters in de.hybris.platform.b2b.model with type arguments of type B2BUnitModel Modifier and Type Method Description voidB2BCreditLimitModel. setUnit(java.util.Collection<B2BUnitModel> value)Generated method - Setter ofB2BCreditLimit.Unitattribute defined at extensionb2bcommerce.voidB2BQuoteLimitModel. setUnit(java.util.Collection<B2BUnitModel> value)Generated method - Setter ofB2BQuoteLimit.Unitattribute defined at extensionb2bcommerce.Constructors in de.hybris.platform.b2b.model with parameters of type B2BUnitModel Constructor Description B2B2POEPermissionAModel(B2BUnitModel _Unit, java.lang.String _code)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2B2POEPermissionAModel(B2BUnitModel _Unit, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2B2POEPermissionBModel(B2BUnitModel _Unit, java.lang.String _code)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2B2POEPermissionBModel(B2BUnitModel _Unit, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BBudgetExceededPermissionModel(B2BUnitModel _Unit, java.lang.String _code)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BBudgetExceededPermissionModel(B2BUnitModel _Unit, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BBudgetModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BBudgetModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCostCenterModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCostCenterModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BOrderThresholdPermissionModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, ItemModel _owner, java.lang.Double _threshold)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BOrderThresholdPermissionModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, java.lang.Double _threshold)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BOrderThresholdTimespanPermissionModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, B2BPeriodRange _range, java.lang.Double _threshold)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BOrderThresholdTimespanPermissionModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, ItemModel _owner, B2BPeriodRange _range, java.lang.Double _threshold)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BPermissionModel(B2BUnitModel _Unit, java.lang.String _code)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BPermissionModel(B2BUnitModel _Unit, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BUserGroupModel(B2BUnitModel _Unit, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BUserGroupModel(B2BUnitModel _Unit, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of B2BUnitModel in de.hybris.platform.b2b.order.impl
Methods in de.hybris.platform.b2b.order.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BCartFactory. getB2bUnitService()Method parameters in de.hybris.platform.b2b.order.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BCartFactory. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions that return types with arguments of type B2BUnitModel Modifier and Type Method Description B2BUnitService<B2BUnitModel,B2BCustomerModel>InformAdmin. getB2bUnitService()Gets the b2b unit service.B2BUnitService<B2BUnitModel,B2BCustomerModel>PerformMerchantCheck. getB2bUnitService()Method parameters in de.hybris.platform.b2b.process.approval.actions with type arguments of type B2BUnitModel Modifier and Type Method Description voidInformAdmin. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Sets the b2b unit service.voidPerformMerchantCheck. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2b.process.approval.services
Methods in de.hybris.platform.b2b.process.approval.services with parameters of type B2BUnitModel Modifier and Type Method Description java.lang.StringB2BApprovalProcessService. getApprovalProcessCodeForUnit(B2BUnitModel unit)Get approval process code from unit, checking parent units up the organization tree up to the root unit if process is not set in theunit -
Uses of B2BUnitModel in de.hybris.platform.b2b.process.approval.services.impl
Methods in de.hybris.platform.b2b.process.approval.services.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BApprovalProcessService. getB2bUnitService()Methods in de.hybris.platform.b2b.process.approval.services.impl with parameters of type B2BUnitModel Modifier and Type Method Description java.lang.StringDefaultB2BApprovalProcessService. getApprovalProcessCodeForUnit(B2BUnitModel unit)Method parameters in de.hybris.platform.b2b.process.approval.services.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BApprovalProcessService. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2b.punchout.interceptor
Methods in de.hybris.platform.b2b.punchout.interceptor that return types with arguments of type B2BUnitModel Modifier and Type Method Description B2BCustomerService<B2BCustomerModel,B2BUnitModel>B2BCustomerPunchOutCredentialMappingValidateInterceptor. getCustomerService()Method parameters in de.hybris.platform.b2b.punchout.interceptor with type arguments of type B2BUnitModel Modifier and Type Method Description voidB2BCustomerPunchOutCredentialMappingValidateInterceptor. setCustomerService(B2BCustomerService<B2BCustomerModel,B2BUnitModel> customerService) -
Uses of B2BUnitModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BUnitService. disableUnit(B2BUnitModel unit)Disables a b2b unitvoidB2BUnitService. enableUnit(B2BUnitModel unit)Enables a b2b unitjava.util.Set<CurrencyModel>B2BCostCenterService. findAvailableCurrencies(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byB2BCostCenterService.getAvailableCurrencies(B2BUnitModel)java.util.List<T>B2BCostCenterService. findCostCenters(B2BUnitModel unit, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4java.util.List<T>B2BCostCenterService. findCostCentersForUnitBranch(B2BUnitModel unit, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byB2BCostCenterService.getCostCentersForUnitBranch(B2BUnitModel, CurrencyModel)B2BReportingSetModelB2BReportingService. findReportingSetForB2BUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.java.util.Set<CurrencyModel>B2BCostCenterService. getAvailableCurrencies(B2BUnitModel unit)Get available currencies based on a unit and cost centers associated to the unit.java.util.List<T>B2BCostCenterService. getCostCentersForUnitBranch(B2BUnitModel unit, CurrencyModel currency)Gets all cost centers for given currency by looking at each unit of the branch and their cost centers.B2BReportingSetModelB2BReportingService. getReportingSetForB2BUnit(B2BUnitModel unit)Find reporting set for a b2b unit.java.util.Collection<B2BCustomerModel>B2BUnitService. getUsersOfUserGroup(B2BUnitModel unit, java.lang.String userGroupId, boolean recursive)Gets all members from the unit who belong to specified User GroupvoidB2BUnitService. setCurrentUnit(B2BCustomerModel customer, B2BUnitModel unit)Assigns a default unit for a customer who may be a member of multiple units.voidB2BReportingService. setReportingOrganizationForUnit(B2BUnitModel unit)Sets the reporting organization on a B2BUnitB2BReportingSetModelB2BReportingService. setReportSetForUnit(B2BUnitModel unit)Create or Update Reporting Set for B2BUnit which is the Branch Units.voidB2BReportingService. updateReportingSetForUnitAndParents(B2BUnitModel unit)Updates the reporting set for a b2b unit. -
Uses of B2BUnitModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return B2BUnitModel Modifier and Type Method Description B2BUnitModelB2BUnitServiceProxy. findUnitByUid(java.lang.String uid)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. findUnitByUid(java.lang.String uid)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BUnitModelB2BUnitServiceProxy. findUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. findUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BUnitModelB2BUnitServiceProxy. getParent(B2BCustomerModel employee)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelB2BUnitServiceProxy. getParent(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. getParent(B2BCustomerModel employee)B2BUnitModelDefaultB2BUnitService. getParent(B2BUnitModel unit)B2BUnitModelB2BUnitServiceProxy. getRootUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. getRootUnit(B2BUnitModel unit)B2BUnitModelB2BUnitServiceProxy. getUnitForUid(java.lang.String uid)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. getUnitForUid(java.lang.String uid)B2BUnitModelB2BUnitServiceProxy. getUnitWithCreditLimit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. getUnitWithCreditLimit(B2BUnitModel unit)Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description java.util.List<B2BUnitModel>B2BUnitServiceProxy. getAllParents(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<B2BUnitModel>DefaultB2BUnitService. getAllParents(B2BUnitModel unit)java.util.Set<B2BUnitModel>B2BUnitServiceProxy. getAllUnitsOfOrganization(B2BCustomerModel customer)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<B2BUnitModel>B2BUnitServiceProxy. getAllUnitsOfOrganization(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<B2BUnitModel>DefaultB2BUnitService. getAllUnitsOfOrganization(B2BCustomerModel employee)java.util.Set<B2BUnitModel>DefaultB2BUnitService. getAllUnitsOfOrganization(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.protected B2BCustomerService<B2BCustomerModel,B2BUnitModel>DefaultB2BOrderService. getB2bCustomerService()protected java.util.Set<B2BUnitModel>DefaultB2BUnitService. getB2BHierarchyUnits(java.util.Set<B2BUnitModel> units)java.util.Set<B2BUnitModel>B2BUnitServiceProxy. getB2BUnits(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<B2BUnitModel>DefaultB2BUnitService. getB2BUnits(B2BUnitModel unit)protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BApproverService. getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BCostCenterService. getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BOrderService. getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BReportingService. getB2bUnitService()java.util.Set<B2BUnitModel>B2BUnitServiceProxy. getBranch(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<B2BUnitModel>DefaultB2BUnitService. getBranch(B2BUnitModel unit)protected java.util.Set<B2BUnitModel>DefaultB2BUnitService. getBranchHierarchy(B2BUnitModel parent)protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUnitServiceProxy. getDefaultB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2b.services.impl with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BUnitServiceProxy. addMember(B2BUnitModel group, PrincipalModel member)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BUnitService. addMember(B2BUnitModel group, PrincipalModel member)voidB2BUnitServiceProxy. disableBranch(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BUnitService. disableBranch(B2BUnitModel unit)voidB2BUnitServiceProxy. disableUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BUnitService. disableUnit(B2BUnitModel unit)voidB2BUnitServiceProxy. enableBranch(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BUnitService. enableBranch(B2BUnitModel unit)voidB2BUnitServiceProxy. enableUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BUnitService. enableUnit(B2BUnitModel unit)EmployeeModelB2BUnitServiceProxy. findAccountManagerForUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.EmployeeModelDefaultB2BUnitService. findAccountManagerForUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.java.lang.StringB2BUnitServiceProxy. findApprovalProcessCodeForUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringDefaultB2BUnitService. findApprovalProcessCodeForUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.java.util.Set<CurrencyModel>DefaultB2BCostCenterService. findAvailableCurrencies(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.java.util.List<B2BCostCenterModel>DefaultB2BCostCenterService. findCostCenters(B2BUnitModel unit, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.java.util.List<B2BCostCenterModel>DefaultB2BCostCenterService. findCostCentersForUnitBranch(B2BUnitModel unit, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BReportingSetModelDefaultB2BReportingService. findReportingSetForB2BUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BUnitModelB2BUnitServiceProxy. findUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. findUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.EmployeeModelB2BUnitServiceProxy. getAccountManagerForUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.EmployeeModelDefaultB2BUnitService. getAccountManagerForUnit(B2BUnitModel unit)protected B2BCreditLimitModelDefaultB2BUnitService. getActiveCreditLimit(B2BUnitModel unit)java.util.List<B2BUnitModel>B2BUnitServiceProxy. getAllParents(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<B2BUnitModel>DefaultB2BUnitService. getAllParents(B2BUnitModel unit)java.util.Set<B2BUnitModel>B2BUnitServiceProxy. getAllUnitsOfOrganization(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<B2BUnitModel>DefaultB2BUnitService. getAllUnitsOfOrganization(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.java.lang.StringB2BUnitServiceProxy. getApprovalProcessCodeForUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringDefaultB2BUnitService. getApprovalProcessCodeForUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.since 1905.java.util.Set<CurrencyModel>DefaultB2BCostCenterService. getAvailableCurrencies(B2BUnitModel unit)java.util.Set<B2BCustomerModel>B2BUnitServiceProxy. getB2BCustomers(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<B2BCustomerModel>DefaultB2BUnitService. getB2BCustomers(B2BUnitModel unit)java.util.Set<B2BUnitModel>B2BUnitServiceProxy. getB2BUnits(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<B2BUnitModel>DefaultB2BUnitService. getB2BUnits(B2BUnitModel unit)java.util.Set<B2BUnitModel>B2BUnitServiceProxy. getBranch(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<B2BUnitModel>DefaultB2BUnitService. getBranch(B2BUnitModel unit)protected voidDefaultB2BUnitService. getBranch(B2BUnitModel parent, java.util.Set<B2BUnitModel> organizationSet)protected java.util.Set<B2BUnitModel>DefaultB2BUnitService. getBranchHierarchy(B2BUnitModel parent)java.util.List<B2BCostCenterModel>DefaultB2BCostCenterService. getCostCentersForUnitBranch(B2BUnitModel unit, CurrencyModel currency)B2BUnitModelB2BUnitServiceProxy. getParent(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. getParent(B2BUnitModel unit)B2BReportingSetModelDefaultB2BReportingService. getReportingSetForB2BUnit(B2BUnitModel unit)B2BUnitModelB2BUnitServiceProxy. getRootUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. getRootUnit(B2BUnitModel unit)B2BUnitModelB2BUnitServiceProxy. getUnitWithCreditLimit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. getUnitWithCreditLimit(B2BUnitModel unit)java.util.Collection<B2BCustomerModel>B2BUnitServiceProxy. getUsersOfUserGroup(B2BUnitModel unit, java.lang.String userGroupId)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<B2BCustomerModel>B2BUnitServiceProxy. getUsersOfUserGroup(B2BUnitModel unit, java.lang.String userGroupId, boolean recursive)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<B2BCustomerModel>DefaultB2BUnitService. getUsersOfUserGroup(B2BUnitModel unit, java.lang.String userGroupId)Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.java.util.Collection<B2BCustomerModel>DefaultB2BUnitService. getUsersOfUserGroup(B2BUnitModel unit, java.lang.String userGroupId, boolean recursive)protected EnumerationValueModelDefaultB2BUnitService. lookupPriceGroupFromClosestParent(B2BUnitModel unitOfCustomer)voidB2BUnitServiceProxy. setCurrentUnit(B2BCustomerModel customer, B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BUnitService. setCurrentUnit(B2BCustomerModel customer, B2BUnitModel unit)voidDefaultB2BCustomerService. setParentB2BUnit(B2BCustomerModel member, B2BUnitModel parentB2BUnit)voidDefaultB2BReportingService. setReportingOrganizationForUnit(B2BUnitModel unit)B2BReportingSetModelDefaultB2BReportingService. setReportSetForUnit(B2BUnitModel unit)protected voidDefaultB2BUnitService. toggleBranch(B2BUnitModel unit, java.lang.Boolean enable)Enables or disables a branch and it sibling typesB2BCostCenterModelB2BBudgetModelandB2BCustomerModelassigned to all units in the branch.protected voidDefaultB2BUnitService. toggleUnit(B2BUnitModel b2bUnitModel, java.lang.Boolean enable)voidB2BUnitServiceProxy. updateParentB2BUnit(B2BUnitModel parentB2BUnit, PrincipalModel member)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BUnitService. updateParentB2BUnit(B2BUnitModel parentB2BUnit, PrincipalModel member)voidDefaultB2BReportingService. updateReportingSetForUnitAndParents(B2BUnitModel unit)Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type B2BUnitModel Modifier and Type Method Description protected java.util.Set<B2BUnitModel>DefaultB2BUnitService. getB2BHierarchyUnits(java.util.Set<B2BUnitModel> units)protected voidDefaultB2BUnitService. getBranch(B2BUnitModel parent, java.util.Set<B2BUnitModel> organizationSet)java.util.Set<B2BCustomerModel>B2BUnitServiceProxy. getCustomers(java.util.Set<B2BUnitModel> branch)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<B2BCustomerModel>DefaultB2BUnitService. getCustomers(java.util.Set<B2BUnitModel> branch)voidDefaultB2BOrderService. setB2bCustomerService(B2BCustomerService<B2BCustomerModel,B2BUnitModel> b2bCustomerService)voidDefaultB2BApproverService. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BCostCenterService. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BOrderService. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BReportingService. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidB2BUnitServiceProxy. setDefaultB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> defaultB2BUnitService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitModel in de.hybris.platform.b2b.strategies.impl
Fields in de.hybris.platform.b2b.strategies.impl with type parameters of type B2BUnitModel Modifier and Type Field Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BApprovalBusinessProcessStrategy. b2bUnitServiceMethods in de.hybris.platform.b2b.strategies.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BCustomerService<B2BCustomerModel,B2BUnitModel>DefaultB2BPlaceOrderStrategy. getB2bCustomerService()Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitService<B2BUnitModel,B2BCustomerModel>B2B2POEPermissionEvaluationStrategy. getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BApprovalBusinessProcessStrategy. getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BCreditLimitEvaluationStrategy. getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BPlaceOrderStrategy. getB2bUnitService()Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BQuoteBusinessProcessStrategy. getB2bUnitService()B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BQuoteEvaluationStrategy. getB2bUnitService()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2b.strategies.impl with parameters of type B2BUnitModel Modifier and Type Method Description protected B2BQuoteLimitModelDefaultB2BQuoteEvaluationStrategy. findQuoteLimitAssignedToUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.List<B2BCostCenterModel>DefaultB2BCreditLimitEvaluationStrategy. getCostCentersForUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency)Method parameters in de.hybris.platform.b2b.strategies.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BPlaceOrderStrategy. setB2bCustomerService(B2BCustomerService<B2BCustomerModel,B2BUnitModel> b2bCustomerService)Deprecated, for removal: This API element is subject to removal in a future version.voidB2B2POEPermissionEvaluationStrategy. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BApprovalBusinessProcessStrategy. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BCreditLimitEvaluationStrategy. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BPlaceOrderStrategy. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BQuoteBusinessProcessStrategy. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BQuoteEvaluationStrategy. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratoraddon.actions
Methods in de.hybris.platform.b2bacceleratoraddon.actions that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>StartWorkFlowForAdmin. getB2bUnitService()Method parameters in de.hybris.platform.b2bacceleratoraddon.actions with type arguments of type B2BUnitModel Modifier and Type Method Description voidStartWorkFlowForAdmin. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratoraddon.security.impl
Methods in de.hybris.platform.b2bacceleratoraddon.security.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description B2BCustomerService<B2BCustomerModel,B2BUnitModel>DefaultB2BUserGroupProvider. getB2BCustomerService()Method parameters in de.hybris.platform.b2bacceleratoraddon.security.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BUserGroupProvider. setB2BCustomerService(B2BCustomerService<B2BCustomerModel,B2BUnitModel> b2bCustomerService) -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected Converter<B2BUnitModel,B2BUnitData>DefaultCompanyB2BCommerceFacade. getB2BUnitConverter()Deprecated, for removal: This API element is subject to removal in a future version.protected Populator<B2BUnitData,B2BUnitModel>DefaultCompanyB2BCommerceFacade. getB2BUnitReversePopulator()Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<B2BUnitModel,B2BUnitNodeData>DefaultCompanyB2BCommerceFacade. getUnitTreeConverter()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.company.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultCompanyB2BCommerceFacade. setB2BUnitConverter(Converter<B2BUnitModel,B2BUnitData> b2BUnitConverter)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceFacade. setB2BUnitReversePopulator(Populator<B2BUnitData,B2BUnitModel> b2bUnitReversePopulator)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceFacade. setUnitTreeConverter(Converter<B2BUnitModel,B2BUnitNodeData> unitTreeConverter)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorfacades.company.populators
Methods in de.hybris.platform.b2bacceleratorfacades.company.populators that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUnitNodePopulator. getB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUserPopulator. getB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData>B2BUnitNodePopulator. getChildNodeConverter()Deprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData>B2BUnitNodePopulator. lookupChildNodeConverter()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.company.populators with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BUnitNodePopulator. populate(B2BUnitModel b2BUnitModel, B2BUnitNodeData b2BUnitNodeData)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.company.populators with type arguments of type B2BUnitModel Modifier and Type Method Description voidB2BUnitNodePopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2BUnitService)Deprecated, for removal: This API element is subject to removal in a future version.voidB2BUserPopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2BUnitService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,UserModel>B2BCustomerReversePopulator. getB2bUnitService()Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BBudgetReversePopulator. getB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BCostCenterReversePopulator. getB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BPermissionsReversePopulator. getB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUnitPopulator. getB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BUnitPopulator. populate(B2BUnitModel source, B2BUnitData target)Deprecated, for removal: This API element is subject to removal in a future version.voidB2BUnitReversePopulator. populate(B2BUnitData source, B2BUnitModel target)Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitDataB2BUnitPopulator. populateChildrenUnits(B2BUnitModel source, B2BUnitData target)Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitDataB2BUnitPopulator. populateUnit(B2BUnitModel source, B2BUnitData target)Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitDataB2BUnitPopulator. populateUnitRelations(B2BUnitModel source, B2BUnitData target)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.order.populators with type arguments of type B2BUnitModel Modifier and Type Method Description voidB2BCustomerReversePopulator. setB2bUnitService(B2BUnitService<B2BUnitModel,UserModel> b2bUnitService)Deprecated, for removal: This API element is subject to removal in a future version.voidB2BBudgetReversePopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Deprecated, for removal: This API element is subject to removal in a future version.voidB2BCostCenterReversePopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Deprecated, for removal: This API element is subject to removal in a future version.voidB2BPermissionsReversePopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Deprecated, for removal: This API element is subject to removal in a future version.voidB2BUnitPopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2BUnitService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorfacades.user.populators
Methods in de.hybris.platform.b2bacceleratorfacades.user.populators that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,UserModel>B2BCustomerPopulator. getB2bUnitService()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.user.populators with type arguments of type B2BUnitModel Modifier and Type Method Description voidB2BCustomerPopulator. setB2bUnitService(B2BUnitService<B2BUnitModel,UserModel> b2bUnitService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorservices.company
Methods in de.hybris.platform.b2bacceleratorservices.company with type parameters of type B2BUnitModel Modifier and Type Method Description <T extends B2BUnitModel>
TCompanyB2BCommerceService. getParentUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.Gets the parent unit given a unit object.Methods in de.hybris.platform.b2bacceleratorservices.company that return B2BUnitModel Modifier and Type Method Description B2BUnitModelCompanyB2BCommerceService. getUnitForUid(java.lang.String unitUid)Deprecated, for removal: This API element is subject to removal in a future version.Get aB2BUnitModelfor a unique identifier unitUidMethods in de.hybris.platform.b2bacceleratorservices.company with parameters of type B2BUnitModel Modifier and Type Method Description <T extends B2BCustomerModel>
java.util.List<T>CompanyB2BCommerceService. getMembersOfUnitForUserGroup(B2BUnitModel unit, java.lang.String userGroupId)Deprecated, for removal: This API element is subject to removal in a future version.Get members who are assigned to a unit with a specified user group<T extends B2BUnitModel>
TCompanyB2BCommerceService. getParentUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.Gets the parent unit given a unit object. -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl with type parameters of type B2BUnitModel Modifier and Type Method Description <T extends B2BUnitModel>
TDefaultB2BCommerceUnitService. getParentUnit()Deprecated, for removal: This API element is subject to removal in a future version.<T extends B2BUnitModel>
TDefaultCompanyB2BCommerceService. getParentUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.<T extends B2BUnitModel>
TDefaultB2BCommerceUserService. getParentUnitForCustomer(java.lang.String uid)Deprecated, for removal: This API element is subject to removal in a future version.<T extends B2BUnitModel>
TDefaultB2BCommerceUnitService. getRootUnit()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return B2BUnitModel Modifier and Type Method Description B2BUnitModelDefaultCompanyB2BCommerceService. getUnitForUid(java.lang.String unitUid)Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getAllowedParentUnits(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getAllUnitsOfOrganization()Deprecated, for removal: This API element is subject to removal in a future version.protected B2BCustomerService<B2BCustomerModel,B2BUnitModel>DefaultCompanyB2BCommerceService. getB2BCustomerService()Deprecated, for removal: This API element is subject to removal in a future version.protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultCompanyB2BCommerceService. getB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getBranch()Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getOrganization()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorservices.company.impl with parameters of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BCommerceUnitService. editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)Deprecated, for removal: This API element is subject to removal in a future version.AddressModelDefaultB2BCommerceUnitService. getAddressForCode(B2BUnitModel unit, java.lang.String id)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService. getAllowedParentUnits(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.<T extends B2BCustomerModel>
java.util.List<T>DefaultCompanyB2BCommerceService. getMembersOfUnitForUserGroup(B2BUnitModel unit, java.lang.String userGroupId)Deprecated, for removal: This API element is subject to removal in a future version.<T extends B2BUnitModel>
TDefaultCompanyB2BCommerceService. getParentUnit(B2BUnitModel unit)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BCommerceUnitService. saveAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BCommerceUnitService. setParentUnit(B2BUnitModel unitModel, B2BUnitModel parentUnit)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorservices.company.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultCompanyB2BCommerceService. setB2BCustomerService(B2BCustomerService<B2BCustomerModel,B2BUnitModel> b2BCustomerService)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceService. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2BUnitService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorservices.strategies.impl
Methods in de.hybris.platform.b2bacceleratorservices.strategies.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BDeliveryAddressesLookupStrategy. getB2bUnitService()Method parameters in de.hybris.platform.b2bacceleratorservices.strategies.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BDeliveryAddressesLookupStrategy. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BPermissionsReversePopulator. getB2BUnitService()Methods in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BUnitApprovalPopulator. populate(B2BUnitModel source, B2BUnitData target)voidB2BUnitApprovalReversePopulator. populate(B2BUnitData source, B2BUnitModel target)protected voidB2BUnitApprovalPopulator. populateApprovers(B2BUnitModel source, B2BUnitData target)Method parameters in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators with type arguments of type B2BUnitModel Modifier and Type Method Description voidB2BPermissionsReversePopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2bapprovalprocessfacades.company.impl
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected Converter<B2BUnitModel,B2BUnitData>DefaultB2BApproverFacade. getB2bUnitConverter()protected B2BUnitService<B2BUnitModel,UserModel>DefaultB2BApproverFacade. getB2bUnitService()Method parameters in de.hybris.platform.b2bapprovalprocessfacades.company.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BApproverFacade. setB2bUnitConverter(Converter<B2BUnitModel,B2BUnitData> b2bUnitConverter)voidDefaultB2BApproverFacade. setB2bUnitService(B2BUnitService<B2BUnitModel,UserModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2bcommerce.backoffice.actions
Methods in de.hybris.platform.b2bcommerce.backoffice.actions with parameters of type B2BUnitModel Modifier and Type Method Description protected booleanEnableB2BUnitAction. canActivate(B2BUnitModel b2bUnitModel)Checks if a parent b2bunit is activeMethod parameters in de.hybris.platform.b2bcommerce.backoffice.actions with type arguments of type B2BUnitModel Modifier and Type Method Description booleanDisableB2BUnitAction. canPerform(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)booleanEnableB2BUnitAction. canPerform(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)booleanGenerateReportingSetAction. canPerform(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)java.lang.StringDisableB2BUnitAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)java.lang.StringEnableB2BUnitAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)java.lang.StringGenerateReportingSetAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)booleanDisableB2BUnitAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)booleanEnableB2BUnitAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)booleanGenerateReportingSetAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> arg0)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>DisableB2BUnitAction. perform(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>EnableB2BUnitAction. perform(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>GenerateReportingSetAction. perform(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx) -
Uses of B2BUnitModel in de.hybris.platform.b2bcommercefacades.company.converters.populators
Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators with parameters of type B2BUnitModel Modifier and Type Method Description protected B2BUnitDataB2BUnitPopulator. convertUnit(B2BUnitModel source)voidB2BUnitNodePopulator. populate(B2BUnitModel source, B2BUnitNodeData target)voidB2BUnitPopulator. populate(B2BUnitModel source, B2BUnitData target)voidB2BUnitReversePopulator. populate(B2BUnitData source, B2BUnitModel target)protected voidB2BUnitPopulator. populateAccountManagers(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitPopulator. populateAddresses(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitPopulator. populateAdministrators(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitPopulator. populateBudgets(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitNodePopulator. populateChildren(B2BUnitModel source, B2BUnitNodeData target)protected B2BUnitDataB2BUnitPopulator. populateChildUnits(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitPopulator. populateCostCenters(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitPopulator. populateCustomers(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitPopulator. populateManagers(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitNodePopulator. populateParent(B2BUnitModel source, B2BUnitNodeData target)protected voidB2BUnitPopulator. populateParentUnit(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitPopulator. populateUnit(B2BUnitModel source, B2BUnitData target)protected voidB2BUnitPopulator. populateUnitRelations(B2BUnitModel source, B2BUnitData target) -
Uses of B2BUnitModel in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected Converter<B2BUnitModel,B2BUnitData>DefaultB2BUnitFacade. getB2BUnitConverter()protected Converter<B2BUnitModel,B2BUnitData>DefaultB2BUserFacade. getB2BUnitConverter()protected Converter<B2BUnitData,B2BUnitModel>DefaultB2BUnitFacade. getB2BUnitReverseConverter()protected B2BUnitService<B2BUnitModel,UserModel>DefaultB2BUnitFacade. getB2BUnitService()protected Converter<B2BUnitModel,B2BUnitNodeData>DefaultB2BUnitFacade. getUnitTreeConverter()Method parameters in de.hybris.platform.b2bcommercefacades.company.impl with type arguments of type B2BUnitModel Modifier and Type Method Description voidDefaultB2BUnitFacade. setB2BUnitConverter(Converter<B2BUnitModel,B2BUnitData> b2bUnitConverter)voidDefaultB2BUserFacade. setB2BUnitConverter(Converter<B2BUnitModel,B2BUnitData> b2BUnitConverter)voidDefaultB2BUnitFacade. setB2BUnitReverseConverter(Converter<B2BUnitData,B2BUnitModel> b2BUnitReverseConverter)voidDefaultB2BUnitFacade. setB2BUnitService(B2BUnitService<B2BUnitModel,UserModel> b2bUnitService)voidDefaultB2BUnitFacade. setUnitTreeConverter(Converter<B2BUnitModel,B2BUnitNodeData> unitTreeConverter) -
Uses of B2BUnitModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return B2BUnitModel Modifier and Type Method Description B2BUnitModelAbstractOrderModel. getUnit()Generated method - Getter of theAbstractOrder.Unitattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.core.model.order with parameters of type B2BUnitModel Modifier and Type Method Description voidAbstractOrderModel. setUnit(B2BUnitModel value)Generated method - Setter ofAbstractOrder.Unitattribute defined at extensionb2bcommerce. -
Uses of B2BUnitModel in de.hybris.platform.sap.productconfig.b2bservices.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.b2bservices.strategies.lifecycle.impl that return types with arguments of type B2BUnitModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>PersistenceConfigurationLifecycleB2BStrategyImpl. getB2bUnitService()Constructor parameters in de.hybris.platform.sap.productconfig.b2bservices.strategies.lifecycle.impl with type arguments of type B2BUnitModel Constructor Description PersistenceConfigurationLifecycleB2BStrategyImpl(ConfigurationLifecycleStrategy configurationLifecycleStrategy, UserService userService, ProductConfigurationPersistenceService persistenceService, B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Constructor -
Uses of B2BUnitModel in de.hybris.platform.secureportaladdon.model
Methods in de.hybris.platform.secureportaladdon.model that return B2BUnitModel Modifier and Type Method Description B2BUnitModelB2BRegistrationModel. getDefaultB2BUnit()Generated method - Getter of theB2BRegistration.defaultB2BUnitattribute defined at extensionsecureportaladdon.Methods in de.hybris.platform.secureportaladdon.model with parameters of type B2BUnitModel Modifier and Type Method Description voidB2BRegistrationModel. setDefaultB2BUnit(B2BUnitModel value)Generated method - Setter ofB2BRegistration.defaultB2BUnitattribute defined at extensionsecureportaladdon.
-