Uses of Class
com.skava.model.domain.BlackListDomain
Packages that use BlackListDomain
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
-
Uses of BlackListDomain in com.skava.business.factory
Methods in com.skava.business.factory that return BlackListDomainModifier and TypeMethodDescriptionUserDomainFactory.createBlackListItemDO
(BlackListItem blackListItemVo) Methods in com.skava.business.factory that return types with arguments of type BlackListDomainModifier and TypeMethodDescriptionUserDomainFactory.createBlackListDO
(List<BlackListedItemsEntity> blackListItem) Methods in com.skava.business.factory with parameters of type BlackListDomainModifier and TypeMethodDescriptionUserEntityFactory.createBlackListItemEntity
(BlackListDomain blackListDomain) Method parameters in com.skava.business.factory with type arguments of type BlackListDomainModifier and TypeMethodDescriptionUserFactory.createBlockItemList
(List<BlackListDomain> blackListDomain) -
Uses of BlackListDomain in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return BlackListDomainModifier and TypeMethodDescriptionUserDomainFactoryImpl.createBlackListItemDO
(BlackListItem blackListItem) UserDomainFactoryImpl.createBlackListItemEntityDO
(BlackListedItemsEntity blackListItem) Methods in com.skava.business.factoryimpl that return types with arguments of type BlackListDomainModifier and TypeMethodDescriptionUserDomainFactoryImpl.createBlackListDO
(List<BlackListedItemsEntity> blackListItems) Methods in com.skava.business.factoryimpl with parameters of type BlackListDomainModifier and TypeMethodDescriptionUserFactoryImpl.createBlackList
(BlackListDomain blackListDomain) UserEntityFactoryImpl.createBlackListItemEntity
(BlackListDomain blackListDomain) Method parameters in com.skava.business.factoryimpl with type arguments of type BlackListDomainModifier and TypeMethodDescriptionUserFactoryImpl.createBlockItemList
(List<BlackListDomain> blackListDomains)