Uses of Class
com.skava.entities.BlackListedItemsEntity
Packages that use BlackListedItemsEntity
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 entities classes.
This package contains the user DTO model classes.
This package contains the user response model classes.
This package contains the user repository classes.
This package contains the user service implementation classes.
-
Uses of BlackListedItemsEntity in com.skava.business.factory
Methods in com.skava.business.factory that return BlackListedItemsEntityModifier and TypeMethodDescriptionUserEntityFactory.createBlackListItemEntity
(BlackListDomain blackListDomain) Method parameters in com.skava.business.factory with type arguments of type BlackListedItemsEntityModifier and TypeMethodDescriptionUserDomainFactory.createBlackListDO
(List<BlackListedItemsEntity> blackListItem) -
Uses of BlackListedItemsEntity in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return BlackListedItemsEntityModifier and TypeMethodDescriptionUserEntityFactoryImpl.createBlackListItemEntity
(BlackListDomain blackListDomain) Methods in com.skava.business.factoryimpl with parameters of type BlackListedItemsEntityModifier and TypeMethodDescriptionUserDomainFactoryImpl.createBlackListItemEntityDO
(BlackListedItemsEntity blackListItem) Method parameters in com.skava.business.factoryimpl with type arguments of type BlackListedItemsEntityModifier and TypeMethodDescriptionUserDomainFactoryImpl.createBlackListDO
(List<BlackListedItemsEntity> blackListItems) -
Uses of BlackListedItemsEntity in com.skava.entities
Constructor parameters in com.skava.entities with type arguments of type BlackListedItemsEntityModifierConstructorDescriptionQBlackListedItemsEntity
(com.querydsl.core.types.Path<? extends BlackListedItemsEntity> path) -
Uses of BlackListedItemsEntity in com.skava.model.datatransferobjects
Constructors in com.skava.model.datatransferobjects with parameters of type BlackListedItemsEntity -
Uses of BlackListedItemsEntity in com.skava.model.responses
Constructor parameters in com.skava.model.responses with type arguments of type BlackListedItemsEntityModifierConstructorDescriptionBlackListItemResponse
(List<BlackListedItemsEntity> blackListItem, PageableInfo pageableInfo) Instantiates a new user blackListItem response. -
Uses of BlackListedItemsEntity in com.skava.repository
Methods in com.skava.repository that return types with arguments of type BlackListedItemsEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BlackListedItemsEntity>
BlackListedItemsRepository.findAll
(org.springframework.data.domain.Pageable pageRequest) org.springframework.data.domain.Page<BlackListedItemsEntity>
BlackListedItemsRepository.findAll
(org.springframework.data.jpa.domain.Specification<BlackListedItemsEntity> specifications, org.springframework.data.domain.Pageable pageRequest) This is used to load all the blackList by specification.BlackListedItemsRepository.findById
(long id) BlackListedItemsRepository.findByTypeAndValue
(BlackListedItemsType type, String value) Method parameters in com.skava.repository with type arguments of type BlackListedItemsEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BlackListedItemsEntity>
BlackListedItemsRepository.findAll
(org.springframework.data.jpa.domain.Specification<BlackListedItemsEntity> specifications, org.springframework.data.domain.Pageable pageRequest) This is used to load all the blackList by specification. -
Uses of BlackListedItemsEntity in com.skava.service.impl
Methods in com.skava.service.impl that return types with arguments of type BlackListedItemsEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BlackListedItemsEntity>
FindAllBlackListItemServiceImpl.search
(String filter, BlackListItemRequest blackListItemRequest, String locale) This method is used to search the collection based on the given filter and pageable request.Method parameters in com.skava.service.impl with type arguments of type BlackListedItemsEntityModifier and TypeMethodDescriptionvoid
CreateBlackListItemServiceImpl.createBlackListItem
(BlackListItem blackListItemVo, List<BlackListedItemsEntity> blackListedItemsEntity, List<BlackListedItemsEntity> existingBlackListItems)