Uses of Class
de.hybris.platform.commerceservices.jalo.user.StoreEmployeeGroup
Packages that use StoreEmployeeGroup
-
Uses of StoreEmployeeGroup in de.hybris.platform.commerceservices.jalo
Fields in de.hybris.platform.commerceservices.jalo with type parameters of type StoreEmployeeGroupModifier and TypeFieldDescriptionprotected static final OneToManyHandler<StoreEmployeeGroup>GeneratedCommerceServicesManager.STOREEMPLGROUP2POSRELSTOREEMPLOYEEGROUPSHANDLEROneToManyHandlerfor handling 1:n STOREEMPLOYEEGROUPS's relation attributes from 'many' side.Methods in de.hybris.platform.commerceservices.jalo that return StoreEmployeeGroupModifier and TypeMethodDescriptionGeneratedCommerceServicesManager.createStoreEmployeeGroup(SessionContext ctx, Map attributeValues) GeneratedCommerceServicesManager.createStoreEmployeeGroup(Map attributeValues) Methods in de.hybris.platform.commerceservices.jalo that return types with arguments of type StoreEmployeeGroupModifier and TypeMethodDescriptionGeneratedCommerceServicesManager.getStoreEmployeeGroups(SessionContext ctx, PointOfService item) Generated method - Getter of thePointOfService.storeEmployeeGroupsattribute.GeneratedCommerceServicesManager.getStoreEmployeeGroups(PointOfService item) Generated method - Getter of thePointOfService.storeEmployeeGroupsattribute.Methods in de.hybris.platform.commerceservices.jalo with parameters of type StoreEmployeeGroupModifier and TypeMethodDescriptionvoidGeneratedCommerceServicesManager.addToStoreEmployeeGroups(SessionContext ctx, PointOfService item, StoreEmployeeGroup value) Generated method - Addsvalueto storeEmployeeGroups.voidGeneratedCommerceServicesManager.addToStoreEmployeeGroups(PointOfService item, StoreEmployeeGroup value) Generated method - Addsvalueto storeEmployeeGroups.voidGeneratedCommerceServicesManager.removeFromStoreEmployeeGroups(SessionContext ctx, PointOfService item, StoreEmployeeGroup value) Generated method - Removesvaluefrom storeEmployeeGroups.voidGeneratedCommerceServicesManager.removeFromStoreEmployeeGroups(PointOfService item, StoreEmployeeGroup value) Generated method - Removesvaluefrom storeEmployeeGroups.Method parameters in de.hybris.platform.commerceservices.jalo with type arguments of type StoreEmployeeGroupModifier and TypeMethodDescriptionvoidGeneratedCommerceServicesManager.setStoreEmployeeGroups(SessionContext ctx, PointOfService item, Set<StoreEmployeeGroup> value) Generated method - Setter of thePointOfService.storeEmployeeGroupsattribute.voidGeneratedCommerceServicesManager.setStoreEmployeeGroups(PointOfService item, Set<StoreEmployeeGroup> value) Generated method - Setter of thePointOfService.storeEmployeeGroupsattribute.