public interface GeneralReferenceServiceLocal extends GeneralReferenceService, CRUDServiceLocal<GeneralReference,GeneralReferenceDTO,GeneralReferenceData,GeneralReferenceDataParams>
GeneralReferenceService| Modifier and Type | Method and Description |
|---|---|
GeneralReference |
get(User from,
User to)
Returns the reference from / to the given users, or throws an
EntityNotFoundException if none is found |
java.util.List<ReferenceLevel> |
getReferenceLevels()
Returns the available reference levels
|
boolean |
hasReferences(User user)
Returns if the user has given or received any reference
|
getSearchData, getStatistics, searchfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, saveGeneralReference get(User from, User to)
EntityNotFoundException if none is foundjava.util.List<ReferenceLevel> getReferenceLevels()
boolean hasReferences(User user)