Uses of Class
com.skava.model.datatransferobjects.BlackListItem
Packages that use BlackListItem
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
This package contains the user response model classes.
This package contains the user service implementation classes.
This package contains the user service validator clases.
-
Uses of BlackListItem in com.skava.business.factory
Methods in com.skava.business.factory that return types with arguments of type BlackListItemModifier and TypeMethodDescriptionUserFactory.createBlockItemList
(List<BlackListDomain> blackListDomain) Methods in com.skava.business.factory with parameters of type BlackListItemModifier and TypeMethodDescriptionUserDomainFactory.createBlackListItemDO
(BlackListItem blackListItemVo) -
Uses of BlackListItem in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return BlackListItemModifier and TypeMethodDescriptionUserFactoryImpl.createBlackList
(BlackListDomain blackListDomain) Methods in com.skava.business.factoryimpl that return types with arguments of type BlackListItemModifier and TypeMethodDescriptionUserFactoryImpl.createBlockItemList
(List<BlackListDomain> blackListDomains) Methods in com.skava.business.factoryimpl with parameters of type BlackListItemModifier and TypeMethodDescriptionUserDomainFactoryImpl.createBlackListItemDO
(BlackListItem blackListItem) -
Uses of BlackListItem in com.skava.model.responses
Constructor parameters in com.skava.model.responses with type arguments of type BlackListItemModifierConstructorDescriptionBlackListItemCreateResponse
(List<BlackListItem> createdBlackList, List<BlackListItem> existingBlackList) Instantiates a new UserCreateResponse object.BlackListItemResponse
(String codeSuccess, String msgSuccess, List<BlackListItem> blackListItem) Instantiates a new BlackListResponse object.BlackListItemResponse
(List<BlackListItem> blackListItem) -
Uses of BlackListItem in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type BlackListItemModifier and TypeMethodDescriptionvoid
CreateBlackListItemServiceImpl.createBlackListItem
(BlackListItem blackListItemVo, List<BlackListedItemsEntity> blackListedItemsEntity, List<BlackListedItemsEntity> existingBlackListItems) -
Uses of BlackListItem in com.skava.validator.services
Methods in com.skava.validator.services with parameters of type BlackListItemModifier and TypeMethodDescriptionboolean
CreateBlackListItemServiceValidator.isMandatoryPropertyMissing
(BlackListItem blackListItemRequest)