Skip navigation links
A B C D E F G H I S T U 

F

findAll() - Method in class uk.ac.ncl.botnetwork.AbstractHibernateRepository
findAll(Iterable<V>) - Method in class uk.ac.ncl.botnetwork.AbstractHibernateRepository
findAll(Sort) - Method in class uk.ac.ncl.botnetwork.AbstractHibernateRepository
findAll(Pageable) - Method in class uk.ac.ncl.botnetwork.AbstractHibernateRepository
findAll() - Method in class uk.ac.ncl.botnetwork.repositories.BNTweetRepository
Override findAll() method to fix issues.
findAllConnectionsFor(User) - Method in class uk.ac.ncl.botnetwork.repositories.ConnectionRepository
Given a user, query the database to find all Connection's for a given User.
findAllFollowers(User) - Method in class uk.ac.ncl.botnetwork.repositories.ConnectionRepository
Given a user, query the database to find all users that follower the user.
findAllFollowersIDs(User) - Method in class uk.ac.ncl.botnetwork.repositories.ConnectionRepository
Given a user, query the database to find all users that follower the user and return their IDs.
findAllFollowing(User) - Method in class uk.ac.ncl.botnetwork.repositories.ConnectionRepository
Given a user, query the database to find users that the user follows.
findAllFollowingIDs(User) - Method in class uk.ac.ncl.botnetwork.repositories.ConnectionRepository
Given a User, query the database to find all users that the user followers and return their twitter ids.
findByConfigId(Long) - Method in class uk.ac.ncl.botnetwork.repositories.ConfigRepository
Find a Config with a given id.
findByScreenName(String) - Method in class uk.ac.ncl.botnetwork.repositories.UserRepository
Given a screen name, query the database and return the entity that matches the scree name (a unique component of a user).
findNotComplete() - Method in class uk.ac.ncl.botnetwork.repositories.ConfigRepository
Find all of the Config's that are yet to be ran.
findOne(V) - Method in class uk.ac.ncl.botnetwork.AbstractHibernateRepository
flush() - Method in class uk.ac.ncl.botnetwork.AbstractHibernateRepository
 
A B C D E F G H I S T U 
Skip navigation links