Package com.soffid.iam.service.ejb
Interface OrganizationalUnitTypeService
-
public interface OrganizationalUnitTypeServiceEJB OrganizationalUnitTypeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OUTypecreate(OUType tipus)voiddelete(OUType tipus)Collection<OUType>findOrganizationalUnitByJsonQuery(String query)Collection<OUType>findOUTypeByFilter(String codi, String descripcio)PagedResult<OUType>findOUTypeByTextAndFilter(String text, String filter, Integer first, Integer pageSize)AsyncList<OUType>findOUTypeByTextAndFilterAsync(String text, String filter)OUTypeupdate(OUType tipus)
-
-
-
Method Detail
-
findOUTypeByTextAndFilterAsync
AsyncList<OUType> findOUTypeByTextAndFilterAsync(String text, String filter) throws InternalErrorException
- Throws:
InternalErrorException
-
findOUTypeByTextAndFilter
PagedResult<OUType> findOUTypeByTextAndFilter(String text, String filter, Integer first, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
create
OUType create(OUType tipus) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
OUType update(OUType tipus) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findOrganizationalUnitByJsonQuery
Collection<OUType> findOrganizationalUnitByJsonQuery(String query) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findOUTypeByFilter
Collection<OUType> findOUTypeByFilter(String codi, String descripcio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(OUType tipus) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-