ParticipantRecordService

public class ParticipantRecordService extends FapiBaseService<ParticipantRecord, ParticipantRecordQuery>

Constructors

ParticipantRecordService

public ParticipantRecordService()

Methods

applyAreaRestrictionsToQuery

protected void applyAreaRestrictionsToQuery(ParticipantRecordQuery query, DafoUserDetails user)

checkAccess

protected void checkAccess(DafoUserDetails dafoUserDetails)

getDomain

public static String getDomain()

getEmptyQuery

protected ParticipantRecordQuery getEmptyQuery()

getEntityClass

protected Class<ParticipantRecord> getEntityClass()

getPlugin

public Plugin getPlugin()

getServiceName

public String getServiceName()

getVersion

public int getVersion()

init

public void init()

searchByQuery

public List<ResultSet<ParticipantRecord>> searchByQuery(ParticipantRecordQuery query, Session session)

sendAsCSV

protected void sendAsCSV(Stream<ParticipantRecord> entities, HttpServletRequest request, HttpServletResponse response)