|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOdiFlexFieldFinder
Finder interface for OdiFlexField entity.
| Method Summary | |
|---|---|
OdiFlexField |
findByCode(java.lang.String pCode)
Find the flex field matching the given code. |
java.util.Collection<OdiFlexField> |
findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass)
Get the collection of OdiFlexField relevant for this entityClass. |
java.util.Collection<OdiFlexField> |
findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass,
java.lang.String pTechnologyCode)
Get the collection of OdiFlexField relevant for this entityClass and for the specified technology. |
| Methods inherited from interface oracle.odi.domain.finder.IFinder |
|---|
findAll, findById, findByIds |
| Method Detail |
|---|
OdiFlexField findByCode(java.lang.String pCode)
pCode - field's code
OdiFlexField instancejava.util.Collection<OdiFlexField> findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass)
pFlexFieldUserClass - class of flexfield user
OdiFlexFields
java.util.Collection<OdiFlexField> findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass,
java.lang.String pTechnologyCode)
pFlexFieldUserClass - class of flexfield userpTechnologyCode - technology's code
OdiFlexFields
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||