Class SubjectServiceImpl
- java.lang.Object
-
- com.tetsuwantech.atom.database.GenericServiceImpl<Subject,String>
-
- com.tetsuwantech.atom.database.authentication.SubjectServiceImpl
-
- All Implemented Interfaces:
SubjectService
,GenericService<Subject,String>
@Named("SubjectService") public class SubjectServiceImpl extends GenericServiceImpl<Subject,String> implements SubjectService
-
-
Constructor Summary
Constructors Constructor Description SubjectServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Subject>
findAll(String where, String column, String orderBy)
Subject
findFirst(String where, String column)
Subject
get(Long id)
-
Methods inherited from class com.tetsuwantech.atom.database.GenericServiceImpl
count, count, create, findAll, findAll, findAll, findFirst, remove, save, search
-
-
-
-
Method Detail
-
get
public Subject get(Long id)
- Specified by:
get
in interfaceGenericService<Subject,String>
- Overrides:
get
in classGenericServiceImpl<Subject,String>
-
findAll
public List<Subject> findAll(String where, String column, String orderBy)
- Specified by:
findAll
in interfaceGenericService<Subject,String>
- Overrides:
findAll
in classGenericServiceImpl<Subject,String>
-
-