Class SecureServiceImpl<E extends GenericEntity,K>
- java.lang.Object
-
- com.tetsuwantech.atom.database.GenericServiceImpl<E,K>
-
- com.tetsuwantech.atom.database.authentication.SecureServiceImpl<E,K>
-
- All Implemented Interfaces:
GenericService<E,K>
public abstract class SecureServiceImpl<E extends GenericEntity,K> extends GenericServiceImpl<E,K> implements GenericService<E,K>
-
-
Constructor Summary
Constructors Constructor Description SecureServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
get(Long id)
void
remove(Long id)
E
save(E entity)
-
Methods inherited from class com.tetsuwantech.atom.database.GenericServiceImpl
count, count, create, findAll, findAll, findAll, findAll, findFirst, findFirst, search
-
-
-
-
Method Detail
-
get
public E get(Long id)
- Specified by:
get
in interfaceGenericService<E extends GenericEntity,K>
- Overrides:
get
in classGenericServiceImpl<E extends GenericEntity,K>
-
save
public E save(E entity)
- Specified by:
save
in interfaceGenericService<E extends GenericEntity,K>
- Overrides:
save
in classGenericServiceImpl<E extends GenericEntity,K>
-
remove
public void remove(Long id)
- Specified by:
remove
in interfaceGenericService<E extends GenericEntity,K>
- Overrides:
remove
in classGenericServiceImpl<E extends GenericEntity,K>
-
-