public interface IExternalMappingDirect
extends common.direct.IDirect
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<ExternalMappingBean> |
findAttributes(ExternalMappingBean externalMappingBean,
int searchType,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Finds the external mapping values.
|
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<ExternalMappingBean> findAttributes(ExternalMappingBean externalMappingBean, int searchType, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
externalMappingBean
- Filter bean.searchType
- Indicates the type of values to return (See IExternalMappingServices for the possible values).paging
- Number of elements to return.connDao
- Connection DAO.com.engiweb.toolkit.common.BackendException