Uses of Class
de.hybris.platform.b2b.model.B2BUnitModel
Packages that use B2BUnitModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.b2bacceleratorservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
-
Uses of B2BUnitModel in de.hybris.platform.b2b
Fields in de.hybris.platform.b2b with type parameters of type B2BUnitModelModifier and TypeFieldDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BIntegrationTest.b2bUnitService -
Uses of B2BUnitModel in de.hybris.platform.b2b.b2bunit
Methods in de.hybris.platform.b2b.b2bunit with parameters of type B2BUnitModelModifier and TypeMethodDescriptionDefaultB2BUnitIsRootDynamicAttributeHandler.get(B2BUnitModel b2BUnitModel) voidDefaultB2BUnitIsRootDynamicAttributeHandler.set(B2BUnitModel model, Boolean value) Method parameters in de.hybris.platform.b2b.b2bunit with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BUnitIsRootDynamicAttributeHandler.setB2bUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.b2b.company
Methods in de.hybris.platform.b2b.company with type parameters of type B2BUnitModelModifier and TypeMethodDescription<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(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 B2BUnitModelModifier and TypeMethodDescriptionB2BCommerceUnitService.getUnitForUid(String unitUid) Gets the unit for uid.Methods in de.hybris.platform.b2b.company that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionCollection<? extends B2BUnitModel>B2BCommerceUnitService.getAllowedParentUnits(B2BUnitModel unit) Gets all the allowed parent units for a givenB2BUnitModelCollection<? extends B2BUnitModel>B2BCommerceUnitService.getAllUnitsOfOrganization()Get all the units of a organization for current logged in userCollection<? extends B2BUnitModel>B2BCommerceUnitService.getBranch()A branch of business units based on the parent unit of the current session user.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 B2BUnitModelModifier and TypeMethodDescriptionvoidB2BCommerceUnitService.editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel) Save updatedAddressModelobject to a unitB2BCommerceUnitService.getAddressForCode(B2BUnitModel unit, String id) Gets aAddressModelobject for a given unitCollection<? 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 B2BUnitModelModifier and TypeMethodDescription<T extends B2BUnitModel>
TDefaultB2BCommerceUnitService.getParentUnit()<T extends B2BUnitModel>
TDefaultB2BCommerceUnitService.getParentUnit(B2BUnitModel unit) <T extends B2BUnitModel>
TDefaultB2BCommerceUserService.getParentUnitForCustomer(String uid) <T extends B2BUnitModel>
TDefaultB2BCommerceUnitService.getRootUnit()Methods in de.hybris.platform.b2b.company.impl that return B2BUnitModelMethods in de.hybris.platform.b2b.company.impl that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionCollection<? extends B2BUnitModel>DefaultB2BCommerceUnitService.getAllowedParentUnits(B2BUnitModel unit) Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService.getAllUnitsOfOrganization()DefaultB2BCommerceUnitService.getB2BUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel> DefaultB2BCommerceUserService.getB2BUnitService()Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService.getBranch()Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService.getOrganization()Methods in de.hybris.platform.b2b.company.impl with parameters of type B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BCommerceUnitService.editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel) DefaultB2BCommerceUnitService.getAddressForCode(B2BUnitModel unit, String id) 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 B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BCommerceUnitService.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 B2BUnitModelModifier and TypeMethodDescriptionB2BUnitDao.findB2BUnitMembersByGroup(B2BUnitModel unit, String userGroupId) Returns all member of the B2BUnit who are also member of the group with the userGroupId passed inB2BOrderDao.findOrdersApprovedForDateRangeByCurrency(B2BUnitModel unitModel, Date startDate, Date endDate, CurrencyModel currency) Find orders with aOrderStatus.APPROVEDstatus for b2b unit based on date range and currency.B2BOrderDao.findOrderTotalsByDateRangeAndCurrency(B2BUnitModel unitModel, Date startDate, Date endDate, CurrencyModel currency) Find order total for the b2b unit based on date range and converted into given currencyB2BOrderDao.findOrderTotalsForDateRangeByCurrency(B2BUnitModel unitModel, Date startDate, 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 B2BUnitModelModifier and TypeMethodDescriptionB2BCostCenterDao.findActiveCostCentersByBranchAndCurrency(Set<B2BUnitModel> branch, CurrencyModel currency) Returns list of activeB2BCostCenterModels associated with any B2BUnit in the set passed and having the matching currency.B2BUnitOrderDao.findBranchOrderByCode(String code, Set<B2BUnitModel> branchUnits, BaseStoreModel store) Find order for a specific code and a list of unit+subunits in the current session's active catalog versions.B2BUnitOrderDao.findBranchOrdersByStore(Set<B2BUnitModel> branchUnits, BaseStoreModel store, SolrSearchQueryData filters, OrderStatus[] status, PageableData pageableData) Finds orders for a list of units+subunits in the current session's active catalog versions For B2B users, information about the unit-subunit hierarchy is stored in a user session. -
Uses of B2BUnitModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return B2BUnitModelMethods in de.hybris.platform.b2b.dao.impl with parameters of type B2BUnitModelModifier and TypeMethodDescriptionB2BDaoTestUtils.createBudget(String code, String name, B2BUnitModel unit, BigDecimal budgetValue, B2BPeriodRange range) B2BDaoTestUtils.createCostCenter(boolean active, String code, String name, B2BUnitModel unit) B2BDaoTestUtils.createCustomer(String email, String name, B2BUnitModel unit, UserGroupModel group) protected B2BPermissionModelDefaultPagedB2BPermissionDaoIntegrationTest.createPermission(boolean active, String code, B2BUnitModel unit) B2BDaoTestUtils.createUserGroup(String name, B2BUnitModel unit) DefaultB2BUnitDao.findB2BUnitMembersByGroup(B2BUnitModel unit, String userGroupId) Finds member of b2bunit who are also in the group specified by userGroupIdDefaultB2BOrderDao.findOrdersApprovedForDateRangeByCurrency(B2BUnitModel unitModel, Date startDate, Date endDate, CurrencyModel currency) DefaultB2BOrderDao.findOrderTotalsByDateRangeAndCurrency(B2BUnitModel unitModel, Date startDate, Date endDate, CurrencyModel currency) DefaultB2BOrderDao.findOrderTotalsForDateRangeByCurrency(B2BUnitModel unitModel, Date startDate, 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 B2BUnitModelModifier and TypeMethodDescriptionDefaultB2BCostCenterDao.findActiveCostCentersByBranchAndCurrency(Set<B2BUnitModel> branch, CurrencyModel currency) Returns list of activeB2BCostCenterModels associated with any B2BUnit in the set passed and having the matching currency.DefaultB2BUnitOrderDao.findBranchOrderByCode(String code, Set<B2BUnitModel> branchUnits, BaseStoreModel store) DefaultB2BUnitOrderDao.findBranchOrdersByStore(Set<B2BUnitModel> branchUnits, BaseStoreModel store, SolrSearchQueryData filters, OrderStatus[] status, PageableData pageableData) -
Uses of B2BUnitModel in de.hybris.platform.b2b.interceptor
Fields in de.hybris.platform.b2b.interceptor with type parameters of type B2BUnitModelModifier and TypeFieldDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BUnitModelValidateInterceptorTest.b2bUnitServiceMethods in de.hybris.platform.b2b.interceptor that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BCustomerPrepareInterceptor.getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BUnitModelValidateInterceptor.getB2bUnitService()Methods in de.hybris.platform.b2b.interceptor with parameters of type B2BUnitModelModifier and TypeMethodDescriptionprotected booleanB2BCustomerPrepareInterceptor.isB2BUnitInGroupList(Set<PrincipalGroupModel> groups, B2BUnitModel parentUnit) protected voidB2BCustomerPrepareInterceptor.makeSureThatB2BUnitIsInGroups(B2BCustomerModel customer, B2BUnitModel parentUnit) Method check if B2BUnit is in groups for customer.voidB2BUnitPaymentTypesValidateInterceptor.onValidate(B2BUnitModel model, InterceptorContext ctx) Method parameters in de.hybris.platform.b2b.interceptor with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidB2BCustomerPrepareInterceptor.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 B2BUnitModelModifier and TypeMethodDescriptionprotected 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 B2BUnitModelModifier and TypeMethodDescriptionvoidAfterSessionCreationListener.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 B2BUnitModelModifier and TypeMethodDescriptionB2BCustomerModel.getDefaultB2BUnit()Generated method - Getter of theB2BCustomer.defaultB2BUnitattribute defined at extensionb2bcommerce.B2BRegistrationModel.getDefaultB2BUnit()Generated method - Getter of theB2BRegistration.defaultB2BUnitattribute defined at extensionb2bcommerce.B2BUnitModel.getReportingOrganization()Generated method - Getter of theB2BUnit.reportingOrganizationattribute defined at extensionb2bcommerce.B2BBudgetModel.getUnit()Generated method - Getter of theB2BBudget.Unitattribute defined at extensionb2bcommerce.B2BCostCenterModel.getUnit()Generated method - Getter of theB2BCostCenter.Unitattribute defined at extensionb2bcommerce.B2BPermissionModel.getUnit()Generated method - Getter of theB2BPermission.Unitattribute defined at extensionb2bapprovalprocess.B2BUserGroupModel.getUnit()Generated method - Getter of theB2BUserGroup.Unitattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionB2BCreditLimitModel.getUnit()Generated method - Getter of theB2BCreditLimit.Unitattribute defined at extensionb2bcommerce.B2BQuoteLimitModel.getUnit()Generated method - Getter of theB2BQuoteLimit.Unitattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model with parameters of type B2BUnitModelModifier and TypeMethodDescriptionvoidB2BCustomerModel.setDefaultB2BUnit(B2BUnitModel value) Generated method - Setter ofB2BCustomer.defaultB2BUnitattribute defined at extensionb2bcommerce.voidB2BRegistrationModel.setDefaultB2BUnit(B2BUnitModel value) Generated method - Setter ofB2BRegistration.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 B2BUnitModelModifier and TypeMethodDescriptionvoidB2BCreditLimitModel.setUnit(Collection<B2BUnitModel> value) Generated method - Setter ofB2BCreditLimit.Unitattribute defined at extensionb2bcommerce.voidB2BQuoteLimitModel.setUnit(Collection<B2BUnitModel> value) Generated method - Setter ofB2BQuoteLimit.Unitattribute defined at extensionb2bcommerce.Constructors in de.hybris.platform.b2b.model with parameters of type B2BUnitModelModifierConstructorDescriptionB2B2POEPermissionAModel(B2BUnitModel _Unit, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, String _code, CurrencyModel _currency, ItemModel _owner, 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, String _code, CurrencyModel _currency, 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, String _code, CurrencyModel _currency, B2BPeriodRange _range, 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, String _code, CurrencyModel _currency, ItemModel _owner, B2BPeriodRange _range, 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, 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, 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, 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, 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 B2BUnitModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> DefaultB2BCartFactory.getB2bUnitService()Method parameters in de.hybris.platform.b2b.order.impl with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BCartFactory.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 B2BUnitModelModifier and TypeMethodDescriptionInformAdmin.getB2bUnitService()Gets the b2b unit service.PerformMerchantCheck.getB2bUnitService()Method parameters in de.hybris.platform.b2b.process.approval.actions with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidInformAdmin.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 B2BUnitModelModifier and TypeMethodDescriptionB2BApprovalProcessService.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 B2BUnitModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> DefaultB2BApprovalProcessService.getB2bUnitService()Methods in de.hybris.platform.b2b.process.approval.services.impl with parameters of type B2BUnitModelModifier and TypeMethodDescriptionDefaultB2BApprovalProcessService.getApprovalProcessCodeForUnit(B2BUnitModel unit) Method parameters in de.hybris.platform.b2b.process.approval.services.impl with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BApprovalProcessService.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 B2BUnitModelModifier and TypeMethodDescriptionprotected B2BCustomerService<B2BCustomerModel,B2BUnitModel> B2BCustomerPunchOutCredentialMappingValidateInterceptor.getCustomerService()Method parameters in de.hybris.platform.b2b.punchout.interceptor with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidB2BCustomerPunchOutCredentialMappingValidateInterceptor.setCustomerService(B2BCustomerService<B2BCustomerModel, B2BUnitModel> customerService) -
Uses of B2BUnitModel in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionprotected B2BCustomerService<B2BCustomerModel,B2BUnitModel> DefaultPunchOutSessionService.getB2bCustomerService()Method parameters in de.hybris.platform.b2b.punchout.services.impl with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultPunchOutSessionService.setB2bCustomerService(B2BCustomerService<B2BCustomerModel, B2BUnitModel> b2bCustomerService) -
Uses of B2BUnitModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services with parameters of type B2BUnitModelModifier and TypeMethodDescriptionvoidB2BUnitService.disableUnit(B2BUnitModel unit) Disables a b2b unitvoidB2BUnitService.enableUnit(B2BUnitModel unit) Enables a b2b unitB2BCostCenterService.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)B2BCostCenterService.findCostCenters(B2BUnitModel unit, CurrencyModel currency) Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4B2BCostCenterService.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)B2BReportingService.findReportingSetForB2BUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BCostCenterService.getAvailableCurrencies(B2BUnitModel unit) Get available currencies based on a unit and cost centers associated to the unit.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.B2BReportingService.getReportingSetForB2BUnit(B2BUnitModel unit) Find reporting set for a b2b unit.B2BUnitService.getUsersOfUserGroup(B2BUnitModel unit, 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 B2BUnitB2BReportingService.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 B2BUnitModelModifier and TypeMethodDescriptionB2BUnitServiceProxy.findUnitByUid(String uid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.findUnitByUid(String uid) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BUnitServiceProxy.findUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.findUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BUnitServiceProxy.getParent(B2BCustomerModel employee) Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitServiceProxy.getParent(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getParent(B2BCustomerModel employee) DefaultB2BUnitService.getParent(B2BUnitModel unit) B2BUnitServiceProxy.getRootUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getRootUnit(B2BUnitModel unit) B2BUnitServiceProxy.getUnitForUid(String uid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getUnitForUid(String uid) B2BUnitServiceProxy.getUnitWithCreditLimit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getUnitWithCreditLimit(B2BUnitModel unit) Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionB2BUnitServiceProxy.getAllParents(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getAllParents(B2BUnitModel unit) B2BUnitServiceProxy.getAllUnitsOfOrganization(B2BCustomerModel customer) Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitServiceProxy.getAllUnitsOfOrganization(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getAllUnitsOfOrganization(B2BCustomerModel employee) 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 B2BCustomerService<B2BCustomerModel,B2BUnitModel> DefaultB2BUnitOrderService.getB2bCustomerService()protected Set<B2BUnitModel>DefaultB2BUnitService.getB2BHierarchyUnits(Set<B2BUnitModel> units) B2BUnitServiceProxy.getB2BUnits(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.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()protected B2BUnitService<B2BUnitModel,B2BCustomerModel> DefaultB2BUnitOrderService.getB2bUnitService()B2BUnitServiceProxy.getBranch(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getBranch(B2BUnitModel unit) protected 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 B2BUnitModelModifier and TypeMethodDescriptionvoidB2BUnitServiceProxy.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) B2BUnitServiceProxy.findAccountManagerForUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.findAccountManagerForUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BUnitServiceProxy.findApprovalProcessCodeForUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.findApprovalProcessCodeForUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BCostCenterService.findAvailableCurrencies(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BCostCenterService.findCostCenters(B2BUnitModel unit, CurrencyModel currency) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BCostCenterService.findCostCentersForUnitBranch(B2BUnitModel unit, CurrencyModel currency) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BReportingService.findReportingSetForB2BUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BUnitServiceProxy.findUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.findUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BUnitServiceProxy.getAccountManagerForUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getAccountManagerForUnit(B2BUnitModel unit) protected B2BCreditLimitModelDefaultB2BUnitService.getActiveCreditLimit(B2BUnitModel unit) B2BUnitServiceProxy.getAllParents(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getAllParents(B2BUnitModel unit) B2BUnitServiceProxy.getAllUnitsOfOrganization(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getAllUnitsOfOrganization(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.B2BUnitServiceProxy.getApprovalProcessCodeForUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getApprovalProcessCodeForUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.since 1905.protected Set<B2BCostCenterModel>DefaultB2BCostCenterService.getAvailableCostCentersByB2BUnitHierarchy(B2BUnitModel unit) Gets the available b2bCostCenters below the unit hierarchyDefaultB2BCostCenterService.getAvailableCurrencies(B2BUnitModel unit) B2BUnitServiceProxy.getB2BCustomers(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getB2BCustomers(B2BUnitModel unit) B2BUnitServiceProxy.getB2BUnits(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getB2BUnits(B2BUnitModel unit) B2BUnitServiceProxy.getBranch(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getBranch(B2BUnitModel unit) protected voidDefaultB2BUnitService.getBranch(B2BUnitModel parent, Set<B2BUnitModel> organizationSet) protected Set<B2BUnitModel>DefaultB2BUnitService.getBranchHierarchy(B2BUnitModel parent) DefaultB2BCostCenterService.getCostCentersForUnitBranch(B2BUnitModel unit, CurrencyModel currency) B2BUnitServiceProxy.getParent(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getParent(B2BUnitModel unit) DefaultB2BReportingService.getReportingSetForB2BUnit(B2BUnitModel unit) B2BUnitServiceProxy.getRootUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getRootUnit(B2BUnitModel unit) B2BUnitServiceProxy.getUnitWithCreditLimit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getUnitWithCreditLimit(B2BUnitModel unit) B2BUnitServiceProxy.getUsersOfUserGroup(B2BUnitModel unit, String userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitServiceProxy.getUsersOfUserGroup(B2BUnitModel unit, String userGroupId, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getUsersOfUserGroup(B2BUnitModel unit, String userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.DefaultB2BUnitService.getUsersOfUserGroup(B2BUnitModel unit, 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) DefaultB2BReportingService.setReportSetForUnit(B2BUnitModel unit) protected voidDefaultB2BUnitService.toggleBranch(B2BUnitModel unit, Boolean enable) Enables or disables a branch and it sibling typesB2BCostCenterModelB2BBudgetModelandB2BCustomerModelassigned to all units in the branch.protected voidDefaultB2BUnitService.toggleUnit(B2BUnitModel b2bUnitModel, 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 B2BUnitModelModifier and TypeMethodDescriptionprotected Set<B2BUnitModel>DefaultB2BUnitService.getB2BHierarchyUnits(Set<B2BUnitModel> units) protected voidDefaultB2BUnitService.getBranch(B2BUnitModel parent, Set<B2BUnitModel> organizationSet) B2BUnitServiceProxy.getCustomers(Set<B2BUnitModel> branch) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BUnitService.getCustomers(Set<B2BUnitModel> branch) voidDefaultB2BOrderService.setB2bCustomerService(B2BCustomerService<B2BCustomerModel, B2BUnitModel> b2bCustomerService) voidDefaultB2BUnitOrderService.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) voidDefaultB2BUnitOrderService.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 B2BUnitModelModifier and TypeFieldDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> DefaultB2BApprovalBusinessProcessStrategy.b2bUnitServiceMethods in de.hybris.platform.b2b.strategies.impl that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionprotected B2BCustomerService<B2BCustomerModel,B2BUnitModel> DefaultB2BPlaceOrderStrategy.getB2bCustomerService()Deprecated, for removal: This API element is subject to removal in a future version.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()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 B2BUnitModelModifier and TypeMethodDescriptionprotected B2BQuoteLimitModelDefaultB2BQuoteEvaluationStrategy.findQuoteLimitAssignedToUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.protected List<B2BCostCenterModel>DefaultB2BCreditLimitEvaluationStrategy.getCostCentersForUnitWithCreditLimit(B2BUnitModel unit, CurrencyModel currency) Method parameters in de.hybris.platform.b2b.strategies.impl with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BPlaceOrderStrategy.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 B2BUnitModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> StartWorkFlowForAdmin.getB2bUnitService()Method parameters in de.hybris.platform.b2bacceleratoraddon.actions with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidStartWorkFlowForAdmin.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 B2BUnitModelMethod parameters in de.hybris.platform.b2bacceleratoraddon.security.impl with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BUserGroupProvider.setB2BCustomerService(B2BCustomerService<B2BCustomerModel, B2BUnitModel> b2bCustomerService) -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorfacades.company
Methods in de.hybris.platform.b2bacceleratorfacades.company with parameters of type B2BUnitModelModifier and TypeMethodDescriptionB2BAccountSummaryFacade.getAmountBalance(B2BUnitModel unit) Gets the balance for a given B2B Unit. -
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 B2BUnitModelModifier and TypeMethodDescriptionDefaultB2BAccountSummaryFacade.getAccountSummaryInfoConverter()DefaultB2BAccountSummaryFacade.getB2bAmountBalanceConverter()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.Methods in de.hybris.platform.b2bacceleratorfacades.company.impl with parameters of type B2BUnitModelModifier and TypeMethodDescriptionDefaultB2BAccountSummaryFacade.getAmountBalance(B2BUnitModel unit) Method parameters in de.hybris.platform.b2bacceleratorfacades.company.impl with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BAccountSummaryFacade.setAccountSummaryInfoConverter(Converter<B2BUnitModel, AccountSummaryInfoData> accountSummaryInfoConverter) voidDefaultB2BAccountSummaryFacade.setB2bAmountBalanceConverter(Converter<B2BUnitModel, B2BAmountBalanceData> b2bAmountBalanceConverter) 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 B2BUnitModelModifier and TypeMethodDescriptionprotected 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 B2BUnitModelModifier and TypeMethodDescriptionvoidB2BUnitNodePopulator.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 B2BUnitModelModifier and TypeMethodDescriptionvoidB2BUnitNodePopulator.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.document.populators
Methods in de.hybris.platform.b2bacceleratorfacades.document.populators that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionAccountSummaryInfoPopulator.getB2bAmountBalanceConverter()AccountSummaryInfoPopulator.getB2bUnitConverter()Methods in de.hybris.platform.b2bacceleratorfacades.document.populators with parameters of type B2BUnitModelModifier and TypeMethodDescriptionvoidAccountSummaryInfoPopulator.populate(B2BUnitModel source, AccountSummaryInfoData target) voidB2BAmountBalancePopulator.populate(B2BUnitModel source, B2BAmountBalanceData target) protected voidAccountSummaryInfoPopulator.setAccountManagerDetails(B2BUnitModel b2bUnitModel, AccountSummaryInfoData target) Method parameters in de.hybris.platform.b2bacceleratorfacades.document.populators with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidAccountSummaryInfoPopulator.setB2bAmountBalanceConverter(Converter<B2BUnitModel, B2BAmountBalanceData> b2bAmountBalanceConverter) voidAccountSummaryInfoPopulator.setB2bUnitConverter(Converter<B2BUnitModel, B2BUnitData> b2bUnitConverter) -
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 B2BUnitModelModifier and TypeMethodDescriptionB2BOrderPopulator.getB2bUnitConverter()protected Converter<B2BUnitModel,B2BUnitData> B2BOrderHistoryPopulator.getB2BUnitConverter()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 B2BUnitModelModifier and TypeMethodDescriptionvoidB2BUnitPopulator.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 B2BUnitModelModifier and TypeMethodDescriptionvoidB2BOrderPopulator.setB2bUnitConverter(Converter<B2BUnitModel, B2BUnitData> b2bUnitConverter) voidB2BOrderHistoryPopulator.setB2BUnitConverter(Converter<B2BUnitModel, B2BUnitData> b2BUnitConverter) 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 B2BUnitModelModifier and TypeMethodDescriptionprotected 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 B2BUnitModelModifier and TypeMethodDescriptionvoidB2BCustomerPopulator.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 B2BUnitModelModifier and TypeMethodDescription<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 B2BUnitModelModifier and TypeMethodDescriptionCompanyB2BCommerceService.getUnitForUid(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 B2BUnitModelModifier and TypeMethodDescription<T extends B2BCustomerModel>
List<T>CompanyB2BCommerceService.getMembersOfUnitForUserGroup(B2BUnitModel unit, 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 groupB2BDocumentService.getOpenDocuments(B2BUnitModel unit) Return all open documents for a given B2B Unit.<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 B2BUnitModelModifier and TypeMethodDescription<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(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 B2BUnitModelModifier and TypeMethodDescriptionDefaultCompanyB2BCommerceService.getUnitForUid(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 B2BUnitModelModifier and TypeMethodDescriptionCollection<? extends B2BUnitModel>DefaultB2BCommerceUnitService.getAllowedParentUnits(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.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.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService.getBranch()Deprecated, for removal: This API element is subject to removal in a future version.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 B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BCommerceUnitService.editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUnitService.getAddressForCode(B2BUnitModel unit, String id) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends B2BUnitModel>DefaultB2BCommerceUnitService.getAllowedParentUnits(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.<T extends B2BCustomerModel>
List<T>DefaultCompanyB2BCommerceService.getMembersOfUnitForUserGroup(B2BUnitModel unit, String userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BDocumentService.getOpenDocuments(B2BUnitModel unit) <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 B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultCompanyB2BCommerceService.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.dao
Methods in de.hybris.platform.b2bacceleratorservices.dao with parameters of type B2BUnitModelModifier and TypeMethodDescriptionB2BDocumentDao.getOpenDocuments(B2BUnitModel unit) Gets all open documents for a given B2B Unit. -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorservices.dao.impl
Methods in de.hybris.platform.b2bacceleratorservices.dao.impl with parameters of type B2BUnitModel -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorservices.document
Fields in de.hybris.platform.b2bacceleratorservices.document with type parameters of type B2BUnitModelModifier and TypeFieldDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BIntegrationTest.b2bUnitService -
Uses of B2BUnitModel in de.hybris.platform.b2bacceleratorservices.model
Methods in de.hybris.platform.b2bacceleratorservices.model that return B2BUnitModelModifier and TypeMethodDescriptionB2BDocumentModel.getUnit()Generated method - Getter of theB2BDocument.unitattribute defined at extensionb2bacceleratorservices.Methods in de.hybris.platform.b2bacceleratorservices.model with parameters of type B2BUnitModelModifier and TypeMethodDescriptionvoidB2BDocumentModel.setUnit(B2BUnitModel value) Generated method - Setter ofB2BDocument.unitattribute defined at extensionb2bacceleratorservices.Constructors in de.hybris.platform.b2bacceleratorservices.model with parameters of type B2BUnitModelModifierConstructorDescriptionB2BDocumentModel(BigDecimal _amount, CurrencyModel _currency, 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(BigDecimal _amount, CurrencyModel _currency, 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.b2bacceleratorservices.strategies.impl
Methods in de.hybris.platform.b2bacceleratorservices.strategies.impl that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> DefaultB2BDeliveryAddressesLookupStrategy.getB2bUnitService()Method parameters in de.hybris.platform.b2bacceleratorservices.strategies.impl with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BDeliveryAddressesLookupStrategy.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 B2BUnitModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BPermissionsReversePopulator.getB2BUnitService()Methods in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators with parameters of type B2BUnitModelModifier and TypeMethodDescriptionvoidB2BUnitApprovalPopulator.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 B2BUnitModelModifier and TypeMethodDescriptionvoidB2BPermissionsReversePopulator.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 B2BUnitModelModifier and TypeMethodDescriptionprotected 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 B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BApproverFacade.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 B2BUnitModelModifier and TypeMethodDescriptionprotected booleanEnableB2BUnitAction.canActivate(B2BUnitModel b2bUnitModel) Checks if a parent b2bunit is activeMethod parameters in de.hybris.platform.b2bcommerce.backoffice.actions with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionbooleanDisableB2BUnitAction.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) DisableB2BUnitAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx) EnableB2BUnitAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx) GenerateReportingSetAction.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<Object>DisableB2BUnitAction.perform(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx) com.hybris.cockpitng.actions.ActionResult<Object>EnableB2BUnitAction.perform(com.hybris.cockpitng.actions.ActionContext<B2BUnitModel> ctx) com.hybris.cockpitng.actions.ActionResult<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 that return types with arguments of type B2BUnitModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BCostCenterReversePopulator.getB2bUnitService()protected B2BUnitService<B2BUnitModel,UserModel> B2BCustomerPopulator.getB2bUnitService()protected B2BUnitService<B2BUnitModel,UserModel> B2BUnitReversePopulator.getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BBudgetReversePopulator.getB2BUnitService()protected B2BUnitService<B2BUnitModel,UserModel> B2BCustomerReversePopulator.getB2BUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BUnitNodePopulator.getB2BUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BUnitPopulator.getB2BUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel> B2BUserPopulator.getB2BUnitService()protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> B2BUnitNodePopulator.getChildNodeConverter()protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> B2BUnitNodePopulator.lookupChildNodeConverter()Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators with parameters of type B2BUnitModelModifier and TypeMethodDescriptionprotected 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) Method parameters in de.hybris.platform.b2bcommercefacades.company.converters.populators with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidB2BCostCenterReversePopulator.setB2bUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2bUnitService) voidB2BCustomerPopulator.setB2bUnitService(B2BUnitService<B2BUnitModel, UserModel> b2bUnitService) voidB2BUnitReversePopulator.setB2bUnitService(B2BUnitService<B2BUnitModel, UserModel> b2bUnitService) voidB2BBudgetReversePopulator.setB2BUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2bUnitService) voidB2BCustomerReversePopulator.setB2BUnitService(B2BUnitService<B2BUnitModel, UserModel> b2BUnitService) voidB2BUnitNodePopulator.setB2BUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2BUnitService) voidB2BUnitPopulator.setB2BUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2BUnitService) voidB2BUserPopulator.setB2BUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2BUnitService) -
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 B2BUnitModelModifier and TypeMethodDescriptionprotected 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 B2BUnitModelModifier and TypeMethodDescriptionvoidDefaultB2BUnitFacade.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.b2bcommercefacades.interceptor
Methods in de.hybris.platform.b2bcommercefacades.interceptor that return types with arguments of type B2BUnitModelMethod parameters in de.hybris.platform.b2bcommercefacades.interceptor with type arguments of type B2BUnitModelModifier and TypeMethodDescriptionvoidB2BCustomerModelValidateInterceptor.setB2bUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2bUnitService) -
Uses of B2BUnitModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return B2BUnitModelModifier and TypeMethodDescriptionAbstractOrderModel.getUnit()Generated method - Getter of theAbstractOrder.Unitattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.core.model.order with parameters of type B2BUnitModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.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 B2BUnitModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> PersistenceConfigurationLifecycleB2BStrategyImpl.getB2bUnitService()Constructor parameters in de.hybris.platform.sap.productconfig.b2bservices.strategies.lifecycle.impl with type arguments of type B2BUnitModelModifierConstructorDescriptionPersistenceConfigurationLifecycleB2BStrategyImpl(ConfigurationLifecycleStrategy configurationLifecycleStrategy, UserService userService, ProductConfigurationPersistenceService persistenceService, B2BUnitService<B2BUnitModel, B2BCustomerModel> b2bUnitService) Constructor