Package com.soffid.iam.iga.service.ejb
Interface AttributeTranslationService
public interface AttributeTranslationService
EJB AttributeTranslationService
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindByColumn1(String domain, String column1) findByColumn2(String domain, String column2) findByExample(String domain, String column1, String column2) com.soffid.zkdb.api.PagedResult<AttributeTranslation>findByQuery(com.soffid.zkdb.api.Query query)
-
Method Details
-
create
- Throws:
InternalErrorException
-
update
- Throws:
InternalErrorException
-
findByQuery
com.soffid.zkdb.api.PagedResult<AttributeTranslation> findByQuery(com.soffid.zkdb.api.Query query) throws InternalErrorException - Throws:
InternalErrorException
-
findByColumn1
Collection<AttributeTranslation> findByColumn1(String domain, String column1) throws InternalErrorException - Throws:
InternalErrorException
-
findByColumn2
Collection<AttributeTranslation> findByColumn2(String domain, String column2) throws InternalErrorException - Throws:
InternalErrorException
-
findByExample
Collection<AttributeTranslation> findByExample(String domain, String column1, String column2) throws InternalErrorException - Throws:
InternalErrorException
-
findDomains
- Throws:
InternalErrorException
-
delete
- Throws:
InternalErrorException
-