Uses of Interface
com.skava.service.DeleteCustomPropertyService
Packages that use DeleteCustomPropertyService
Package
Description
This package contains the user Helper classes.
This package contains the user service implementation classes.
-
Uses of DeleteCustomPropertyService in com.skava.helper
Methods in com.skava.helper with parameters of type DeleteCustomPropertyServiceModifier and TypeMethodDescriptionstatic UsersResponse
UserPropertiesHelper.deleteCustomProperty
(DeleteCustomPropertyService deletePropertyService, long userId, String propertyName, String locale, long collectionId) This method is used to delete the given custom property. -
Uses of DeleteCustomPropertyService in com.skava.service.impl
Classes in com.skava.service.impl that implement DeleteCustomPropertyServiceModifier and TypeClassDescriptionclass
This service class implements DeleteCustomPropertyService and handles the delete custom property service request, process it and save the details in DB.