Package com.soffid.iam.service.ejb
Interface DomainService
-
public interface DomainServiceEJB DomainService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Domaincreate(Domain domini)DomainValuecreate(DomainValue valorDomini)voiddelete(Domain domini)voiddelete(DomainValue valorDomini)Collection<Domain>findApplicationDomainsByApplicationName(String codiAplicacio)DomainfindDomainByApplicationAndName(String codiAplicacio, String name)Collection<Domain>findDomainsByApplicationName(String codiAplicacio)PagedResult<DomainValue>findDomainValueByTextAndFilter(String text, String query, Integer first, Integer max)AsyncList<DomainValue>findDomainValueByTextAndFilterAsync(String text, String query)Collection<DomainValue>findDomainValuesByFilter(Domain domini, String codi, String descripcio, String codiUsuari)Domainupdate(Domain domini)DomainValueupdate(DomainValue valorDomini)
-
-
-
Method Detail
-
findDomainValueByTextAndFilterAsync
AsyncList<DomainValue> findDomainValueByTextAndFilterAsync(String text, String query) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDomainValueByTextAndFilter
PagedResult<DomainValue> findDomainValueByTextAndFilter(String text, String query, Integer first, Integer max) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
Domain create(Domain domini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDomainByApplicationAndName
Domain findDomainByApplicationAndName(String codiAplicacio, String name) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
Domain update(Domain domini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
DomainValue create(DomainValue valorDomini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
DomainValue update(DomainValue valorDomini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findApplicationDomainsByApplicationName
Collection<Domain> findApplicationDomainsByApplicationName(String codiAplicacio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDomainsByApplicationName
Collection<Domain> findDomainsByApplicationName(String codiAplicacio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDomainValuesByFilter
Collection<DomainValue> findDomainValuesByFilter(Domain domini, String codi, String descripcio, String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(Domain domini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(DomainValue valorDomini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-