Uses of Class
de.hybris.platform.cmsfacades.data.UserGroupData
Packages that use UserGroupData
Package
Description
-
Uses of UserGroupData in de.hybris.platform.cmsfacades.usergroups
Methods in de.hybris.platform.cmsfacades.usergroups that return UserGroupDataModifier and TypeMethodDescriptionUserGroupFacade.getUserGroupById(String uid) Get a single user group.Methods in de.hybris.platform.cmsfacades.usergroups that return types with arguments of type UserGroupDataModifier and TypeMethodDescriptionUserGroupFacade.findUserGroups(String text, PageableData pageableData) Method to find user groups using a free-text form. -
Uses of UserGroupData in de.hybris.platform.cmsfacades.usergroups.impl
Methods in de.hybris.platform.cmsfacades.usergroups.impl that return UserGroupDataMethods in de.hybris.platform.cmsfacades.usergroups.impl that return types with arguments of type UserGroupDataModifier and TypeMethodDescriptionDefaultUserGroupFacade.findUserGroups(String text, PageableData pageableData) protected Converter<UserGroupModel,UserGroupData> DefaultUserGroupFacade.getUserGroupDataConverter()Method parameters in de.hybris.platform.cmsfacades.usergroups.impl with type arguments of type UserGroupDataModifier and TypeMethodDescriptionvoidDefaultUserGroupFacade.setUserGroupDataConverter(Converter<UserGroupModel, UserGroupData> userGroupDataConverter) -
Uses of UserGroupData in de.hybris.platform.cmsfacades.usergroups.populator
Methods in de.hybris.platform.cmsfacades.usergroups.populator with parameters of type UserGroupDataModifier and TypeMethodDescriptionUserGroupDataPopulator.getNewNameMap(UserGroupData target) voidUserGroupDataPopulator.populate(UserGroupModel source, UserGroupData target)