Uses of Class
com.skava.model.domain.CollectionDomain
Packages that use CollectionDomain
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
-
Uses of CollectionDomain in com.skava.business.factory
Methods in com.skava.business.factory that return CollectionDomainModifier and TypeMethodDescriptionCollectionDomainFactory.createCollectionDO
(Collection collection) This method converts theCollection
object toCollectionDomain
object.Methods in com.skava.business.factory with parameters of type CollectionDomainModifier and TypeMethodDescriptionUserEntityFactory.createCollectionEntity
(CollectionDomain collections) This method converts theCollectionDomain
object toCollectionEntity
object. -
Uses of CollectionDomain in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return CollectionDomainModifier and TypeMethodDescriptionCollectionDomainFactoryImpl.createCollectionDO
(Collection collection) This method converts theCollection
object toCollectionDomain
object.Methods in com.skava.business.factoryimpl with parameters of type CollectionDomainModifier and TypeMethodDescriptionUserEntityFactoryImpl.createCollectionEntity
(CollectionDomain collections) This method converts theCollectionDomain
object toCollectionEntity
object.