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)SubjectfindFirst(String where, String column)Subjectget(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:
getin interfaceGenericService<Subject,String>- Overrides:
getin classGenericServiceImpl<Subject,String>
-
findAll
public List<Subject> findAll(String where, String column, String orderBy)
- Specified by:
findAllin interfaceGenericService<Subject,String>- Overrides:
findAllin classGenericServiceImpl<Subject,String>
-
-