Uses of Class
com.skava.model.domain.CollectionPropertyDomain
Packages that use CollectionPropertyDomain
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
-
Uses of CollectionPropertyDomain in com.skava.business.factory
Methods in com.skava.business.factory that return CollectionPropertyDomainModifier and TypeMethodDescriptionCollectionDomainFactory.createCollectionPropertyDO
(CollectionPropertyEntity collectionProperties) This method converts theCollectionPropertyEntity
object toCollectionPropertyDomain
object.CollectionDomainFactory.createCollectionPropertyDO
(CollectionProperty collectionProperty) This method converts theCollectionProperty
object toCollectionPropertyDomain
object.Methods in com.skava.business.factory with parameters of type CollectionPropertyDomainModifier and TypeMethodDescriptionCollectionFactory.createCollectionProperty
(CollectionPropertyDomain collectionProperties) This method converts theCollectionPropertyDomain
object toCollectionProperty
object. -
Uses of CollectionPropertyDomain in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return CollectionPropertyDomainModifier and TypeMethodDescriptionCollectionDomainFactoryImpl.createCollectionPropertyDO
(CollectionPropertyEntity collectionProperties) This method converts theCollectionPropertyEntity
object toCollectionPropertyDomain
object.CollectionDomainFactoryImpl.createCollectionPropertyDO
(CollectionProperty collectionProperty) This method converts theCollectionProperty
object toCollectionPropertyDomain
object.Methods in com.skava.business.factoryimpl with parameters of type CollectionPropertyDomainModifier and TypeMethodDescriptionCollectionFactoryImpl.createCollectionProperty
(CollectionPropertyDomain collectionProperties) This method converts theCollectionPropertyDomain
object toCollectionProperty
object.