Uses of Class
de.hybris.platform.cmsfacades.data.UserGroupData
-
Packages that use UserGroupData Package Description de.hybris.platform.cmsfacades.usergroups de.hybris.platform.cmsfacades.usergroups.impl de.hybris.platform.cmsfacades.usergroups.populator -
-
Uses of UserGroupData in de.hybris.platform.cmsfacades.usergroups
Methods in de.hybris.platform.cmsfacades.usergroups that return UserGroupData Modifier and Type Method Description UserGroupData
UserGroupFacade. getUserGroupById(java.lang.String uid)
Get a single user group.Methods in de.hybris.platform.cmsfacades.usergroups that return types with arguments of type UserGroupData Modifier and Type Method Description SearchResult<UserGroupData>
UserGroupFacade. findUserGroups(java.lang.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 UserGroupData Modifier and Type Method Description UserGroupData
DefaultUserGroupFacade. getUserGroupById(java.lang.String uid)
Methods in de.hybris.platform.cmsfacades.usergroups.impl that return types with arguments of type UserGroupData Modifier and Type Method Description SearchResult<UserGroupData>
DefaultUserGroupFacade. findUserGroups(java.lang.String text, PageableData pageableData)
protected Converter<UserGroupModel,UserGroupData>
DefaultUserGroupFacade. getUserGroupDataConverter()
Method parameters in de.hybris.platform.cmsfacades.usergroups.impl with type arguments of type UserGroupData Modifier and Type Method Description void
DefaultUserGroupFacade. 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 UserGroupData Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>
UserGroupDataPopulator. getNewNameMap(UserGroupData target)
void
UserGroupDataPopulator. populate(UserGroupModel source, UserGroupData target)
-