Uses of Class
com.skava.model.domain.CollectionDomain
Packages that use CollectionDomain
Package
Description
Notification DTO models.
Notification domain models.
Notification service implementations.
-
Uses of CollectionDomain in com.skava.model.datatransferobjects
Methods in com.skava.model.datatransferobjects that return CollectionDomainModifier and TypeMethodDescriptionCollection.toDomainObject()
toDomainObject - Used to convertCollection
object toCollectionDomain
object.Methods in com.skava.model.datatransferobjects with parameters of type CollectionDomainModifier and TypeMethodDescriptionCollection.fromDomainObject
(CollectionDomain collection) This function is used to convert the object of typeCollectionDomain
toCollection
. -
Uses of CollectionDomain in com.skava.model.domain
Methods in com.skava.model.domain that return CollectionDomainModifier and TypeMethodDescriptionCollectionDomain.fromEntity
(CollectionEntity collectionsEntity, String loadProperty) fromEntity - Used to convertCollectionEntity
object toCollectionDomain
object. -
Uses of CollectionDomain in com.skava.service.impl
Methods in com.skava.service.impl that return types with arguments of type CollectionDomainModifier and TypeMethodDescriptionGetAllCollectionServiceImpl.searchCollection
(CommonRequest collectionRequest) This method is used to search collection.Methods in com.skava.service.impl with parameters of type CollectionDomainModifier and TypeMethodDescriptionCreateCollectionServiceImpl.createCollection
(CollectionDomain collectionDO, Collection request) createCollection