Uses of Class
de.hybris.platform.b2b.model.B2BCustomerModel
-
-
Uses of B2BCustomerModel in de.hybris.platform.accountsummaryaddon
Fields in de.hybris.platform.accountsummaryaddon with type parameters of type B2BCustomerModel Modifier and Type Field Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BIntegrationTest. b2bUnitServiceMethods in de.hybris.platform.accountsummaryaddon that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelB2BIntegrationTest. login(java.lang.String userId)Sets the user in the session and updates the branch in session context. -
Uses of B2BCustomerModel in de.hybris.platform.b2b
Fields in de.hybris.platform.b2b with type parameters of type B2BCustomerModel Modifier and Type Field Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BIntegrationTest. b2bUnitServiceMethods in de.hybris.platform.b2b that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelB2BIntegrationTest. login(java.lang.String userId)Sets the user in the session and updates the branch in session context.Methods in de.hybris.platform.b2b with parameters of type B2BCustomerModel Modifier and Type Method Description protected voidB2BIntegrationTest. setDefaultCostCenterOnEntries(B2BCustomerModel user, CartModel cart) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.company
Methods in de.hybris.platform.b2b.company that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelB2BCommerceB2BUserGroupService. addMemberToUserGroup(java.lang.String userGroup, java.lang.String user)Gets updated customer, after adding customer to given user groupB2BCustomerModelB2BCommerceUserService. addUserRole(java.lang.String user, java.lang.String role)Add user role for a given user and return the updatedB2BCustomerModelobjectB2BCustomerModelB2BCommerceB2BUserGroupService. removeMemberFromUserGroup(java.lang.String userGroup, java.lang.String user)Gets updated customer, after removing customer from a given user groupB2BCustomerModelB2BCommerceUserService. removeUserRole(java.lang.String user, java.lang.String role)Remove user role for a given user and return the updatedB2BCustomerModelobjectMethods in de.hybris.platform.b2b.company that return types with arguments of type B2BCustomerModel Modifier and Type Method Description SearchPageData<B2BCustomerModel>B2BCommerceUserService. getPagedCustomers(PageableData pageableData)Gets list ofSearchPageDatafor pagination given the required pagination parameters withPageableDataSearchPageData<B2BCustomerModel>B2BCommerceUserService. getPagedCustomersByGroupMembership(PageableData pageableData, java.lang.String... userGroupUids)Gets list ofSearchPageDatafor pagination given the required pagination parameters withPageableDataSearchPageData<B2BCustomerModel>B2BCommerceUserService. getPagedCustomersBySearchTermAndGroupMembership(PageableData pageableData, java.lang.String searchTerm, java.lang.String... userGroupUids)Gets a pageable list of b2b customers that belong to the supplied groups.SearchPageData<B2BCustomerModel>B2BCommerceUnitService. getPagedUsersForUnit(PageableData pageableData, java.lang.String unit)Gets list ofSearchPageDataB2BCustomerModelfor a given unit for pagination provided with required pagination parameters withPageableDataMethods in de.hybris.platform.b2b.company with parameters of type B2BCustomerModel Modifier and Type Method Description java.util.Set<PrincipalGroupModel>B2BCommerceB2BUserGroupService. updateUserGroups(java.util.Collection<java.lang.String> userGroups, java.util.Collection<java.lang.String> roles, B2BCustomerModel customerModel)Gets updated collection of user groups -
Uses of B2BCustomerModel in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl with type parameters of type B2BCustomerModel Modifier and Type Method Description <T extends B2BCustomerModel>
TDefaultB2BCommerceUnitService. getCurrentUser()Methods in de.hybris.platform.b2b.company.impl that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelDefaultB2BCommerceB2BUserGroupService. addMemberToUserGroup(java.lang.String usergroup, java.lang.String user)B2BCustomerModelDefaultB2BCommerceUserService. addUserRole(java.lang.String user, java.lang.String role)B2BCustomerModelDefaultB2BCommerceB2BUserGroupService. removeMemberFromUserGroup(java.lang.String usergroup, java.lang.String user)B2BCustomerModelDefaultB2BCommerceUserService. removeUserRole(java.lang.String user, java.lang.String role)Methods in de.hybris.platform.b2b.company.impl with parameters of type B2BCustomerModel Modifier and Type Method Description protected voidDefaultB2BCommerceB2BUserGroupService. addMemberToUserGroup(B2BUserGroupModel usergroup, B2BCustomerModel user)protected voidDefaultB2BCommerceB2BUserGroupService. removeMemberFromUserGroup(B2BUserGroupModel usergroup, B2BCustomerModel user)java.util.Set<PrincipalGroupModel>DefaultB2BCommerceB2BUserGroupService. updateUserGroups(java.util.Collection<java.lang.String> availableUserGroups, java.util.Collection<java.lang.String> selectedUserGroups, B2BCustomerModel customerModel)Method parameters in de.hybris.platform.b2b.company.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description voidDefaultB2BCommercePermissionService. setB2bPermissionService(B2BPermissionService<B2BCustomerModel,B2BPermissionResultModel> b2bPermissionService)voidDefaultB2BCommerceUnitService. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BCommerceUserService. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidDefaultB2BCommerceUnitService. setPagedB2BCustomerDao(PagedB2BCustomerDao<B2BCustomerModel> pagedB2BCustomerDao)voidDefaultB2BCommerceUserService. setPagedB2BCustomerDao(PagedB2BCustomerDao<B2BCustomerModel> pagedB2BCustomerDao) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao that return types with arguments of type B2BCustomerModel 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 inSearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedApproversForUnitByGroupMembership(PageableData pageableData, java.lang.String unit, java.lang.String... userGroupId)Paged search to findB2BCustomerModelby B2BUnit or User Groups.SearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedCustomersByGroupMembership(PageableData pageableData, java.lang.String... userGroupId)Paged search to findB2BCustomerModelby User Group.SearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedCustomersBySearchTermAndGroupMembership(PageableData pageableData, java.lang.String searchTerm, java.lang.String... userGroupId)Paged search to findB2BCustomerModelby User Group.SearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedCustomersForUnit(PageableData pageableData, java.lang.String unit)aged search to findB2BCustomerModelby B2BUnit.SearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedCustomersForUnitByGroupMembership(PageableData pageableData, java.lang.String unit, java.lang.String... userGroupId)Paged search to findB2BCustomerModelby B2BUnit and User Groups. -
Uses of B2BCustomerModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelB2BDaoTestUtils. createCustomer(java.lang.String email, java.lang.String name, B2BUnitModel unit, UserGroupModel group)Methods in de.hybris.platform.b2b.dao.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. find(PageableData pageableData)java.util.List<B2BCustomerModel>DefaultB2BUnitDao. findB2BUnitMembersByGroup(B2BUnitModel unit, java.lang.String userGroupId)Finds member of b2bunit who are also in the group specified by userGroupIdSearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedApproversForUnitByGroupMembership(PageableData pageableData, java.lang.String unit, java.lang.String... userGroupid)SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedCustomersByGroupMembership(PageableData pageableData, java.lang.String... userGroupid)SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedCustomersBySearchTermAndGroupMembership(PageableData pageableData, java.lang.String searchTerm, java.lang.String... userGroupid)SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedCustomersForUnit(PageableData pageableData, java.lang.String unit)SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedCustomersForUnitByGroupMembership(PageableData pageableData, java.lang.String unit, java.lang.String... userGroupid) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.interceptor
Fields in de.hybris.platform.b2b.interceptor with type parameters of type B2BCustomerModel Modifier and Type Field Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUnitModelValidateInterceptorTest. b2bUnitServiceMethods in de.hybris.platform.b2b.interceptor that return types with arguments of type B2BCustomerModel 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 B2BCustomerModel Modifier and Type Method Description 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 B2BCustomerModel 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 B2BCustomerModel in de.hybris.platform.b2b.listeners
Methods in de.hybris.platform.b2b.listeners that return types with arguments of type B2BCustomerModel 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 B2BCustomerModel 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 B2BCustomerModel in de.hybris.platform.b2b.mock
Methods in de.hybris.platform.b2b.mock with parameters of type B2BCustomerModel Modifier and Type Method Description org.apache.commons.mail.HtmlEmailMockB2BEmailService. createOrderApprovalEmail(java.lang.String emailTemplateCode, OrderModel order, B2BCustomerModel user, javax.mail.internet.InternetAddress from, java.lang.String subject)org.apache.commons.mail.HtmlEmailMockB2BEmailService. createOrderRejectionEmail(java.lang.String emailTemplateCode, OrderModel order, B2BCustomerModel user, javax.mail.internet.InternetAddress from, java.lang.String subject) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelB2BPermissionResultModel. getApprover()Generated method - Getter of theB2BPermissionResult.approverattribute defined at extensionb2bapprovalprocess.Methods in de.hybris.platform.b2b.model that return types with arguments of type B2BCustomerModel Modifier and Type Method Description java.util.Set<B2BCustomerModel>B2BCustomerModel. getApprovers()Generated method - Getter of theB2BCustomer.Approversattribute defined at extensionb2bapprovalprocess.java.util.Set<B2BCustomerModel>B2BUnitModel. getApprovers()Generated method - Getter of theB2BUnit.Approversattribute defined at extensionb2bapprovalprocess.java.util.Collection<B2BCustomerModel>B2BPermissionModel. getCustomers()Generated method - Getter of theB2BPermission.Customersattribute defined at extensionb2bapprovalprocess.Methods in de.hybris.platform.b2b.model with parameters of type B2BCustomerModel Modifier and Type Method Description voidB2BPermissionResultModel. setApprover(B2BCustomerModel value)Generated method - Setter ofB2BPermissionResult.approverattribute defined at extensionb2bapprovalprocess.Method parameters in de.hybris.platform.b2b.model with type arguments of type B2BCustomerModel Modifier and Type Method Description voidB2BCustomerModel. setApprovers(java.util.Set<B2BCustomerModel> value)Generated method - Setter ofB2BCustomer.Approversattribute defined at extensionb2bapprovalprocess.voidB2BUnitModel. setApprovers(java.util.Set<B2BCustomerModel> value)Generated method - Setter ofB2BUnit.Approversattribute defined at extensionb2bapprovalprocess.voidB2BPermissionModel. setCustomers(java.util.Collection<B2BCustomerModel> value)Generated method - Setter ofB2BPermission.Customersattribute defined at extensionb2bapprovalprocess. -
Uses of B2BCustomerModel in de.hybris.platform.b2b.order.impl
Methods in de.hybris.platform.b2b.order.impl that return types with arguments of type B2BCustomerModel 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 B2BCustomerModel Modifier and Type Method Description voidDefaultB2BCartFactory. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions that return types with arguments of type B2BCustomerModel Modifier and Type Method Description java.util.List<B2BCustomerModel>B2BPermissionResultHelper. getApproversWithPermissionStatus(java.util.Collection<B2BPermissionResultModel> result, PermissionStatus status)Gets the approvers with a specific permission status.java.util.List<B2BCustomerModel>B2BPermissionResultHelperImpl. getApproversWithPermissionStatus(java.util.Collection<B2BPermissionResultModel> result, PermissionStatus status)protected B2BApproverService<B2BCustomerModel>Find2POEApprovers. getB2bApproverService()B2BApproverService<B2BCustomerModel>PerformMerchantCheck. getB2bApproverService()B2BUnitService<B2BUnitModel,B2BCustomerModel>InformAdmin. getB2bUnitService()Gets the b2b unit service.B2BUnitService<B2BUnitModel,B2BCustomerModel>PerformMerchantCheck. getB2bUnitService()Methods in de.hybris.platform.b2b.process.approval.actions with parameters of type B2BCustomerModel Modifier and Type Method Description protected java.util.Set<B2BPermissionModel>Find2POEApprovers. getAllPermissions(B2BCustomerModel b2bCustomerModel)protected java.util.CollectionFind2POEApprovers. getPermissionResults(OrderModel order, java.util.Collection<B2BPermissionResultModel> openPermissionsForOrder, B2BCustomerModel employee)Method parameters in de.hybris.platform.b2b.process.approval.actions with type arguments of type B2BCustomerModel Modifier and Type Method Description voidFind2POEApprovers. setB2bApproverService(B2BApproverService<B2BCustomerModel> b2bApproverService)voidPerformMerchantCheck. setB2bApproverService(B2BApproverService<B2BCustomerModel> b2bApproverService)voidInformAdmin. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Sets the b2b unit service.voidPerformMerchantCheck. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.process.approval.services.impl
Methods in de.hybris.platform.b2b.process.approval.services.impl that return B2BCustomerModel Modifier and Type Method Description protected B2BCustomerModelDefaultB2BApprovalProcessServiceIntegrationTest. login(java.lang.String userId)Methods in de.hybris.platform.b2b.process.approval.services.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>DefaultB2BApprovalProcessService. getB2bUnitService()Method parameters in de.hybris.platform.b2b.process.approval.services.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description voidDefaultB2BApprovalProcessService. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.punchout.interceptor
Methods in de.hybris.platform.b2b.punchout.interceptor that return types with arguments of type B2BCustomerModel Modifier and Type Method Description B2BCustomerService<B2BCustomerModel,B2BUnitModel>B2BCustomerPunchOutCredentialMappingValidateInterceptor. getCustomerService()Method parameters in de.hybris.platform.b2b.punchout.interceptor with type arguments of type B2BCustomerModel Modifier and Type Method Description voidB2BCustomerPunchOutCredentialMappingValidateInterceptor. setCustomerService(B2BCustomerService<B2BCustomerModel,B2BUnitModel> customerService) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.punchout.model
Methods in de.hybris.platform.b2b.punchout.model that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelB2BCustomerPunchOutCredentialMappingModel. getB2bCustomer()Generated method - Getter of theB2BCustomerPunchOutCredentialMapping.b2bCustomerattribute defined at extensionb2bpunchout.Methods in de.hybris.platform.b2b.punchout.model with parameters of type B2BCustomerModel Modifier and Type Method Description voidB2BCustomerPunchOutCredentialMappingModel. setB2bCustomer(B2BCustomerModel value)Generated method - Setter ofB2BCustomerPunchOutCredentialMapping.b2bCustomerattribute defined at extensionb2bpunchout.Constructors in de.hybris.platform.b2b.punchout.model with parameters of type B2BCustomerModel Constructor Description B2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer, java.util.Set<PunchOutCredentialModel> _credentials)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer, java.util.Set<PunchOutCredentialModel> _credentials, 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 parameters -
Uses of B2BCustomerModel in de.hybris.platform.b2b.punchout.services
Methods in de.hybris.platform.b2b.punchout.services that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelPunchOutCredentialService. getCustomerForCredential(Credential credential)Get the first validB2BCustomerModelthat is mapped for one of the pair domain and identity contained in the credential and validate the shared secret.B2BCustomerModelPunchOutCredentialService. getCustomerForCredentialNoAuth(Credential credential)Get the first validB2BCustomerModelthat is mapped for one of the pair domain and identity contained in the credential without validating the shared secret. -
Uses of B2BCustomerModel in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelDefaultPunchOutCredentialService. getCustomerForCredential(Credential credential)protected B2BCustomerModelDefaultPunchOutCredentialService. getCustomerForCredential(Credential credential, boolean verifySharedSecret)B2BCustomerModelDefaultPunchOutCredentialService. getCustomerForCredentialNoAuth(Credential credential) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelB2BApproverService. addApproverToCustomer(java.lang.String user, java.lang.String approver)Add an approver for a given user and return the updatedB2BCustomerModelobject updated with approver detailsB2BCustomerModelB2BApproverService. addApproverToUnit(java.lang.String unitId, java.lang.String approverId)Add approver to given unitB2BCustomerModelB2BItemService. findB2BCustomerByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BCustomerModelB2BApproverService. removeApproverFromCustomer(java.lang.String user, java.lang.String approver)Remove an approver for a given user and return the updatedB2BCustomerModelobject updated with approver detailsB2BCustomerModelB2BApproverService. removeApproverFromUnit(java.lang.String unitUid, java.lang.String approverUid)If an approver is a member of the B2BUnit remove b2bapprovergroup role, if the approver is a member of the current branch of units the approver will be removed fromB2BUnitModel.getApprovers()relationshipMethods in de.hybris.platform.b2b.services that return types with arguments of type B2BCustomerModel Modifier and Type Method Description java.util.Set<B2BCustomerModel>B2BItemService. findAllApprovers()Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.SearchPageData<B2BCustomerModel>B2BApproverService. findPagedApproversForUnitByGroupMembership(PageableData pageableData, java.lang.String unitUid, java.lang.String... userGroupUid)Gets list ofSearchPageDataB2BCustomerModelprovided with required pagination parameters withPageableDatajava.util.Collection<B2BCustomerModel>B2BUnitService. getUsersOfUserGroup(B2BUnitModel unit, java.lang.String userGroupId, boolean recursive)Gets all members from the unit who belong to specified User GroupMethods in de.hybris.platform.b2b.services with parameters of type B2BCustomerModel Modifier and Type Method Description org.apache.commons.mail.HtmlEmailB2BEmailService. createOrderApprovalEmail(java.lang.String emailTemplateCode, OrderModel order, B2BCustomerModel user, javax.mail.internet.InternetAddress from, java.lang.String subject)Creates an Approval email to be sent to the B2BCustomer.org.apache.commons.mail.HtmlEmailB2BEmailService. createOrderRejectionEmail(java.lang.String emailTemplateCode, OrderModel order, B2BCustomerModel user, javax.mail.internet.InternetAddress from, java.lang.String subject)Creates a Rejection email to be sent to the B2BCustomer.java.util.Set<B2BMerchantCheckResultModel>B2BMerchantCheckService. evaluateMerchantChecks(AbstractOrderModel order, B2BCustomerModel customer)Evaluates the order for a customer to determine the merchant checks such as credit limits, order thresholds, budget limits.java.util.List<T>B2BApproverService. getAllActiveApprovers(B2BCustomerModel principal)Gets all the active approvers for a given customerjava.util.Set<T>B2BUnitService. getAllUnitsOfOrganization(B2BCustomerModel customer)Retrieves all units of an organization thecustomerbelongs too.TB2BUnitService. getParent(B2BCustomerModel employee)Gets the parent unit of a user.voidB2BUnitService. setCurrentUnit(B2BCustomerModel customer, B2BUnitModel unit)Assigns a default unit for a customer who may be a member of multiple units. -
Uses of B2BCustomerModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelDefaultB2BApproverService. addApproverToCustomer(java.lang.String user, java.lang.String approver)B2BCustomerModelDefaultB2BApproverService. addApproverToUnit(java.lang.String unitUid, java.lang.String approverUid)B2BCustomerModelDefaultB2BItemService. findB2BCustomerByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BCustomerModelDefaultB2BCustomerService. getCurrentB2BCustomer()B2BCustomerModelDefaultB2BCustomerService. getUserForUID(java.lang.String userId)B2BCustomerModelDefaultB2BApproverService. removeApproverFromCustomer(java.lang.String user, java.lang.String approver)B2BCustomerModelDefaultB2BApproverService. removeApproverFromUnit(java.lang.String unitUid, java.lang.String approverUid)Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description java.util.Set<B2BCustomerModel>DefaultB2BItemService. findAllApprovers()Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.SearchPageData<B2BCustomerModel>DefaultB2BApproverService. findPagedApproversForUnitByGroupMembership(PageableData pageableData, java.lang.String unitUid, java.lang.String... usergroupUid)java.util.List<B2BCustomerModel>DefaultB2BApproverService. getAllActiveApprovers(B2BCustomerModel principal)java.util.List<B2BCustomerModel>DefaultB2BApproverService. getAllApprovers(B2BCustomerModel principal)java.util.List<B2BCustomerModel>DefaultB2BCustomerService. getAllUsers()protected B2BApproverService<B2BCustomerModel>DefaultB2BEscalationService. getB2bApproverService()protected B2BApproverService<B2BCustomerModel>DefaultB2BPermissionService. getB2bApproverService()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)protected B2BCustomerService<B2BCustomerModel,B2BUnitModel>DefaultB2BOrderService. getB2bCustomerService()protected B2BPermissionService<B2BCustomerModel,B2BPermissionResultModel>DefaultB2BEscalationService. getB2bPermissionService()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<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)protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUnitServiceProxy. getDefaultB2BUnitService()Deprecated, for removal: This API element is subject to removal in a future version.java.util.Map<B2BCustomerModel,B2BPermissionResultModel>DefaultB2BPermissionService. getEligableApprovers(OrderModel order)protected java.util.Set<PermissionEvaluateStrategy<B2BPermissionResultModel,AbstractOrderModel,B2BCustomerModel>>DefaultB2BPermissionService. getEvaluateStrategies()protected java.util.List<B2BCustomerModel>DefaultB2BApproverService. getImmediateApprovers(PrincipalModel principal)Gets the immediate approvers for either a B2BCustomer or B2BUnit (the principal) which also includes the members of the principal's approver groups.protected PagedB2BCustomerDao<B2BCustomerModel>DefaultB2BApproverService. getPagedB2BCustomerDao()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)Methods in de.hybris.platform.b2b.services.impl with parameters of type B2BCustomerModel Modifier and Type Method Description org.apache.commons.mail.HtmlEmailDefaultB2BEmailService. createOrderApprovalEmail(java.lang.String emailTemplateCode, OrderModel order, B2BCustomerModel user, javax.mail.internet.InternetAddress from, java.lang.String subject)org.apache.commons.mail.HtmlEmailDefaultB2BEmailService. createOrderRejectionEmail(java.lang.String emailTemplateCode, OrderModel order, B2BCustomerModel user, javax.mail.internet.InternetAddress from, java.lang.String subject)java.util.Set<B2BMerchantCheckResultModel>DefaultB2BMerchantCheckService. evaluateMerchantChecks(AbstractOrderModel order, B2BCustomerModel customer)java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. evaluatePermissions(AbstractOrderModel order, B2BCustomerModel employee, java.util.List<java.lang.Class<? extends B2BPermissionModel>> permissionTypes)java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. findApproversForOpenPermissions(AbstractOrderModel order, B2BCustomerModel employee, java.util.Collection<B2BPermissionResultModel> openPermissions)Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byDefaultB2BPermissionService.getApproversForOpenPermissions(AbstractOrderModel, B2BCustomerModel, Collection)java.util.List<B2BCostCenterModel>DefaultB2BCostCenterService. findCostCentersForUnitBranch(B2BCustomerModel employee, CurrencyModel currency)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.java.util.List<B2BCustomerModel>DefaultB2BApproverService. getAllActiveApprovers(B2BCustomerModel principal)java.util.List<B2BCustomerModel>DefaultB2BApproverService. getAllApprovers(B2BCustomerModel principal)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>DefaultB2BUnitService. getAllUnitsOfOrganization(B2BCustomerModel employee)java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. getApproversForOpenPermissions(AbstractOrderModel order, B2BCustomerModel employee, java.util.Collection<B2BPermissionResultModel> openPermissions)java.util.List<B2BCostCenterModel>DefaultB2BCostCenterService. getCostCentersForUnitBranch(B2BCustomerModel employee, CurrencyModel currency)java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. getOpenPermissonsForApprovers(AbstractOrderModel order, B2BCustomerModel employee, java.util.Collection<B2BPermissionResultModel> openPermissions, java.util.List<B2BCustomerModel> allApprovers)Get open permissions for approversB2BUnitModelB2BUnitServiceProxy. getParent(B2BCustomerModel employee)Deprecated, for removal: This API element is subject to removal in a future version.B2BUnitModelDefaultB2BUnitService. getParent(B2BCustomerModel employee)protected java.lang.StringDefaultB2BPermissionService. permissionResultListToString(B2BCustomerModel customer, java.util.Set<B2BPermissionResultModel> approverPermissions)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)Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. getOpenPermissonsForApprovers(AbstractOrderModel order, B2BCustomerModel employee, java.util.Collection<B2BPermissionResultModel> openPermissions, java.util.List<B2BCustomerModel> allApprovers)Get open permissions for approversprotected java.lang.StringDefaultB2BApproverService. principalListToUidString(java.util.List<B2BCustomerModel> allApprovers)Gets the id's for a list of approvers.protected java.lang.StringDefaultB2BEscalationService. principalListToUidString(java.util.List<B2BCustomerModel> allApprovers)voidDefaultB2BEscalationService. setB2bApproverService(B2BApproverService<B2BCustomerModel> b2bApproverService)voidDefaultB2BPermissionService. setB2bApproverService(B2BApproverService<B2BCustomerModel> b2bApproverService)voidDefaultB2BOrderService. setB2bCustomerService(B2BCustomerService<B2BCustomerModel,B2BUnitModel> b2bCustomerService)voidDefaultB2BEscalationService. setB2bPermissionService(B2BPermissionService<B2BCustomerModel,B2BPermissionResultModel> b2bPermissionService)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.voidDefaultB2BMerchantCheckService. setEvaluateStrategies(java.util.Set<EvaluateStrategy<B2BMerchantCheckResultModel,AbstractOrderModel,B2BCustomerModel>> evaluateStrategies)voidDefaultB2BPermissionService. setEvaluateStrategies(java.util.Set<PermissionEvaluateStrategy<B2BPermissionResultModel,AbstractOrderModel,B2BCustomerModel>> evaluateStrategies)voidDefaultB2BApproverService. setPagedB2BCustomerDao(PagedB2BCustomerDao<B2BCustomerModel> pagedB2BCustomerDao) -
Uses of B2BCustomerModel in de.hybris.platform.b2b.strategies.impl
Fields in de.hybris.platform.b2b.strategies.impl with type parameters of type B2BCustomerModel 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 B2BCustomerModel Modifier and Type Method Description protected B2BBudgetService<B2BBudgetModel,B2BCustomerModel>DefaultB2BBudgetExceededEvaluationStrategy. getB2BBudgetService()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 B2BCustomerModel Modifier and Type Method Description B2BPermissionResultModelB2B2POEPermissionEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel employee)B2BPermissionResultModelDefaultB2BBudgetExceededEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel employee)1) Check if order would exceed budget of cost center 1.1) If it doesn't, fine, set permissionresult for this type to approved and exit 1.2) If it does, continue with 2 2) Check if user has BudgetExceeded permission 2.1) If he doesn't, continue with 3 2.2) If he does, fine, set permission result for this type to approved and exit 3) Set PermissionResult to Open and later processing has to find approverjava.util.Set<B2BMerchantCheckResultModel>DefaultB2BCreditLimitEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel customer)B2BPermissionResultModelDefaultB2BOrderThresholdEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel employee)B2BPermissionResultModelDefaultB2BOrderThresholdTimespanEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel employee)java.util.Set<P>AbstractPermissionEvaluationStrategy. getPermissions(B2BCustomerModel customer)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.abstract java.util.Set<M>AbstractEvaluationStrategy. getTypesToEvaluate(B2BCustomerModel customer, AbstractOrderModel order)java.util.Set<P>AbstractPermissionEvaluationStrategy. getTypesToEvaluate(B2BCustomerModel user, AbstractOrderModel order)java.util.Set<B2BPermissionModel>B2B2POEPermissionEvaluationStrategy. getTypesToEvaluate(B2BCustomerModel user, AbstractOrderModel order)java.util.Set<B2BCreditLimitModel>DefaultB2BCreditLimitEvaluationStrategy. getTypesToEvaluate(B2BCustomerModel customer, AbstractOrderModel order)Method parameters in de.hybris.platform.b2b.strategies.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description voidDefaultB2BBudgetExceededEvaluationStrategy. setB2BBudgetService(B2BBudgetService<B2BBudgetModel,B2BCustomerModel> b2BBudgetService)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 B2BCustomerModel in de.hybris.platform.b2bacceleratoraddon.actions
Methods in de.hybris.platform.b2bacceleratoraddon.actions that return B2BCustomerModel Modifier and Type Method Description protected B2BCustomerModelStartWorkFlowForAdmin. findB2BAdministratorForCustomer(B2BCustomerModel customer)Methods in de.hybris.platform.b2bacceleratoraddon.actions that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,B2BCustomerModel>StartWorkFlowForAdmin. getB2bUnitService()Methods in de.hybris.platform.b2bacceleratoraddon.actions with parameters of type B2BCustomerModel Modifier and Type Method Description protected voidStartWorkFlowForAdmin. assignToGroup(B2BCustomerModel admin, UserGroupModel userGroup)protected WorkflowModelStartWorkFlowForAdmin. createAndStartWorkflow(B2BApprovalProcessModel process, B2BCustomerModel admin)protected B2BCustomerModelStartWorkFlowForAdmin. findB2BAdministratorForCustomer(B2BCustomerModel customer)Method parameters in de.hybris.platform.b2bacceleratoraddon.actions with type arguments of type B2BCustomerModel Modifier and Type Method Description voidStartWorkFlowForAdmin. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratoraddon.security.impl
Methods in de.hybris.platform.b2bacceleratoraddon.security.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description B2BCustomerService<B2BCustomerModel,B2BUnitModel>DefaultB2BUserGroupProvider. getB2BCustomerService()Method parameters in de.hybris.platform.b2bacceleratoraddon.security.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description voidDefaultB2BUserGroupProvider. setB2BCustomerService(B2BCustomerService<B2BCustomerModel,B2BUnitModel> b2bCustomerService) -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected B2BApproverService<B2BCustomerModel>DefaultCompanyB2BCommerceFacade. getB2BApproverService()Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<B2BCustomerModel,CustomerData>DefaultCompanyB2BCommerceFacade. getB2BCustomerConverter()Deprecated, for removal: This API element is subject to removal in a future version.protected Populator<CustomerData,B2BCustomerModel>DefaultCompanyB2BCommerceFacade. getB2BCustomerReversePopulator()Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<B2BCustomerModel,CustomerData>DefaultCompanyB2BCommerceFacade. getB2BUserConverter()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 B2BCustomerModel Modifier and Type Method Description protected B2BSelectionDataDefaultCompanyB2BCommerceFacade. populateRolesForCustomer(B2BCustomerModel customerModel, B2BSelectionData b2BSelectionData)Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.Method parameters in de.hybris.platform.b2bacceleratorfacades.company.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description voidDefaultCompanyB2BCommerceFacade. setB2BApproverService(B2BApproverService<B2BCustomerModel> b2bApproverService)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceFacade. setB2BCustomerConverter(Converter<B2BCustomerModel,CustomerData> b2bCustomerConverter)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceFacade. setB2BCustomerReversePopulator(Populator<CustomerData,B2BCustomerModel> b2BCustomerReversePopulator)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceFacade. setB2BUserConverter(Converter<B2BCustomerModel,CustomerData> b2BUserConverter)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratorfacades.company.populators
Methods in de.hybris.platform.b2bacceleratorfacades.company.populators that return types with arguments of type B2BCustomerModel 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.Methods in de.hybris.platform.b2bacceleratorfacades.company.populators with parameters of type B2BCustomerModel Modifier and Type Method Description voidB2BUserPopulator. populate(B2BCustomerModel b2BCustomerModel, CustomerData userData)Deprecated, for removal: This API element is subject to removal in a future version.protected voidB2BUserPopulator. populateRoles(B2BCustomerModel source, CustomerData target)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 B2BCustomerModel 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 B2BCustomerModel in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected B2BCostCenterService<B2BCostCenterModel,B2BCustomerModel>DefaultB2BCostCenterFacade. getB2bCostCenterService()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description voidDefaultB2BCostCenterFacade. setB2bCostCenterService(B2BCostCenterService<B2BCostCenterModel,B2BCustomerModel> b2BCostCenterService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected B2BCostCenterService<B2BCostCenterModel,B2BCustomerModel>DefaultB2BCheckoutFacade. getB2bCostCenterService()protected B2BCostCenterService<B2BCostCenterModel,B2BCustomerModel>DefaultCheckoutFacade. getB2bCostCenterService()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.order.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description voidDefaultB2BCheckoutFacade. setB2bCostCenterService(B2BCostCenterService<B2BCostCenterModel,B2BCustomerModel> b2bCostCenterService)voidDefaultCheckoutFacade. setB2bCostCenterService(B2BCostCenterService<B2BCostCenterModel,B2BCustomerModel> b2bCostCenterService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected Converter<B2BCustomerModel,CustomerData>B2BUnitPopulator. getB2BCustomerConverter()Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<B2BCustomerModel,CustomerData>B2BOrderHistoryEntryDataPopulator. getB2bCustomerDataConverter()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 B2BCustomerModel Modifier and Type Method Description voidB2BCustomerReversePopulator. populate(CustomerData source, B2BCustomerModel target)Deprecated, for removal: This API element is subject to removal in a future version.voidB2BUserGroupEditPermissionsPopulator. populate(B2BCustomerModel source, CustomerData target)Deprecated, for removal: This API element is subject to removal in a future version.protected voidB2BCustomerReversePopulator. setUid(CustomerData source, B2BCustomerModel 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 B2BCustomerModel Modifier and Type Method Description voidB2BUnitPopulator. setB2BCustomerConverter(Converter<B2BCustomerModel,CustomerData> b2BCustomerConverter)Deprecated, for removal: This API element is subject to removal in a future version.voidB2BOrderHistoryEntryDataPopulator. setB2bCustomerDataConverter(Converter<B2BCustomerModel,CustomerData> b2bCustomerDataConverter)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 B2BCustomerModel in de.hybris.platform.b2bacceleratorfacades.user.populators
Methods in de.hybris.platform.b2bacceleratorfacades.user.populators with parameters of type B2BCustomerModel Modifier and Type Method Description protected CustomerDataB2BCustomerPopulator. populateApprovers(B2BCustomerModel source, CustomerData target)Deprecated, for removal: This API element is subject to removal in a future version.protected voidB2BCustomerPopulator. populatePermissionGroups(B2BCustomerModel source, CustomerData target)Deprecated, for removal: This API element is subject to removal in a future version.protected voidB2BCustomerPopulator. populateRoles(B2BCustomerModel source, CustomerData target)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratorservices.company
Methods in de.hybris.platform.b2bacceleratorservices.company with type parameters of type B2BCustomerModel Modifier and Type Method Description <T extends B2BCustomerModel>
TCompanyB2BCommerceService. getCurrentUser()Deprecated, for removal: This API element is subject to removal in a future version.Gets a current session user as aB2BCustomerModel<T extends B2BCustomerModel>
TB2BCommerceUnitService. getCustomerForUid(java.lang.String uid)Deprecated, for removal: This API element is subject to removal in a future version.Gets a customer for a given uid<T extends B2BCustomerModel>
TCompanyB2BCommerceService. getCustomerForUid(java.lang.String uid)Deprecated, for removal: This API element is subject to removal in a future version.Gets a customer for the given uid<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 groupMethods in de.hybris.platform.b2bacceleratorservices.company that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelB2BCommerceUserService. addApproverToCustomer(java.lang.String user, java.lang.String approver)Deprecated, for removal: This API element is subject to removal in a future version.Add an approver for a given user and return the updatedB2BCustomerModelobject updated with approver detailsB2BCustomerModelB2BCommerceUnitService. addApproverToUnit(java.lang.String unitId, java.lang.String approverId)Deprecated, for removal: This API element is subject to removal in a future version.Add approver to given unitB2BCustomerModelB2BCommerceUserService. removeApproverFromCustomer(java.lang.String user, java.lang.String approver)Deprecated, for removal: This API element is subject to removal in a future version.Remove an approver for a given user and return the updatedB2BCustomerModelobject updated with approver detailsB2BCustomerModelB2BCommerceUnitService. removeApproverFromUnit(java.lang.String unitUid, java.lang.String approverUid)Deprecated, for removal: This API element is subject to removal in a future version.If an approver is a member of the B2BUnit remove b2bapprovergroup role, if the approver is a member of the current branch of units the approver will be removed fromB2BUnitModel.getApprovers()relationshipMethods in de.hybris.platform.b2bacceleratorservices.company that return types with arguments of type B2BCustomerModel Modifier and Type Method Description SearchPageData<B2BCustomerModel>B2BCommerceUnitService. findPagedApproversForUnitByGroupMembership(PageableData pageableData, java.lang.String unitUid, java.lang.String... userGroupUid)Deprecated, for removal: This API element is subject to removal in a future version.Gets list ofSearchPageDataB2BCustomerModelprovided with required pagination parameters withPageableDataSearchPageData<B2BCustomerModel>CompanyB2BCommerceService. getPagedUsersForUserGroups(PageableData pageableData, java.lang.String... userGroupUID)Deprecated, for removal: This API element is subject to removal in a future version.Searches for users -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl with type parameters of type B2BCustomerModel Modifier and Type Method Description <T extends B2BCustomerModel>
TDefaultCompanyB2BCommerceService. getCurrentUser()Deprecated, for removal: This API element is subject to removal in a future version.<T extends B2BCustomerModel>
TDefaultCompanyB2BCommerceService. getCustomerForUid(java.lang.String uid)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.Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return B2BCustomerModel Modifier and Type Method Description B2BCustomerModelDefaultB2BCommerceUserService. addApproverToCustomer(java.lang.String user, java.lang.String approver)Deprecated, for removal: This API element is subject to removal in a future version.B2BCustomerModelDefaultB2BCommerceUnitService. addApproverToUnit(java.lang.String unitId, java.lang.String approverId)Deprecated, for removal: This API element is subject to removal in a future version.B2BCustomerModelDefaultB2BCommerceB2BUserGroupService. addMemberToUserGroup(java.lang.String usergroup, java.lang.String user)Deprecated, for removal: This API element is subject to removal in a future version.B2BCustomerModelDefaultB2BCommerceUserService. addUserRole(java.lang.String user, java.lang.String role)Deprecated, for removal: This API element is subject to removal in a future version.B2BCustomerModelDefaultB2BCommerceUserService. removeApproverFromCustomer(java.lang.String user, java.lang.String approver)Deprecated, for removal: This API element is subject to removal in a future version.B2BCustomerModelDefaultB2BCommerceUnitService. removeApproverFromUnit(java.lang.String unitUid, java.lang.String approverUid)Deprecated, for removal: This API element is subject to removal in a future version.B2BCustomerModelDefaultB2BCommerceB2BUserGroupService. removeMemberFromUserGroup(java.lang.String usergroup, java.lang.String user)Deprecated, for removal: This API element is subject to removal in a future version.B2BCustomerModelDefaultB2BCommerceUserService. removeUserRole(java.lang.String user, java.lang.String role)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 B2BCustomerModel Modifier and Type Method Description SearchPageData<B2BCustomerModel>DefaultB2BCommerceUnitService. findPagedApproversForUnitByGroupMembership(PageableData pageableData, java.lang.String unitUid, java.lang.String... usergroupUid)Deprecated, for removal: This API element is subject to removal in a future version.protected B2BApproverService<B2BCustomerModel>DefaultCompanyB2BCommerceService. getB2BApproverService()Deprecated, for removal: This API element is subject to removal in a future version.B2BBudgetService<B2BBudgetModel,B2BCustomerModel>DefaultCompanyB2BCommerceService. getB2BBudgetService()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 B2BPermissionService<B2BCustomerModel,B2BPermissionResultModel>DefaultCompanyB2BCommerceService. getB2BPermissionService()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.protected PagedB2BCustomerDao<B2BCustomerModel>DefaultCompanyB2BCommerceService. getPagedB2BCustomerDao()Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>DefaultB2BCommerceUserService. getPagedCustomers(PageableData pageableData)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>DefaultB2BCommerceUserService. getPagedCustomersByGroupMembership(PageableData pageableData, java.lang.String... userGroupUid)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>DefaultB2BCommerceUserService. getPagedCustomersBySearchTermAndGroupMembership(PageableData pageableData, java.lang.String searchTerm, java.lang.String... userGroupUid)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>DefaultB2BCommerceUnitService. getPagedUsersForUnit(PageableData pageableData, java.lang.String unit)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>DefaultCompanyB2BCommerceService. getPagedUsersForUserGroups(PageableData pageableData, java.lang.String... userGroupUID)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 B2BCustomerModel Modifier and Type Method Description java.util.Set<PrincipalGroupModel>DefaultB2BCommerceB2BUserGroupService. updateUserGroups(java.util.Collection<java.lang.String> availableUserGroups, java.util.Collection<java.lang.String> selectedUserGroups, B2BCustomerModel customerModel)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 B2BCustomerModel Modifier and Type Method Description voidDefaultCompanyB2BCommerceService. setB2BApproverService(B2BApproverService<B2BCustomerModel> b2BApproverService)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceService. setB2BBudgetService(B2BBudgetService<B2BBudgetModel,B2BCustomerModel> b2bBudgetService)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceService. setB2BCustomerService(B2BCustomerService<B2BCustomerModel,B2BUnitModel> b2BCustomerService)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceService. setB2BPermissionService(B2BPermissionService<B2BCustomerModel,B2BPermissionResultModel> b2BPermissionService)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.voidDefaultCompanyB2BCommerceService. setPagedB2BCustomerDao(PagedB2BCustomerDao<B2BCustomerModel> pagedB2BCustomerDao)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratorservices.dao
Methods in de.hybris.platform.b2bacceleratorservices.dao that return types with arguments of type B2BCustomerModel Modifier and Type Method Description SearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedApproversForUnitByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String unit, java.lang.String... userGroupId)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedCustomers(java.lang.String sortCode, PageableData pageableData)Deprecated, for removal: This API element is subject to removal in a future version.Finds all visible users within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"SearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedCustomersByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String... userGroupId)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedCustomersForUnit(java.lang.String sortCode, PageableData pageableData, java.lang.String unit)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>PagedB2BCustomerDao. findPagedCustomersForUnitByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String unit, java.lang.String... userGroupId)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratorservices.dao.impl
Methods in de.hybris.platform.b2bacceleratorservices.dao.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedApproversForUnitByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String unit, java.lang.String... userGroupid)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedCustomers(java.lang.String sortCode, PageableData pageableData)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedCustomersByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String... userGroupid)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedCustomersForUnit(java.lang.String sortCode, PageableData pageableData, java.lang.String unit)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>DefaultPagedB2BCustomerDao. findPagedCustomersForUnitByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String unit, java.lang.String... userGroupid)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BCustomerModel in de.hybris.platform.b2bacceleratorservices.strategies.impl
Methods in de.hybris.platform.b2bacceleratorservices.strategies.impl that return types with arguments of type B2BCustomerModel 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 B2BCustomerModel Modifier and Type Method Description voidDefaultB2BDeliveryAddressesLookupStrategy. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BCustomerModel in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected Converter<B2BCustomerModel,CustomerData>B2BUnitApprovalPopulator. getB2BCustomerConverter()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BPermissionsReversePopulator. getB2BUnitService()Methods in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators with parameters of type B2BCustomerModel Modifier and Type Method Description protected CustomerDataB2BCustomerApproverPopulator. convertApprover(B2BCustomerModel source)voidB2BUserGroupEditPermissionsPopulator. populate(B2BCustomerModel source, CustomerData target)protected voidB2BCustomerApproverPopulator. populateRoles(B2BCustomerModel source, CustomerData target)Method parameters in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators with type arguments of type B2BCustomerModel Modifier and Type Method Description voidB2BUnitApprovalPopulator. setB2BCustomerConverter(Converter<B2BCustomerModel,CustomerData> b2BCustomerConverter)voidB2BPermissionsReversePopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) -
Uses of B2BCustomerModel in de.hybris.platform.b2bapprovalprocessfacades.company.impl
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected B2BApproverService<B2BCustomerModel>DefaultB2BApproverFacade. getB2bApproverService()protected Converter<B2BCustomerModel,CustomerData>DefaultB2BApproverFacade. getB2BCustomerConverter()protected Converter<B2BCustomerModel,CustomerData>DefaultB2BPermissionFacade. getB2BCustomerConverter()protected Converter<B2BCustomerModel,CustomerData>DefaultB2BApproverFacade. getB2bUserConverter()protected Converter<B2BCustomerModel,CustomerData>DefaultB2BApproverFacade. getB2BUserConverter()Deprecated, for removal: This API element is subject to removal in a future version.since 1808, useDefaultB2BApproverFacade.getB2bUserConverter()instead.Method parameters in de.hybris.platform.b2bapprovalprocessfacades.company.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description voidDefaultB2BApproverFacade. setB2bApproverService(B2BApproverService<B2BCustomerModel> b2bApproverService)voidDefaultB2BApproverFacade. setB2BCustomerConverter(Converter<B2BCustomerModel,CustomerData> b2bCustomerConverter)voidDefaultB2BPermissionFacade. setB2BCustomerConverter(Converter<B2BCustomerModel,CustomerData> b2bCustomerConverter)voidDefaultB2BApproverFacade. setB2bUserConverter(Converter<B2BCustomerModel,CustomerData> b2bUserConverter)voidDefaultB2BApproverFacade. setB2BUserConverter(Converter<B2BCustomerModel,CustomerData> b2BUserConverter)Deprecated, for removal: This API element is subject to removal in a future version.since 1808, useDefaultB2BApproverFacade.setB2bUserConverter(Converter)instead. -
Uses of B2BCustomerModel in de.hybris.platform.b2bcommerce.backoffice.actions
Methods in de.hybris.platform.b2bcommerce.backoffice.actions with parameters of type B2BCustomerModel Modifier and Type Method Description protected booleanEnableB2BCustomerAction. canActivate(B2BCustomerModel b2bCustomerModel)Checks if a parent b2bunit is activeMethod parameters in de.hybris.platform.b2bcommerce.backoffice.actions with type arguments of type B2BCustomerModel Modifier and Type Method Description booleanDisableB2BCustomerAction. canPerform(com.hybris.cockpitng.actions.ActionContext<B2BCustomerModel> ctx)booleanEnableB2BCustomerAction. canPerform(com.hybris.cockpitng.actions.ActionContext<B2BCustomerModel> ctx)java.lang.StringDisableB2BCustomerAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<B2BCustomerModel> ctx)java.lang.StringEnableB2BCustomerAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<B2BCustomerModel> ctx)booleanDisableB2BCustomerAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<B2BCustomerModel> ctx)booleanEnableB2BCustomerAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<B2BCustomerModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>DisableB2BCustomerAction. perform(com.hybris.cockpitng.actions.ActionContext<B2BCustomerModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>EnableB2BCustomerAction. perform(com.hybris.cockpitng.actions.ActionContext<B2BCustomerModel> ctx) -
Uses of B2BCustomerModel in de.hybris.platform.b2bcommercefacades.company.converters.populators
Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected Converter<B2BCustomerModel,CustomerData>B2BUnitPopulator. getB2BCustomerConverter()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BCostCenterReversePopulator. getB2bUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BBudgetReversePopulator. getB2BUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUnitNodePopulator. getB2BUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUnitPopulator. getB2BUnitService()protected B2BUnitService<B2BUnitModel,B2BCustomerModel>B2BUserPopulator. getB2BUnitService()Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators with parameters of type B2BCustomerModel Modifier and Type Method Description voidB2BCustomerReversePopulator. populate(CustomerData source, B2BCustomerModel target)voidB2BUserPopulator. populate(B2BCustomerModel source, CustomerData target)protected voidB2BCustomerReversePopulator. populateDefaultUnit(CustomerData source, B2BCustomerModel target)protected voidB2BCustomerPopulator. populatePermissionGroups(B2BCustomerModel source, CustomerData target)protected voidB2BCustomerPopulator. populateRoles(B2BCustomerModel source, CustomerData target)protected voidB2BUserPopulator. populateRoles(B2BCustomerModel source, CustomerData target)protected voidB2BCustomerReversePopulator. populateTitle(CustomerData source, B2BCustomerModel target)protected voidB2BCustomerReversePopulator. populateUid(CustomerData source, B2BCustomerModel target)protected voidB2BCustomerPopulator. populateUnit(B2BCustomerModel customer, CustomerData target)protected voidB2BUserPopulator. populateUnit(B2BCustomerModel source, CustomerData target)Method parameters in de.hybris.platform.b2bcommercefacades.company.converters.populators with type arguments of type B2BCustomerModel Modifier and Type Method Description voidB2BUnitPopulator. setB2BCustomerConverter(Converter<B2BCustomerModel,CustomerData> b2BCustomerConverter)voidB2BCostCenterReversePopulator. setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidB2BBudgetReversePopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)voidB2BUnitNodePopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2BUnitService)voidB2BUnitPopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2BUnitService)voidB2BUserPopulator. setB2BUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2BUnitService) -
Uses of B2BCustomerModel in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return types with arguments of type B2BCustomerModel Modifier and Type Method Description protected B2BCostCenterService<B2BCostCenterModel,B2BCustomerModel>DefaultB2BCostCenterFacade. getB2bCostCenterService()protected Converter<B2BCustomerModel,CustomerData>DefaultB2BUserFacade. getB2BCustomerConverter()protected Converter<CustomerData,B2BCustomerModel>DefaultB2BUserFacade. getB2BCustomerReverseConverter()protected Converter<B2BCustomerModel,CustomerData>DefaultB2BUnitFacade. getB2BUserConverter()protected Converter<B2BCustomerModel,CustomerData>DefaultB2BUserGroupFacade. getB2BUserConverter()Method parameters in de.hybris.platform.b2bcommercefacades.company.impl with type arguments of type B2BCustomerModel Modifier and Type Method Description voidDefaultB2BCostCenterFacade. setB2bCostCenterService(B2BCostCenterService<B2BCostCenterModel,B2BCustomerModel> b2bCostCenterService)voidDefaultB2BUserFacade. setB2BCustomerConverter(Converter<B2BCustomerModel,CustomerData> b2bCustomerConverter)voidDefaultB2BUserFacade. setB2BCustomerReverseConverter(Converter<CustomerData,B2BCustomerModel> b2BCustomerReverseConverter)voidDefaultB2BUnitFacade. setB2BUserConverter(Converter<B2BCustomerModel,CustomerData> b2bUserConverter)voidDefaultB2BUserGroupFacade. setB2BUserConverter(Converter<B2BCustomerModel,CustomerData> b2BUserConverter) -
Uses of B2BCustomerModel in de.hybris.platform.b2bcommercefacades.company.util
Methods in de.hybris.platform.b2bcommercefacades.company.util with parameters of type B2BCustomerModel Modifier and Type Method Description static B2BSelectionDataB2BCompanyUtils. populateRolesForCustomer(B2BCustomerModel customerModel, B2BSelectionData b2BSelectionData)Populates aB2BSelectionDatawith the roles linked to a given customer. -
Uses of B2BCustomerModel in de.hybris.platform.b2bpunchoutaddon.services.impl
Methods in de.hybris.platform.b2bpunchoutaddon.services.impl that return B2BCustomerModel Modifier and Type Method Description protected B2BCustomerModelDefaultPunchOutConfigurationService. getCustomerFromOrganizations(java.util.List<Organization> organizationList) -
Uses of B2BCustomerModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type B2BCustomerModel Modifier and Type Method Description java.util.Set<B2BCustomerModel>OrderModel. getExhaustedApprovers()Generated method - Getter of theOrder.exhaustedApproversattribute defined at extensionb2bapprovalprocess.Method parameters in de.hybris.platform.core.model.order with type arguments of type B2BCustomerModel Modifier and Type Method Description voidOrderModel. setExhaustedApprovers(java.util.Set<B2BCustomerModel> value)Generated method - Setter ofOrder.exhaustedApproversattribute defined at extensionb2bapprovalprocess. -
Uses of B2BCustomerModel 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 B2BCustomerModel 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 B2BCustomerModel Constructor Description PersistenceConfigurationLifecycleB2BStrategyImpl(ConfigurationLifecycleStrategy configurationLifecycleStrategy, UserService userService, ProductConfigurationPersistenceService persistenceService, B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)Constructor -
Uses of B2BCustomerModel in de.hybris.platform.secureportaladdon.workflows.actions
Methods in de.hybris.platform.secureportaladdon.workflows.actions that return B2BCustomerModel Modifier and Type Method Description protected B2BCustomerModelRegistrationApprovedAutomatedWorkflowTemplateJob. createB2BCustomerModel(CustomerModel customer, B2BRegistrationModel registration)Creates an instance ofB2BCustomerModelout ofCustomerModel.
-