public interface IOdiUserFunctionFinder extends IFinder
OdiUserFunction.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
findAllGlobals()
Find all global user functions.
|
java.util.Collection |
findByProject(java.lang.String pProjectCode)
Find all user functions for this project.
|
findAll, findByGlobalId, findById, findByIds, findRepositoryEntityByIdjava.util.Collection findAllGlobals()
java.util.Collection findByProject(java.lang.String pProjectCode)
pProjectCode - the code of the project for which we want the sequencesDomainRuntimeException - if pProjectCode is null or empty.