Package com.soffid.iam.service.ejb
Interface CrudRegistryService
-
public interface CrudRegistryService
EJB CrudRegistryService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E> CrudHandler<E>
getHandler(Class<E> cl)
<E> CrudHandler<E>
getHandler(String className)
-
-
-
Method Detail
-
getHandler
<E> CrudHandler<E> getHandler(Class<E> cl) throws InternalErrorException
- Throws:
InternalErrorException
-
getHandler
<E> CrudHandler<E> getHandler(String className) throws InternalErrorException
- Throws:
InternalErrorException
-
-