Uses of Class
de.hybris.platform.core.model.user.UserGroupModel
Packages that use UserGroupModel
Package
Description
Contains generated models for each type of com.hybris.backoffice.jalo.user package.
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.preview package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.user package.
Contains generated models for each type of de.hybris.platform.jalo.test package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.platformbackoffice.jalo package.
Contains generated models for each type of de.hybris.platform.samlsinglesignon.jalo package.
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
-
Uses of UserGroupModel in com.hybris.backoffice.model.user
Subclasses of UserGroupModel in com.hybris.backoffice.model.userModifier and TypeClassDescriptionclassGenerated model class for type BackofficeRole first defined at extension backoffice. -
Uses of UserGroupModel in de.hybris.platform.assistedserviceservices.dao
Method parameters in de.hybris.platform.assistedserviceservices.dao with type arguments of type UserGroupModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerGroupDao.findAllCustomersByGroups(List<UserGroupModel> groupsUid, PageableData pageableData) Get paginated customers for specific customer list -
Uses of UserGroupModel in de.hybris.platform.assistedserviceservices.dao.impl
Method parameters in de.hybris.platform.assistedserviceservices.dao.impl with type arguments of type UserGroupModelModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultCustomerGroupDao.findAllCustomersByGroups(List<UserGroupModel> groups, PageableData pageableData) -
Uses of UserGroupModel in de.hybris.platform.audit.provider.internal.resolver.impl
Methods in de.hybris.platform.audit.provider.internal.resolver.impl that return UserGroupModelModifier and TypeMethodDescriptionprotected UserGroupModelManyToManyReferencesResolverTest.createUserGroup(String userGroupUid, String userGroupName) -
Uses of UserGroupModel in de.hybris.platform.b2b.company
Methods in de.hybris.platform.b2b.company with type parameters of type UserGroupModelModifier and TypeMethodDescription<T extends UserGroupModel>
TB2BCommerceB2BUserGroupService.getUserGroupForUID(String uid, Class<T> userGroupType) Gets a user group for given uid and user group type -
Uses of UserGroupModel in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl with type parameters of type UserGroupModelModifier and TypeMethodDescription<T extends UserGroupModel>
TDefaultB2BCommerceB2BUserGroupService.getUserGroupForUID(String uid, Class<T> userGroupType) -
Uses of UserGroupModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao with parameters of type UserGroupModelModifier and TypeMethodDescription<T extends PrincipalModel>
List<T>PrincipalGroupMembersDao.findAllMembersByType(UserGroupModel parent, Class<T> memberType) Finds all members of a Principal Group of a given type.<T extends PrincipalModel>
List<T>PrincipalGroupMembersDao.findMembersByType(UserGroupModel parent, Class<T> memberType, int count, int start) Finds members of a Principal Group of a given type.Method parameters in de.hybris.platform.b2b.dao with type arguments of type UserGroupModelModifier and TypeMethodDescription<T extends PrincipalModel>
List<T>PrincipalGroupMembersDao.findHierarchyMembersByType(Set<UserGroupModel> parents, Class<T> memberType) Finds all members of a Principal Group of a given type. -
Uses of UserGroupModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl with parameters of type UserGroupModelModifier and TypeMethodDescriptionB2BDaoTestUtils.createCustomer(String email, String name, B2BUnitModel unit, UserGroupModel group) <T extends PrincipalModel>
List<T>DefaultPrincipalGroupMembersDao.findAllMembersByType(UserGroupModel parent, Class<T> memberType) Finds all members of a Principal Group of a given type.<T extends PrincipalModel>
List<T>DefaultPrincipalGroupMembersDao.findMembersByType(UserGroupModel parent, Class<T> memberType, int count, int start) Finds members of a Principal Group of a given type.Method parameters in de.hybris.platform.b2b.dao.impl with type arguments of type UserGroupModelModifier and TypeMethodDescription<T extends PrincipalModel>
List<T>DefaultPrincipalGroupMembersDao.findHierarchyMembersByType(Set<UserGroupModel> parents, Class<T> memberType) -
Uses of UserGroupModel in de.hybris.platform.b2b.interceptor
Methods in de.hybris.platform.b2b.interceptor that return UserGroupModelModifier and TypeMethodDescriptionprotected UserGroupModelB2BCustomerInitDefaultsInterceptor.getOrCreateGroup(String b2bcustomergroup) -
Uses of UserGroupModel in de.hybris.platform.b2b.model
Subclasses of UserGroupModel in de.hybris.platform.b2b.modelModifier and TypeClassDescriptionclassGenerated model class for type B2BUnit first defined at extension b2bcommerce.classGenerated model class for type B2BUserGroup first defined at extension b2bcommerce.Methods in de.hybris.platform.b2b.model that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionB2BUnitModel.getAccountManagerGroups()Generated method - Getter of theB2BUnit.AccountManagerGroupsattribute defined at extensionb2bcommerce.Method parameters in de.hybris.platform.b2b.model with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidB2BUnitModel.setAccountManagerGroups(Set<UserGroupModel> value) Generated method - Setter ofB2BUnit.AccountManagerGroupsattribute defined at extensionb2bcommerce. -
Uses of UserGroupModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services with parameters of type UserGroupModelModifier and TypeMethodDescription<M extends PrincipalModel>
Set<M>B2BUnitService.getAllUserGroupMembersForType(UserGroupModel userGroup, Class<M> memberType) Retrieves all members of a User Group of the specified type -
Uses of UserGroupModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl with parameters of type UserGroupModelModifier and TypeMethodDescription<M extends PrincipalModel>
Set<M>B2BUnitServiceProxy.getAllUserGroupMembersForType(UserGroupModel userGroup, Class<M> memberType) Deprecated, for removal: This API element is subject to removal in a future version.<M extends PrincipalModel>
Set<M>DefaultB2BUnitService.getAllUserGroupMembersForType(UserGroupModel userGroup, Class<M> memberType) -
Uses of UserGroupModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return UserGroupModel -
Uses of UserGroupModel in de.hybris.platform.b2bacceleratoraddon.actions
Methods in de.hybris.platform.b2bacceleratoraddon.actions with parameters of type UserGroupModelModifier and TypeMethodDescriptionprotected voidStartWorkFlowForAdmin.assignToGroup(B2BCustomerModel admin, UserGroupModel userGroup) -
Uses of UserGroupModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl with type parameters of type UserGroupModelModifier and TypeMethodDescription<T extends UserGroupModel>
TDefaultB2BCommerceB2BUserGroupService.getUserGroupForUID(String uid, Class<T> userGroupType) 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 UserGroupModelModifier and TypeMethodDescriptionprotected voidDefaultCompanyB2BCommerceService.addMemberToUserGroup(UserGroupModel usergroup, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDefaultCompanyB2BCommerceService.removedMemberFromUserGroup(UserGroupModel usergroup, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UserGroupModel in de.hybris.platform.catalog.model
Subclasses of UserGroupModel in de.hybris.platform.catalog.modelModifier and TypeClassDescriptionclassGenerated model class for type Company first defined at extension catalog. -
Uses of UserGroupModel in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return UserGroupModelModifier and TypeMethodDescriptionprotected UserGroupModelDefaultCatalogSynchronizationServiceTest.createPrincipalGroup() -
Uses of UserGroupModel in de.hybris.platform.cms2.model.preview
Methods in de.hybris.platform.cms2.model.preview that return UserGroupModelModifier and TypeMethodDescriptionPreviewDataModel.getUserGroup()Generated method - Getter of thePreviewData.userGroupattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.preview with parameters of type UserGroupModelModifier and TypeMethodDescriptionvoidPreviewDataModel.setUserGroup(UserGroupModel value) Generated method - Setter ofPreviewData.userGroupattribute defined at extensioncms2. -
Uses of UserGroupModel in de.hybris.platform.cms2.model.restrictions
Methods in de.hybris.platform.cms2.model.restrictions that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionCMSUserGroupRestrictionModel.getUserGroups()Generated method - Getter of theCMSUserGroupRestriction.userGroupsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidCMSUserGroupRestrictionModel.setUserGroups(Collection<UserGroupModel> value) Generated method - Setter ofCMSUserGroupRestriction.userGroupsattribute defined at extensioncms2. -
Uses of UserGroupModel in de.hybris.platform.cms2.servicelayer.services.admin
Method parameters in de.hybris.platform.cms2.servicelayer.services.admin with type arguments of type UserGroupModelModifier and TypeMethodDescriptionCMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page, String id, String name, Collection<UserGroupModel> userGroups) Creates a new UserGroupRestriction and a new relation between the restriction and the given page -
Uses of UserGroupModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type UserGroupModelModifier and TypeMethodDescriptionDefaultCMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page, String id, String name, Collection<UserGroupModel> userGroups) -
Uses of UserGroupModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type UserGroupModelModifier and TypeMethodDescriptionprotected CMSUserGroupRestrictionModelDefaultCMSRestrictionServiceIntegrationTest.getUserGroupRestriction(UserGroupModel userGroupModel) -
Uses of UserGroupModel in de.hybris.platform.cms2.usergroups.service
Methods in de.hybris.platform.cms2.usergroups.service that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionUserGroupSearchService.findUserGroups(String text, PageableData pageableData) Method to find user groups using a free-text form. -
Uses of UserGroupModel in de.hybris.platform.cms2.usergroups.service.impl
Methods in de.hybris.platform.cms2.usergroups.service.impl that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionDefaultUserGroupNamedQuerySearchService.findUserGroups(String text, PageableData pageableData) -
Uses of UserGroupModel in de.hybris.platform.cmsfacades.uniqueidentifier.functions
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions that return UserGroupModelModifier and TypeMethodDescriptionMethods in de.hybris.platform.cmsfacades.uniqueidentifier.functions with parameters of type UserGroupModelModifier and TypeMethodDescriptionDefaultUserGroupModelUniqueIdentifierConverter.convert(UserGroupModel itemModel) -
Uses of UserGroupModel in de.hybris.platform.cmsfacades.usergroups.impl
Methods in de.hybris.platform.cmsfacades.usergroups.impl that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionprotected Converter<UserGroupModel,UserGroupData> DefaultUserGroupFacade.getUserGroupDataConverter()Method parameters in de.hybris.platform.cmsfacades.usergroups.impl with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidDefaultUserGroupFacade.setUserGroupDataConverter(Converter<UserGroupModel, UserGroupData> userGroupDataConverter) -
Uses of UserGroupModel in de.hybris.platform.cmsfacades.usergroups.populator
Methods in de.hybris.platform.cmsfacades.usergroups.populator with parameters of type UserGroupModelModifier and TypeMethodDescriptionvoidUserGroupDataPopulator.populate(UserGroupModel source, UserGroupData target) -
Uses of UserGroupModel in de.hybris.platform.cmsfacades.users.services.impl
Methods in de.hybris.platform.cmsfacades.users.services.impl that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionprotected Set<UserGroupModel>DefaultCMSUserService.getUserGroupsForUser(UserModel userModel) This method returns a set of user groups the provided user belongs to.Method parameters in de.hybris.platform.cmsfacades.users.services.impl with type arguments of type UserGroupModelModifier and TypeMethodDescriptionDefaultCMSUserService.getLanguagesForUser(UserModel userModel, Function<UserGroupModel, Collection<LanguageModel>> languagesRetrievalFn) This method returns languages available to the provided user. -
Uses of UserGroupModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return UserGroupModelModifier and TypeMethodDescriptionUserGroupModelBuilder.build()protected UserGroupModelUserGroupModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type UserGroupModelModifier and TypeMethodDescriptionstatic UserGroupModelBuilderUserGroupModelBuilder.fromModel(UserGroupModel model) CMSUserGroupRestrictionModelBuilder.withUserGroups(UserGroupModel... userGroups) -
Uses of UserGroupModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return UserGroupModelModifier and TypeMethodDescriptionprotected UserGroupModelUserGroupModelMother.createGroupModel(String nameCode, String uid) UserGroupModelMother.userGroup01()UserGroupModelMother.userGroup02() -
Uses of UserGroupModel in de.hybris.platform.commercefacades.customergroups.converters.populator
Methods in de.hybris.platform.commercefacades.customergroups.converters.populator with parameters of type UserGroupModelModifier and TypeMethodDescriptionvoidCustomerGroupMembersPopulator.populate(UserGroupModel source, UserGroupData target, Collection<UserGroupOption> options) voidUserGroupPopulator.populate(UserGroupModel source, UserGroupData target) Method parameters in de.hybris.platform.commercefacades.customergroups.converters.populator with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidCustomerGroupMembersPopulator.setUserGroupConverter(Converter<UserGroupModel, UserGroupData> userGroupConverter) -
Uses of UserGroupModel in de.hybris.platform.commercefacades.customergroups.exceptions
Methods in de.hybris.platform.commercefacades.customergroups.exceptions that return UserGroupModelConstructors in de.hybris.platform.commercefacades.customergroups.exceptions with parameters of type UserGroupModel -
Uses of UserGroupModel in de.hybris.platform.commercefacades.customergroups.impl
Methods in de.hybris.platform.commercefacades.customergroups.impl that return UserGroupModelModifier and TypeMethodDescriptionprotected UserGroupModelDefaultCustomerGroupFacade.getBaseCustomerGroup()protected UserGroupModelDefaultCustomerGroupFacade.getCustomerGroupById(String customerGroupId) Methods in de.hybris.platform.commercefacades.customergroups.impl that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionDefaultCustomerGroupFacade.getCustomerGroupMembersPopulator()protected Converter<UserGroupModel,UserGroupData> DefaultCustomerGroupFacade.getUserGroupConverter()Methods in de.hybris.platform.commercefacades.customergroups.impl with parameters of type UserGroupModelModifier and TypeMethodDescriptionprotected booleanDefaultCustomerGroupFacade.isCustomerGroup(UserGroupModel group) Method parameters in de.hybris.platform.commercefacades.customergroups.impl with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidDefaultCustomerGroupFacade.setCustomerGroupMembersPopulator(ConfigurablePopulator<UserGroupModel, UserGroupData, UserGroupOption> customerGroupMembersPopulator) voidDefaultCustomerGroupFacade.setUserGroupConverter(Converter<UserGroupModel, UserGroupData> userGroupConverter) -
Uses of UserGroupModel in de.hybris.platform.commerceservices.model
Subclasses of UserGroupModel in de.hybris.platform.commerceservices.modelModifier and TypeClassDescriptionclassGenerated model class for type CustomerList first defined at extension commerceservices.classGenerated model class for type OrgUnit first defined at extension commerceservices. -
Uses of UserGroupModel in de.hybris.platform.commerceservices.model.user
Subclasses of UserGroupModel in de.hybris.platform.commerceservices.model.userModifier and TypeClassDescriptionclassGenerated model class for type StoreEmployeeGroup first defined at extension commerceservices. -
Uses of UserGroupModel in de.hybris.platform.core.model.test
Subclasses of UserGroupModel in de.hybris.platform.core.model.testModifier and TypeClassDescriptionclassGenerated model class for type TestUserGroup first defined at extension core. -
Uses of UserGroupModel in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return UserGroupModelMethods in de.hybris.platform.customersupportbackoffice.data with parameters of type UserGroupModel -
Uses of UserGroupModel in de.hybris.platform.marketplaceservices.interceptor
Methods in de.hybris.platform.marketplaceservices.interceptor that return UserGroupModelModifier and TypeMethodDescriptionprotected UserGroupModelVendorUserInitDefaultsInterceptor.getOrCreateGroup(String groupUid, String groupName) Get user group by given UID or create it with given name (not locName) if the group doesn't exist -
Uses of UserGroupModel in de.hybris.platform.ordermanagementfacades.workflow.impl
Methods in de.hybris.platform.ordermanagementfacades.workflow.impl that return UserGroupModelModifier and TypeMethodDescriptionprotected UserGroupModelDefaultOmsWorkflowFacade.getUserGroupModel(String userGroupUid) Resolves the given group's uid to theUserGroupModel -
Uses of UserGroupModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionVendorModel.getUserGroups()Generated method - Getter of theVendor.userGroupsattribute defined at extensionmarketplaceservices.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidVendorModel.setUserGroups(Collection<UserGroupModel> value) Generated method - Setter ofVendor.userGroupsattribute defined at extensionmarketplaceservices. -
Uses of UserGroupModel in de.hybris.platform.platformbackoffice.model
Methods in de.hybris.platform.platformbackoffice.model that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionBackofficeSavedQueryModel.getUserGroups()Generated method - Getter of theBackofficeSavedQuery.userGroupsattribute defined at extensionplatformbackoffice.Method parameters in de.hybris.platform.platformbackoffice.model with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidBackofficeSavedQueryModel.setUserGroups(Collection<UserGroupModel> value) Generated method - Setter ofBackofficeSavedQuery.userGroupsattribute defined at extensionplatformbackoffice. -
Uses of UserGroupModel in de.hybris.platform.platformbackoffice.services
Method parameters in de.hybris.platform.platformbackoffice.services with type arguments of type UserGroupModelModifier and TypeMethodDescriptionBackofficeSavedQueriesService.createSavedQuery(Map<Locale, String> queryName, com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData advancedSearchData, UserModel userModel, List<UserGroupModel> groups) Creates saved query fromAdvancedSearchInitContext -
Uses of UserGroupModel in de.hybris.platform.platformbackoffice.services.impl
Method parameters in de.hybris.platform.platformbackoffice.services.impl with type arguments of type UserGroupModelModifier and TypeMethodDescriptionBackofficeSavedQueriesServiceImpl.createSavedQuery(Map<Locale, String> queryName, com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData asd, UserModel userModel, List<UserGroupModel> groups) -
Uses of UserGroupModel in de.hybris.platform.platformbackoffice.widgets.savedqueries
Methods in de.hybris.platform.platformbackoffice.widgets.savedqueries that return types with arguments of type UserGroupModelMethod parameters in de.hybris.platform.platformbackoffice.widgets.savedqueries with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidSaveAdvancedSearchQueryForm.setUserGroups(List<UserGroupModel> userGroups) -
Uses of UserGroupModel in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionprotected Converter<UserGroupModel,UserGroupRAO> UserRaoPopulator.getUserGroupConverter()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type UserGroupModelModifier and TypeMethodDescriptionvoidUserGroupRaoPopulator.populate(UserGroupModel source, UserGroupRAO target) Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidUserRaoPopulator.setUserGroupConverter(Converter<UserGroupModel, UserGroupRAO> userGroupConverter) -
Uses of UserGroupModel in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers
Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers that return UserGroupModelMethods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers with parameters of type UserGroupModelModifier and TypeMethodDescriptionUserGroupRuleParameterValueMapper.toString(UserGroupModel userGroup) -
Uses of UserGroupModel in de.hybris.platform.samlsinglesignon.model
Methods in de.hybris.platform.samlsinglesignon.model that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionSamlUserGroupModel.getUserGroups()Generated method - Getter of theSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.Method parameters in de.hybris.platform.samlsinglesignon.model with type arguments of type UserGroupModelModifier and TypeMethodDescriptionvoidSamlUserGroupModel.setUserGroups(Set<UserGroupModel> value) Generated method - Setter ofSamlUserGroup.userGroupsattribute defined at extensionsamlsinglesignon.Constructor parameters in de.hybris.platform.samlsinglesignon.model with type arguments of type UserGroupModelModifierConstructorDescriptionSamlUserGroupModel(ItemModel _owner, String _samlUserGroup, Set<UserGroupModel> _userGroups, TypeModel _userType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSamlUserGroupModel(String _samlUserGroup, Set<UserGroupModel> _userGroups, TypeModel _userType) 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 UserGroupModel in de.hybris.platform.servicelayer.search.paginated.dao.impl
Fields in de.hybris.platform.servicelayer.search.paginated.dao.impl with type parameters of type UserGroupModelModifier and TypeFieldDescriptionprotected Comparator<UserGroupModel>DefaultPaginatedGenericDaoIntegrationTest.nameComparatorprotected Comparator<UserGroupModel>DefaultPaginatedGenericDaoIntegrationTest.uidComparatorMethods in de.hybris.platform.servicelayer.search.paginated.dao.impl that return UserGroupModelModifier and TypeMethodDescriptionprotected UserGroupModelDefaultPaginatedGenericDaoIntegrationTest.createUserGroup(String name) Returns a newUserGroupModelinstance with given name and uid of name connected with current time in milliseconds.protected UserGroupModel[]DefaultPaginatedGenericDaoIntegrationTest.createUserGroupModels(int size) Returns anUserGroupModelarray of given size with each of UserGroupModel's name of "test_usergroup" + sequence.Methods in de.hybris.platform.servicelayer.search.paginated.dao.impl with parameters of type UserGroupModelModifier and TypeMethodDescriptionintDefaultPaginatedGenericDaoIntegrationTest.NameComparator.compare(UserGroupModel userGroup1, UserGroupModel userGroup2) intDefaultPaginatedGenericDaoIntegrationTest.UidComparator.compare(UserGroupModel userGroup1, UserGroupModel userGroup2) Method parameters in de.hybris.platform.servicelayer.search.paginated.dao.impl with type arguments of type UserGroupModelModifier and TypeMethodDescriptionprotected voidDefaultPaginatedGenericDaoIntegrationTest.assertPaginationResults(int expectedPaginatedResultSize, int expectedTotalResultSize, SearchPageData<UserGroupModel> searchResult) Asserts the given searchPageData results to see if it has the expected result count based on requested pagination pageSize. -
Uses of UserGroupModel in de.hybris.platform.servicelayer.search.paginated.impl
Method parameters in de.hybris.platform.servicelayer.search.paginated.impl with type arguments of type UserGroupModelModifier and TypeMethodDescriptionprotected voidDefaultPaginatedFlexibleSearchServiceIntegrationTest.assertPaginationResults(int expectedPaginatedResultSize, int expectedTotalResultSize, int expectedSortSize, int expectedPageSize, int expectedCurrentPage, int expectedNumberOfPages, Boolean expectedHasNextValue, Boolean expectedHasPreviousValve, SearchPageData<UserGroupModel> searchResult) protected voidDefaultPaginatedFlexibleSearchServiceIntegrationTest.assertPaginationResults(int expectedPaginatedResultSize, int expectedTotalResultSize, int expectedSortSize, SearchPageData<UserGroupModel> searchResult) Asserts the given searchPageData results to see if it has the expected result count based on requested pagination pageSize. -
Uses of UserGroupModel in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user with type parameters of type UserGroupModelModifier and TypeMethodDescription<T extends UserGroupModel>
Set<T>UserService.getAllUserGroupsForUser(UserModel user, Class<T> clazz) Gets all user groups for the given user and specified (result) class.<T extends UserGroupModel>
Set<T>UserService.getAllUserGroupsForUserGroup(UserGroupModel userGroup, Class<T> clazz) Gets all user groups for the given user group and specified (result) class.<T extends UserGroupModel>
TUserService.getUserGroupForUID(String uid, Class<T> clazz) Returns theUserGroupModelfor the specifieduidand the specified (result) class.Methods in de.hybris.platform.servicelayer.user that return UserGroupModelModifier and TypeMethodDescriptionUserService.getAdminUserGroup()Returns always the admin user group.UserService.getUserGroup(String userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.since 6.1.0 - wrong naming, please useUserService.getUserGroupForUID(String)UserService.getUserGroupForUID(String uid) Returns theUserGroupModelfor the specifieduid.Methods in de.hybris.platform.servicelayer.user that return types with arguments of type UserGroupModelModifier and TypeMethodDescriptionUserService.getAllUserGroupsForUser(UserModel user) Gets all user groups for the given user.Methods in de.hybris.platform.servicelayer.user with parameters of type UserGroupModelModifier and TypeMethodDescription<T extends UserGroupModel>
Set<T>UserService.getAllUserGroupsForUserGroup(UserGroupModel userGroup, Class<T> clazz) Gets all user groups for the given user group and specified (result) class.booleanUserService.isAdminGroup(UserGroupModel userGroup) Checks if the given user group or it's super groups have the admin role.booleanUserService.isMemberOfGroup(UserGroupModel member, UserGroupModel groupToCheckFor) Checks if the givenuser group is a memberof the specifiedgroupToCheckForor its super groups.booleanUserService.isMemberOfGroup(UserGroupModel member, UserGroupModel groupToCheckFor, boolean includeSuperGroups) Checks if the givenuser group is a memberof the specifiedgroupToCheckForor its super groups ifincludeSubGroupsis set totrue.booleanUserService.isMemberOfGroup(UserModel member, UserGroupModel groupToCheckFor) Checks if the givenuser is a memberof the specifiedgroupToCheckForor its super groups.booleanUserService.isMemberOfGroup(UserModel member, UserGroupModel groupToCheckFor, boolean includeSuperGroups) Checks if the givenuser is a memberof the specifiedgroupToCheckForor its super groups ifincludeSubGroupsis set totrue. -
Uses of UserGroupModel in de.hybris.platform.servicelayer.user.daos
Methods in de.hybris.platform.servicelayer.user.daos that return UserGroupModelModifier and TypeMethodDescriptionUserGroupDao.findUserGroupByUid(String uid) Find the user group by the given uid. -
Uses of UserGroupModel in de.hybris.platform.servicelayer.user.daos.impl
Methods in de.hybris.platform.servicelayer.user.daos.impl that return UserGroupModel -
Uses of UserGroupModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl with type parameters of type UserGroupModelModifier and TypeMethodDescription<T extends UserGroupModel>
Set<T>DefaultUserService.getAllUserGroupsForUser(UserModel user, Class<T> clazz) <T extends UserGroupModel>
Set<T>DefaultUserService.getAllUserGroupsForUserGroup(UserGroupModel userGroup, Class<T> clazz) <T extends UserGroupModel>
TDefaultUserService.getUserGroupForUID(String uid, Class<T> clazz) Methods in de.hybris.platform.servicelayer.user.impl that return UserGroupModelModifier and TypeMethodDescriptionDefaultUserService.getAdminUserGroup()DefaultUserService.getUserGroup(String groupId) Deprecated, for removal: This API element is subject to removal in a future version.since 6.1.0DefaultUserService.getUserGroupForUID(String uid) Methods in de.hybris.platform.servicelayer.user.impl that return types with arguments of type UserGroupModelMethods in de.hybris.platform.servicelayer.user.impl with parameters of type UserGroupModelModifier and TypeMethodDescription<T extends UserGroupModel>
Set<T>DefaultUserService.getAllUserGroupsForUserGroup(UserGroupModel userGroup, Class<T> clazz) booleanDefaultUserService.isAdminGroup(UserGroupModel userGroup) booleanDefaultUserService.isMemberOfGroup(UserGroupModel member, UserGroupModel groupToCheckFor) booleanDefaultUserService.isMemberOfGroup(UserGroupModel member, UserGroupModel groupToCheckFor, boolean includeSuperGroups) booleanDefaultUserService.isMemberOfGroup(UserModel member, UserGroupModel groupToCheckFor) booleanDefaultUserService.isMemberOfGroup(UserModel member, UserGroupModel groupToCheckFor, boolean includeSuperGroups) -
Uses of UserGroupModel in de.hybris.platform.testframework.seed
Methods in de.hybris.platform.testframework.seed that return UserGroupModelModifier and TypeMethodDescriptionTestDataCreator.createUserGroup(String userGroupUid, String userGroupName) -
Uses of UserGroupModel in de.hybris.platform.ticket.model
Subclasses of UserGroupModel in de.hybris.platform.ticket.modelModifier and TypeClassDescriptionclassGenerated model class for type CsAgentGroup first defined at extension ticketsystem. -
Uses of UserGroupModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return UserGroupModel -
Uses of UserGroupModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return UserGroupModelModifier and TypeMethodDescriptionUserGroups.AdminGroup()UserGroups.CustomerGroup()protected UserGroupModelUserGroups.getOrCreateUserGroup(String uid) UserGroups.WarehouseAdministratorGroup()UserGroups.WarehouseAgentGroup()UserGroups.WarehouseManagerGroup()