Uses of Interface
com.skava.service.UpdateCollectionService
Packages that use UpdateCollectionService
Package
Description
Notification service implementations.
Notification Controller classes.
-
Uses of UpdateCollectionService in com.skava.service.impl
Classes in com.skava.service.impl that implement UpdateCollectionServiceModifier and TypeClassDescriptionclass
The Class UpdateCollectionServiceImpl.
This class is used to update the collection based on the given id and provided information. -
Uses of UpdateCollectionService in com.skava.web
Constructors in com.skava.web with parameters of type UpdateCollectionServiceModifierConstructorDescriptionCollectionController
(CreateCollectionService createCollectionService, GetCollectionService getCollectionService, GetAllCollectionService getAllCollectionService, UpdateCollectionService updateCollectionService, CommonServices commonServices) The class constructor.