Index

A C D E F G H I L M O P R S T U V 
All Classes and Interfaces|All Packages|Serialized Form

A

AGENT_LAUNCHED - Enum constant in enum class com.profile.searcher.model.enums.PhantomAgentTaskStatus
 
AlumniEntity - Class in com.profile.searcher.entity
 
AlumniEntity() - Constructor for class com.profile.searcher.entity.AlumniEntity
 
AlumniRepository - Interface in com.profile.searcher.repository
 
AlumniVO - Record Class in com.profile.searcher.model.response
AlumniVO is the response class representing an alumni profile with key details such as educational background, professional information, and connection metadata.
AlumniVO(UUID, String, String, String, String, String, String, String, String, String, Integer) - Constructor for record class com.profile.searcher.model.response.AlumniVO
Creates an instance of a AlumniVO record class.
ApplicationProperties - Class in com.profile.searcher.model.properties
 
ApplicationProperties() - Constructor for class com.profile.searcher.model.properties.ApplicationProperties
 
applicationStart(ServletWebServerInitializedEvent) - Method in class com.profile.searcher.LinkedProfileSearcherAutoConfiguration
 

C

com.profile.searcher - package com.profile.searcher
 
com.profile.searcher.entity - package com.profile.searcher.entity
 
com.profile.searcher.model.enums - package com.profile.searcher.model.enums
 
com.profile.searcher.model.exceptions - package com.profile.searcher.model.exceptions
 
com.profile.searcher.model.phantom.buster - package com.profile.searcher.model.phantom.buster
 
com.profile.searcher.model.properties - package com.profile.searcher.model.properties
 
com.profile.searcher.model.request - package com.profile.searcher.model.request
 
com.profile.searcher.model.response - package com.profile.searcher.model.response
 
com.profile.searcher.repository - package com.profile.searcher.repository
 
com.profile.searcher.rest.v1 - package com.profile.searcher.rest.v1
 
com.profile.searcher.service - package com.profile.searcher.service
 
com.profile.searcher.service.client - package com.profile.searcher.service.client
 
com.profile.searcher.service.impl - package com.profile.searcher.service.impl
 
com.profile.searcher.service.job - package com.profile.searcher.service.job
 
com.profile.searcher.service.mapper - package com.profile.searcher.service.mapper
 
company() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the company record component.
companyUrl() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the companyUrl record component.
connectionDegree() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the connectionDegree record component.
createPhantomBulkConsentTask(String, LinkedInProfileSearchDTO) - Method in class com.profile.searcher.service.impl.PhantomAgentTaskServiceImpl
 
createPhantomBulkConsentTask(String, LinkedInProfileSearchDTO) - Method in interface com.profile.searcher.service.PhantomAgentTaskService
 

D

DATA_RECEIVED - Enum constant in enum class com.profile.searcher.model.enums.PhantomAgentTaskStatus
 

E

equals(Object) - Method in record class com.profile.searcher.model.response.AlumniVO
Indicates whether some other object is "equal to" this one.
ExceptionHandlerAdvice - Class in com.profile.searcher.rest.v1
 
ExceptionHandlerAdvice() - Constructor for class com.profile.searcher.rest.v1.ExceptionHandlerAdvice
 

F

fetchAllAlumni(int, int) - Method in class com.profile.searcher.rest.v1.LinkedInProfileController
 
fetchAllAlumni(int, int) - Method in class com.profile.searcher.service.impl.LinkedInSearchServiceImpl
 
fetchAllAlumni(int, int) - Method in interface com.profile.searcher.service.LinkedInSearchService
 
fetchScrapedAlumniLinkedInProfiles(UUID) - Method in class com.profile.searcher.service.impl.LinkedInSearchServiceImpl
 
fetchScrapedAlumniLinkedInProfiles(UUID) - Method in interface com.profile.searcher.service.LinkedInSearchService
 
fetchScrapedAlumniProfiles(UUID) - Method in class com.profile.searcher.rest.v1.LinkedInProfileController
 
findAllAlumni(String, String, Integer) - Method in interface com.profile.searcher.repository.AlumniRepository
 
findAllAlumni(Pageable) - Method in interface com.profile.searcher.repository.AlumniRepository
 
findAllAlumniWithoutGraduationYear(String, String) - Method in interface com.profile.searcher.repository.AlumniRepository
 
findAllByPhantomAgentTaskStatus(PhantomAgentTaskStatus) - Method in interface com.profile.searcher.repository.PhantomAgentTaskRepository
 
findByName(String) - Method in interface com.profile.searcher.repository.UniversityRepository
 
findPhantomAgentTaskByTrackingId(UUID) - Method in class com.profile.searcher.service.impl.PhantomAgentTaskServiceImpl
 
findPhantomAgentTaskByTrackingId(UUID) - Method in interface com.profile.searcher.service.PhantomAgentTaskService
 
fullName() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the fullName record component.

G

GenericModelMapper - Interface in com.profile.searcher.service.mapper
 
getContainerOutput(String) - Method in class com.profile.searcher.service.client.PhantomBusterClient
 
getPassedOutDate(LinkedInProfileExportAgentResponse, String) - Method in interface com.profile.searcher.service.mapper.GenericModelMapper
 

H

handleLinkedInProfileSearcherException(LinkedInProfileSearcherException) - Method in class com.profile.searcher.rest.v1.ExceptionHandlerAdvice
 
handleRuntimeException(RuntimeException) - Method in class com.profile.searcher.rest.v1.ExceptionHandlerAdvice
 
hashCode() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns a hash code value for this object.

I

id() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the id record component.

L

LinkedInProfileController - Class in com.profile.searcher.rest.v1
 
LinkedInProfileController() - Constructor for class com.profile.searcher.rest.v1.LinkedInProfileController
 
LinkedInProfileExportAgentResponse - Class in com.profile.searcher.model.phantom.buster
 
LinkedInProfileExportAgentResponse() - Constructor for class com.profile.searcher.model.phantom.buster.LinkedInProfileExportAgentResponse
 
LinkedInProfileScrapResponse - Class in com.profile.searcher.model.phantom.buster
 
LinkedInProfileScrapResponse() - Constructor for class com.profile.searcher.model.phantom.buster.LinkedInProfileScrapResponse
 
LinkedInProfileSearchDTO - Class in com.profile.searcher.model.request
 
LinkedInProfileSearchDTO() - Constructor for class com.profile.searcher.model.request.LinkedInProfileSearchDTO
 
LinkedinProfileSearcherApplication - Class in com.profile.searcher
 
LinkedinProfileSearcherApplication() - Constructor for class com.profile.searcher.LinkedinProfileSearcherApplication
 
LinkedInProfileSearcherException - Exception in com.profile.searcher.model.exceptions
 
LinkedInProfileSearcherException(String) - Constructor for exception com.profile.searcher.model.exceptions.LinkedInProfileSearcherException
 
linkedInSearchService(PhantomBusterService, PhantomAgentTaskService, AlumniRepository) - Method in class com.profile.searcher.LinkedProfileSearcherAutoConfiguration
 
LinkedInSearchService - Interface in com.profile.searcher.service
 
LinkedInSearchServiceImpl - Class in com.profile.searcher.service.impl
 
LinkedInSearchServiceImpl() - Constructor for class com.profile.searcher.service.impl.LinkedInSearchServiceImpl
 
LinkedProfileSearcherAutoConfiguration - Class in com.profile.searcher
 
LinkedProfileSearcherAutoConfiguration() - Constructor for class com.profile.searcher.LinkedProfileSearcherAutoConfiguration
 
location() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the location record component.

M

main(String[]) - Static method in class com.profile.searcher.LinkedinProfileSearcherApplication
 
map(LinkedInProfileExportAgentResponse, UniversityEntity) - Method in interface com.profile.searcher.service.mapper.GenericModelMapper
 
map(String, LinkedInProfileSearchDTO) - Method in interface com.profile.searcher.service.mapper.GenericModelMapper
 

O

of(String, T) - Static method in class com.profile.searcher.model.response.SuccessResponseVO
 
openAPI() - Method in class com.profile.searcher.LinkedProfileSearcherAutoConfiguration
 

P

passedOutYear() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the passedOutYear record component.
PhantomAgentTaskEntity - Class in com.profile.searcher.entity
 
PhantomAgentTaskEntity() - Constructor for class com.profile.searcher.entity.PhantomAgentTaskEntity
 
phantomAgentTaskProcessingJob(PhantomAgentTaskRepository, PhantomBusterClient, ObjectMapper, GenericModelMapper, UniversityRepository) - Method in class com.profile.searcher.LinkedProfileSearcherAutoConfiguration
 
PhantomAgentTaskProcessingJob - Class in com.profile.searcher.service.job
 
PhantomAgentTaskProcessingJob() - Constructor for class com.profile.searcher.service.job.PhantomAgentTaskProcessingJob
 
PhantomAgentTaskRepository - Interface in com.profile.searcher.repository
 
phantomAgentTaskService(GenericModelMapper, PhantomAgentTaskRepository) - Method in class com.profile.searcher.LinkedProfileSearcherAutoConfiguration
 
PhantomAgentTaskService - Interface in com.profile.searcher.service
 
PhantomAgentTaskServiceImpl - Class in com.profile.searcher.service.impl
 
PhantomAgentTaskServiceImpl() - Constructor for class com.profile.searcher.service.impl.PhantomAgentTaskServiceImpl
 
PhantomAgentTaskStatus - Enum Class in com.profile.searcher.model.enums
 
phantomBusterClient(RestTemplate, PhantomBusterProperties, ObjectMapper) - Method in class com.profile.searcher.LinkedProfileSearcherAutoConfiguration
 
PhantomBusterClient - Class in com.profile.searcher.service.client
 
PhantomBusterClient() - Constructor for class com.profile.searcher.service.client.PhantomBusterClient
 
PhantomBusterInput() - Constructor for class com.profile.searcher.model.phantom.buster.PhantomPayload.PhantomBusterInput
 
PhantomBusterProperties - Class in com.profile.searcher.model.properties
 
PhantomBusterProperties() - Constructor for class com.profile.searcher.model.properties.PhantomBusterProperties
 
phantomBusterService(PhantomBusterClient, PhantomAgentTaskService) - Method in class com.profile.searcher.LinkedProfileSearcherAutoConfiguration
 
PhantomBusterService - Interface in com.profile.searcher.service
 
PhantomBusterServiceImpl - Class in com.profile.searcher.service.impl
 
PhantomBusterServiceImpl() - Constructor for class com.profile.searcher.service.impl.PhantomBusterServiceImpl
 
PhantomLaunchResponse - Class in com.profile.searcher.model.phantom.buster
 
PhantomLaunchResponse() - Constructor for class com.profile.searcher.model.phantom.buster.PhantomLaunchResponse
 
PhantomPayload - Class in com.profile.searcher.model.phantom.buster
 
PhantomPayload() - Constructor for class com.profile.searcher.model.phantom.buster.PhantomPayload
 
PhantomPayload.PhantomBusterInput - Class in com.profile.searcher.model.phantom.buster
 
processPhantomAgentTask() - Method in class com.profile.searcher.service.job.PhantomAgentTaskProcessingJob
 
profileHeadLine() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the profileHeadLine record component.
profileUrl() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the profileUrl record component.

R

restTemplate() - Method in class com.profile.searcher.LinkedProfileSearcherAutoConfiguration
 

S

searchAlumniLinkedInProfiles(LinkedInProfileSearchDTO) - Method in class com.profile.searcher.rest.v1.LinkedInProfileController
 
searchAlumniLinkedInProfiles(LinkedInProfileSearchDTO) - Method in class com.profile.searcher.service.impl.LinkedInSearchServiceImpl
 
searchAlumniLinkedInProfiles(LinkedInProfileSearchDTO) - Method in interface com.profile.searcher.service.LinkedInSearchService
 
searchLinkedInProfiles(LinkedInProfileSearchDTO) - Method in class com.profile.searcher.service.impl.PhantomBusterServiceImpl
 
searchLinkedInProfiles(LinkedInProfileSearchDTO) - Method in interface com.profile.searcher.service.PhantomBusterService
 
SuccessResponseVO<T> - Class in com.profile.searcher.model.response
 
SuccessResponseVO() - Constructor for class com.profile.searcher.model.response.SuccessResponseVO
 

T

TASK_FAILED - Enum constant in enum class com.profile.searcher.model.enums.PhantomAgentTaskStatus
 
title() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the title record component.
toString() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns a string representation of this record class.
triggerPhantomBusterSearch(String, String) - Method in class com.profile.searcher.service.client.PhantomBusterClient
 

U

UniversityEntity - Class in com.profile.searcher.entity
 
UniversityEntity() - Constructor for class com.profile.searcher.entity.UniversityEntity
 
universityName() - Method in record class com.profile.searcher.model.response.AlumniVO
Returns the value of the universityName record component.
UniversityRepository - Interface in com.profile.searcher.repository
 

V

valueOf(String) - Static method in enum class com.profile.searcher.model.enums.PhantomAgentTaskStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.profile.searcher.model.enums.PhantomAgentTaskStatus
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E F G H I L M O P R S T U V 
All Classes and Interfaces|All Packages|Serialized Form