|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISubObjectDAO
Method Summary | |
---|---|
void |
deleteSubObject(java.lang.Integer idSub)
Delete a subObject. |
void |
deleteSubObjectSameConnection(java.lang.Integer idSub,
org.hibernate.Session aSession)
Delete a subObject mantaining the previous connection. |
java.util.List |
getAccessibleSubObjects(java.lang.Integer idBIObj,
it.eng.spago.security.IEngUserProfile profile)
Gets the detail of all the subobjects accessible to the user. |
java.util.List |
getPublicSubObjects(java.lang.Integer idBIObj)
Gets the detail of all the public biobject subobjects. |
SubObject |
getSubObject(java.lang.Integer idSubObj)
Gets the InputStream of the subobjects content. |
SubObject |
getSubObjectByNameAndBIObjectId(java.lang.String name,
java.lang.Integer idBIObj)
Gets the subobject specified by its name and document id in input |
java.util.List |
getSubObjects(java.lang.Integer idBIObj)
Gets the detail of all the biobject subobjects. |
java.lang.Integer |
modifySubObject(java.lang.Integer idBIObj,
SubObject subObj)
Modify a subObject of the object. |
java.lang.Integer |
saveSubObject(java.lang.Integer idBIObj,
SubObject subObj)
Save a subObject of the object. |
Method Detail |
---|
java.lang.Integer saveSubObject(java.lang.Integer idBIObj, SubObject subObj) throws it.eng.spago.error.EMFUserError
idBIObj
- the id of the biobject parentsubObj
- the sub obj
it.eng.spago.error.EMFUserError
- the EMF user errorjava.lang.Integer modifySubObject(java.lang.Integer idBIObj, SubObject subObj) throws it.eng.spago.error.EMFUserError
idBIObj
- the id of the biobject parentsubObj
- the sub obj
it.eng.spago.error.EMFUserError
- the EMF user errorjava.util.List getAccessibleSubObjects(java.lang.Integer idBIObj, it.eng.spago.security.IEngUserProfile profile) throws it.eng.spago.error.EMFUserError
idBIObj
- the id of the biobject parentprofile
- Profile of the user
it.eng.spago.error.EMFUserError
- the EMF user errorSubObject getSubObject(java.lang.Integer idSubObj) throws it.eng.spago.error.EMFUserError
idSubObj
- the id of the subobject
it.eng.spago.error.EMFUserError
- the EMF user errorvoid deleteSubObject(java.lang.Integer idSub) throws it.eng.spago.error.EMFUserError
idSub
- the id sub
it.eng.spago.error.EMFUserError
- the EMF user errorvoid deleteSubObjectSameConnection(java.lang.Integer idSub, org.hibernate.Session aSession) throws it.eng.spago.error.EMFUserError
idSub
- the id sub
it.eng.spago.error.EMFUserError
- the EMF user errorjava.util.List getSubObjects(java.lang.Integer idBIObj) throws it.eng.spago.error.EMFUserError
idBIObj
- the id of the biobject parent
it.eng.spago.error.EMFUserError
- the EMF user errorjava.util.List getPublicSubObjects(java.lang.Integer idBIObj) throws it.eng.spago.error.EMFUserError
idBIObj
- the id of the biobject parent
it.eng.spago.error.EMFUserError
- the EMF user errorSubObject getSubObjectByNameAndBIObjectId(java.lang.String name, java.lang.Integer idBIObj) throws it.eng.spago.error.EMFUserError
name
- the name of the subobjectidBIObj
- the id of the biobject parent
it.eng.spago.error.EMFUserError
- the EMF user error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |