Class UserMatchService
java.lang.Object
dev.getelements.elements.service.match.UserMatchService
- All Implemented Interfaces:
dev.getelements.elements.sdk.service.match.MatchService
public class UserMatchService
extends Object
implements dev.getelements.elements.sdk.service.match.MatchService
Created by patricktwohig on 7/20/17.
-
Field Summary
Fields inherited from interface dev.getelements.elements.sdk.service.match.MatchService
EVENT_1V1_MADE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.getelements.elements.sdk.service.topic.Topic.SubscriptionattemptRematchAndPoll(String matchId, Consumer<dev.getelements.elements.sdk.model.match.Match> matchConsumer, Consumer<Exception> exceptionConsumer) dev.getelements.elements.sdk.model.match.MatchcreateMatch(dev.getelements.elements.sdk.model.match.Match match) voiddeleteMatch(String matchId) dev.getelements.elements.sdk.dao.ApplicationConfigurationDaoSupplier<dev.getelements.elements.sdk.model.profile.Profile> dev.getelements.elements.sdk.model.match.Matchdev.getelements.elements.sdk.dao.MatchDaodev.getelements.elements.sdk.model.Pagination<dev.getelements.elements.sdk.model.match.Match> getMatches(int offset, int count) dev.getelements.elements.sdk.model.Pagination<dev.getelements.elements.sdk.model.match.Match> getMatches(int offset, int count, String search) dev.getelements.elements.sdk.service.match.MatchServiceUtilsdev.getelements.elements.sdk.service.topic.TopicServicevoidsetApplicationConfigurationDao(dev.getelements.elements.sdk.dao.ApplicationConfigurationDao applicationConfigurationDao) voidsetCurrentProfileSupplier(Supplier<dev.getelements.elements.sdk.model.profile.Profile> currentProfileSupplier) voidsetMatchDao(dev.getelements.elements.sdk.dao.MatchDao matchDao) voidsetMatchServiceUtils(dev.getelements.elements.sdk.service.match.MatchServiceUtils matchServiceUtils) voidsetTopicService(dev.getelements.elements.sdk.service.topic.TopicService topicService)
-
Constructor Details
-
UserMatchService
public UserMatchService()
-
-
Method Details
-
getMatch
- Specified by:
getMatchin interfacedev.getelements.elements.sdk.service.match.MatchService
-
getMatches
public dev.getelements.elements.sdk.model.Pagination<dev.getelements.elements.sdk.model.match.Match> getMatches(int offset, int count) - Specified by:
getMatchesin interfacedev.getelements.elements.sdk.service.match.MatchService
-
getMatches
public dev.getelements.elements.sdk.model.Pagination<dev.getelements.elements.sdk.model.match.Match> getMatches(int offset, int count, String search) - Specified by:
getMatchesin interfacedev.getelements.elements.sdk.service.match.MatchService
-
createMatch
public dev.getelements.elements.sdk.model.match.Match createMatch(dev.getelements.elements.sdk.model.match.Match match) - Specified by:
createMatchin interfacedev.getelements.elements.sdk.service.match.MatchService
-
attemptRematchAndPoll
public dev.getelements.elements.sdk.service.topic.Topic.Subscription attemptRematchAndPoll(String matchId, Consumer<dev.getelements.elements.sdk.model.match.Match> matchConsumer, Consumer<Exception> exceptionConsumer) - Specified by:
attemptRematchAndPollin interfacedev.getelements.elements.sdk.service.match.MatchService
-
deleteMatch
- Specified by:
deleteMatchin interfacedev.getelements.elements.sdk.service.match.MatchService
-
getCurrentProfileSupplier
-
setCurrentProfileSupplier
@Inject public void setCurrentProfileSupplier(Supplier<dev.getelements.elements.sdk.model.profile.Profile> currentProfileSupplier) -
getMatchDao
public dev.getelements.elements.sdk.dao.MatchDao getMatchDao() -
setMatchDao
@Inject public void setMatchDao(dev.getelements.elements.sdk.dao.MatchDao matchDao) -
getTopicService
public dev.getelements.elements.sdk.service.topic.TopicService getTopicService() -
setTopicService
@Inject public void setTopicService(dev.getelements.elements.sdk.service.topic.TopicService topicService) -
getMatchServiceUtils
public dev.getelements.elements.sdk.service.match.MatchServiceUtils getMatchServiceUtils() -
setMatchServiceUtils
@Inject public void setMatchServiceUtils(dev.getelements.elements.sdk.service.match.MatchServiceUtils matchServiceUtils) -
getApplicationConfigurationDao
public dev.getelements.elements.sdk.dao.ApplicationConfigurationDao getApplicationConfigurationDao() -
setApplicationConfigurationDao
@Inject public void setApplicationConfigurationDao(dev.getelements.elements.sdk.dao.ApplicationConfigurationDao applicationConfigurationDao)
-