|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjTemplateDAO
Method Summary | |
---|---|
void |
deleteBIObjectTemplate(java.lang.Integer tempId)
Delete bi object template. |
ObjTemplate |
getBIObjectActiveTemplate(java.lang.Integer biobjId)
Gets the bI object active template. |
ObjTemplate |
getBIObjectActiveTemplateByLabel(java.lang.String label)
Gets the bI object active template starting by document label |
java.util.List |
getBIObjectTemplateList(java.lang.Integer biobjId)
Gets the bI object template list. |
java.lang.Integer |
getNextProgForTemplate(java.lang.Integer biobjId)
Gets the next prog for template. |
void |
insertBIObjectTemplate(ObjTemplate objTemplate)
Insert a new bi object template. |
ObjTemplate |
loadBIObjectTemplate(java.lang.Integer tempId)
Load bi object template. |
Method Detail |
---|
ObjTemplate getBIObjectActiveTemplate(java.lang.Integer biobjId) throws it.eng.spago.error.EMFInternalError
biobjId
- the biobj id
it.eng.spago.error.EMFInternalError
- the EMF internal errorObjTemplate getBIObjectActiveTemplateByLabel(java.lang.String label) throws it.eng.spago.error.EMFInternalError
biobjLabel
- the BiObject label
it.eng.spago.error.EMFInternalError
- the EMF internal errorjava.util.List getBIObjectTemplateList(java.lang.Integer biobjId) throws it.eng.spago.error.EMFInternalError
biobjId
- the biobj id
it.eng.spago.error.EMFInternalError
- the EMF internal errorObjTemplate loadBIObjectTemplate(java.lang.Integer tempId) throws it.eng.spago.error.EMFInternalError
tempId
- the temp id
it.eng.spago.error.EMFInternalError
- the EMF internal errorjava.lang.Integer getNextProgForTemplate(java.lang.Integer biobjId) throws it.eng.spago.error.EMFInternalError
biobjId
- the biobj id
it.eng.spago.error.EMFInternalError
- the EMF internal errorvoid deleteBIObjectTemplate(java.lang.Integer tempId) throws it.eng.spago.error.EMFInternalError
tempId
- the temp id
it.eng.spago.error.EMFInternalError
- the EMF internal errorvoid insertBIObjectTemplate(ObjTemplate objTemplate) throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
objTemplate
- the new template
it.eng.spago.error.EMFInternalError
- the EMF internal error
it.eng.spago.error.EMFUserError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |