it.eng.spagobi.kpi.model.dao
Interface IModelAttrValDAO
- All Known Implementing Classes:
- ModelAttrValDAOImpl
public interface IModelAttrValDAO
loadModelAttrValByAttrIdAndModelId
ModelAttributeValue loadModelAttrValByAttrIdAndModelId(java.lang.Integer attrId,
java.lang.Integer modelId)
throws it.eng.spago.error.EMFUserError
- Parameters:
id
- domain id
- Returns:
-
- Throws:
it.eng.spago.error.EMFUserError
- If an Exception occurred
allModelsIdWithAttribute
java.util.List allModelsIdWithAttribute()
throws it.eng.spago.error.EMFUserError
- Parameters:
id
- domain id
- Returns:
-
- Throws:
it.eng.spago.error.EMFUserError
- If an Exception occurred