Uses of Class
de.hybris.platform.b2b.model.B2BUserGroupModel
Packages that use B2BUserGroupModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
-
Uses of B2BUserGroupModel in de.hybris.platform.b2b.company
Methods in de.hybris.platform.b2b.company that return B2BUserGroupModelModifier and TypeMethodDescriptionB2BCommerceUserService.addB2BUserGroupToCustomer(String user, String usergroup) Add UsergroupsB2BCustomerModelobject for a given unique id of a customerB2BCommerceUserService.deselectB2BUserGroupFromCustomer(String user, String usergroup) Deselects (removes) usergroup from a customer.Methods in de.hybris.platform.b2b.company that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionB2BCommerceB2BUserGroupService.getPagedB2BUserGroups(PageableData pageableData) Gets list ofSearchPageDatafor pagination given the required pagination parameters withPageableData -
Uses of B2BUserGroupModel in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl that return B2BUserGroupModelModifier and TypeMethodDescriptionDefaultB2BCommerceUserService.addB2BUserGroupToCustomer(String user, String usergroup) DefaultB2BCommerceUserService.deselectB2BUserGroupFromCustomer(String user, String usergroup) Methods in de.hybris.platform.b2b.company.impl that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionprotected List<B2BUserGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest.createResults(PageableData pageableData) protected SearchPageData<B2BUserGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest.createSearchPageData(PageableData pageableData) protected List<B2BUserGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest.createUserGroupResults()protected PagedGenericDao<B2BUserGroupModel>DefaultB2BCommerceB2BUserGroupService.getPagedB2BUserGroupDao()DefaultB2BCommerceB2BUserGroupService.getPagedB2BUserGroups(PageableData pageableData) Methods in de.hybris.platform.b2b.company.impl with parameters of type B2BUserGroupModelModifier and TypeMethodDescriptionprotected voidDefaultB2BCommerceB2BUserGroupService.addMemberToUserGroup(B2BUserGroupModel usergroup, B2BCustomerModel user) protected voidDefaultB2BCommerceB2BUserGroupService.removeMemberFromUserGroup(B2BUserGroupModel usergroup, B2BCustomerModel user) Method parameters in de.hybris.platform.b2b.company.impl with type arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionprotected voidDefaultB2BCommerceB2BUserGroupServiceTest.assertPagination(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups, PageableData pageableData) protected voidDefaultB2BCommerceB2BUserGroupServiceTest.assertResults(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups, int expectedSize) voidDefaultB2BCommerceB2BUserGroupService.setPagedB2BUserGroupDao(PagedGenericDao<B2BUserGroupModel> pagedB2BUserGroupDao) -
Uses of B2BUserGroupModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return B2BUserGroupModelModifier and TypeMethodDescriptionB2BDaoTestUtils.createUserGroup(String name, B2BUnitModel unit) Methods in de.hybris.platform.b2b.dao.impl that return types with arguments of type B2BUserGroupModel -
Uses of B2BUserGroupModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionB2BCustomerModel.getApproverGroups()Generated method - Getter of theB2BCustomer.ApproverGroupsattribute defined at extensionb2bapprovalprocess.B2BUnitModel.getApproverGroups()Generated method - Getter of theB2BUnit.ApproverGroupsattribute defined at extensionb2bapprovalprocess.B2BCustomerModel.getPermissionGroups()Generated method - Getter of theB2BCustomer.PermissionGroupsattribute defined at extensionb2bapprovalprocess.B2BPermissionModel.getUserGroups()Generated method - Getter of theB2BPermission.UserGroupsattribute defined at extensionb2bapprovalprocess.B2BUnitModel.getUserGroups()Generated method - Getter of theB2BUnit.UserGroupsattribute defined at extensionb2bcommerce.Method parameters in de.hybris.platform.b2b.model with type arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionvoidB2BCustomerModel.setApproverGroups(Set<B2BUserGroupModel> value) Generated method - Setter ofB2BCustomer.ApproverGroupsattribute defined at extensionb2bapprovalprocess.voidB2BUnitModel.setApproverGroups(Set<B2BUserGroupModel> value) Generated method - Setter ofB2BUnit.ApproverGroupsattribute defined at extensionb2bapprovalprocess.voidB2BCustomerModel.setPermissionGroups(Set<B2BUserGroupModel> value) Generated method - Setter ofB2BCustomer.PermissionGroupsattribute defined at extensionb2bapprovalprocess.voidB2BPermissionModel.setUserGroups(List<B2BUserGroupModel> value) Generated method - Setter ofB2BPermission.UserGroupsattribute defined at extensionb2bapprovalprocess.voidB2BUnitModel.setUserGroups(Set<B2BUserGroupModel> value) Generated method - Setter ofB2BUnit.UserGroupsattribute defined at extensionb2bcommerce. -
Uses of B2BUserGroupModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services that return B2BUserGroupModelModifier and TypeMethodDescriptionB2BItemService.findB2BUserGroupByCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.Methods in de.hybris.platform.b2b.services that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionB2BItemService.findAllB2BUserGroups()Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BCustomerService.getAllB2BUserGroups()Gets all b2b user groups -
Uses of B2BUserGroupModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return B2BUserGroupModelModifier and TypeMethodDescriptionDefaultB2BItemService.findB2BUserGroupByCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionDefaultB2BItemService.findAllB2BUserGroups()Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BCustomerService.getAllB2BUserGroups() -
Uses of B2BUserGroupModel in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionprotected Converter<B2BUserGroupModel,B2BUserGroupData> DefaultCompanyB2BCommerceFacade.getB2BUserGroupConverter()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.company.impl with type arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionvoidDefaultCompanyB2BCommerceFacade.setB2BUserGroupConverter(Converter<B2BUserGroupModel, B2BUserGroupData> b2BUserGroupConverter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUserGroupModel in de.hybris.platform.b2bacceleratorfacades.company.populators
Methods in de.hybris.platform.b2bacceleratorfacades.company.populators with parameters of type B2BUserGroupModelModifier and TypeMethodDescriptionvoidB2BUserGroupPopulator.populate(B2BUserGroupModel source, B2BUserGroupData target) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUserGroupModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Method parameters in de.hybris.platform.b2bacceleratorfacades.order.populators with type arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionprotected booleanB2BUserGroupEditPermissionsPopulator.isUserGroupAllowedToEditByCurrentUser(B2BUserGroupData userGroupToCheck, List<B2BUserGroupModel> editableUserGroupsForCurrentUser) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUserGroupModel in de.hybris.platform.b2bacceleratorservices.company
Methods in de.hybris.platform.b2bacceleratorservices.company that return B2BUserGroupModelModifier and TypeMethodDescriptionCompanyB2BCommerceService.getB2BUserGroupForUid(String uid) Deprecated, for removal: This API element is subject to removal in a future version.Gets a b2b user group given its uidB2BCommerceUserService.removeB2BUserGroupToCustomer(String user, String usergroup) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
Uses of B2BUserGroupModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return B2BUserGroupModelModifier and TypeMethodDescriptionDefaultB2BCommerceUserService.addB2BUserGroupToCustomer(String user, String usergroup) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUserService.deselectB2BUserGroupFromCustomer(String user, String usergroup) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCompanyB2BCommerceService.getB2BUserGroupForUid(String uid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUserService.removeB2BUserGroupToCustomer(String user, String usergroup) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionprotected List<B2BUserGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest.createResults(PageableData pageableData) protected SearchPageData<B2BUserGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest.createSearchPageData(PageableData pageableData) protected List<B2BUserGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest.createUserGroupResults()protected PagedGenericDao<B2BUserGroupModel>DefaultCompanyB2BCommerceService.getPagedB2BUserGroupDao()Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceB2BUserGroupService.getPagedB2BUserGroups(PageableData pageableData) 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 B2BUserGroupModelModifier and TypeMethodDescriptionprotected voidDefaultB2BCommerceB2BUserGroupServiceTest.assertPagination(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups, PageableData pageableData) protected voidDefaultB2BCommerceB2BUserGroupServiceTest.assertResults(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups, int expectedSize) voidDefaultCompanyB2BCommerceService.setPagedB2BUserGroupDao(PagedGenericDao<B2BUserGroupModel> pagedB2BUserGroupDao) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUserGroupModel in de.hybris.platform.b2bacceleratorservices.dao
Methods in de.hybris.platform.b2bacceleratorservices.dao that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionPagedB2BUserGroupDao.findPagedB2BUserGroup(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Finds all visibleB2BUserGroupModelwithin a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate" -
Uses of B2BUserGroupModel in de.hybris.platform.b2bacceleratorservices.dao.impl
Methods in de.hybris.platform.b2bacceleratorservices.dao.impl that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionDefaultPagedB2BUserGroupDao.findPagedB2BUserGroup(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUserGroupModel in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators with parameters of type B2BUserGroupModelModifier and TypeMethodDescriptionvoidB2BUserGroupPermissionPopulator.populate(B2BUserGroupModel source, B2BUserGroupData target) Method parameters in de.hybris.platform.b2bapprovalprocessfacades.company.converters.populators with type arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionprotected booleanB2BUserGroupEditPermissionsPopulator.isUserGroupAllowedToEditByCurrentUser(B2BUserGroupData userGroupToCheck, List<B2BUserGroupModel> editableUserGroupsForCurrentUser) -
Uses of B2BUserGroupModel in de.hybris.platform.b2bcommercefacades.company.converters.populators
Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators with parameters of type B2BUserGroupModelModifier and TypeMethodDescriptionvoidB2BUserGroupPopulator.populate(B2BUserGroupModel source, B2BUserGroupData target) protected voidB2BUserGroupPopulator.populateMembers(B2BUserGroupModel source, B2BUserGroupData target) protected voidB2BUserGroupPopulator.populateUnit(B2BUserGroupModel source, B2BUserGroupData target) -
Uses of B2BUserGroupModel in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return types with arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionprotected Converter<B2BUserGroupModel,B2BUserGroupData> DefaultB2BUserFacade.getB2BUserGroupConverter()protected Converter<B2BUserGroupModel,B2BUserGroupData> DefaultB2BUserGroupFacade.getB2BUserGroupConverter()Method parameters in de.hybris.platform.b2bcommercefacades.company.impl with type arguments of type B2BUserGroupModelModifier and TypeMethodDescriptionvoidDefaultB2BUserFacade.setB2BUserGroupConverter(Converter<B2BUserGroupModel, B2BUserGroupData> b2BUserGroupConverter) voidDefaultB2BUserGroupFacade.setB2BUserGroupConverter(Converter<B2BUserGroupModel, B2BUserGroupData> b2BUserGroupConverter)