Modifier and Type | Method and Description |
---|---|
java.util.Collection |
findByModel(java.lang.String pModelCode)
Return cubes matching the specified dimensional model.
|
OdiCube |
findByName(java.lang.String pName,
java.lang.String pModelCode)
Find a cube by name and dimensional model code.
|
java.util.Collection |
findByNameLikeIgnoreCase(java.lang.String pName)
Return cubes matching the specified name.
|
findAll, findByGlobalId, findById, findByIds, findRepositoryEntityById
OdiCube findByName(java.lang.String pName, java.lang.String pModelCode)
pName
- Name of the cubepModelCode
- Code of parent dimensional model.java.util.Collection findByNameLikeIgnoreCase(java.lang.String pName)
pName
- Name of the cubejava.util.Collection findByModel(java.lang.String pModelCode)
pModel
- Code of the dimensional model