Package com.soffid.iam.service
Interface OrganizationalUnitTypeService
-
public interface OrganizationalUnitTypeServiceService OrganizationalUnitTypeService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OUTypecreate(OUType tipus)Operation createvoiddelete(OUType tipus)Operation deleteCollection<OUType>findOrganizationalUnitByJsonQuery(String query)Operation findOrganizationalUnitByJsonQueryCollection<OUType>findOUTypeByFilter(String codi, String descripcio)Operation findOUTypeByFilterOUTypefindOUTypeByName(String CodiTipusUnitatOrganitzativa)Operation findOUTypeByNamePagedResult<OUType>findOUTypeByTextAndFilter(String text, String filter, Integer first, Integer pageSize)Operation findOUTypeByTextAndFilterAsyncList<OUType>findOUTypeByTextAndFilterAsync(String text, String filter)Operation findOUTypeByTextAndFilterAsyncOUTypeupdate(OUType tipus)Operation update
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
findOUTypeByTextAndFilterAsync
AsyncList<OUType> findOUTypeByTextAndFilterAsync(String text, String filter) throws InternalErrorException
Operation findOUTypeByTextAndFilterAsync- Parameters:
text-filter-- Returns:
- Throws:
InternalErrorException
-
findOUTypeByTextAndFilter
PagedResult<OUType> findOUTypeByTextAndFilter(String text, String filter, Integer first, Integer pageSize) throws InternalErrorException
Operation findOUTypeByTextAndFilter- Parameters:
text-filter-first-pageSize-- Returns:
- Throws:
InternalErrorException
-
create
OUType create(OUType tipus) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
tipus-- Returns:
- Throws:
InternalErrorException
-
findOUTypeByName
OUType findOUTypeByName(String CodiTipusUnitatOrganitzativa) throws InternalErrorException, InternalErrorException
Operation findOUTypeByName- Parameters:
CodiTipusUnitatOrganitzativa-- Returns:
- Throws:
InternalErrorException
-
update
OUType update(OUType tipus) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
tipus-- Returns:
- Throws:
InternalErrorException
-
findOrganizationalUnitByJsonQuery
Collection<OUType> findOrganizationalUnitByJsonQuery(String query) throws InternalErrorException, InternalErrorException
Operation findOrganizationalUnitByJsonQuery- Parameters:
query-- Returns:
- Throws:
InternalErrorException
-
findOUTypeByFilter
Collection<OUType> findOUTypeByFilter(String codi, String descripcio) throws InternalErrorException, InternalErrorException
Operation findOUTypeByFilter- Parameters:
codi-descripcio-- Returns:
- Throws:
InternalErrorException
-
delete
void delete(OUType tipus) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
tipus-- Throws:
InternalErrorException
-
-