|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.importexport.dao.AssociationFileDAO
public class AssociationFileDAO
Constructor Summary | |
---|---|
AssociationFileDAO()
|
Method Summary | |
---|---|
void |
deleteAssociationFile(AssociationFile assfile)
Delete association file. |
boolean |
exists(java.lang.String id)
Exists. |
java.util.List |
getAssociationFiles()
Gets the association files. |
byte[] |
getContent(AssociationFile assfile)
Gets the content. |
AssociationFile |
loadFromID(java.lang.String id)
Load from id. |
void |
saveAssociationFile(AssociationFile assfile,
byte[] content)
Save association file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationFileDAO()
Method Detail |
---|
public AssociationFile loadFromID(java.lang.String id)
IAssociationFileDAO
loadFromID
in interface IAssociationFileDAO
id
- the id
public void saveAssociationFile(AssociationFile assfile, byte[] content)
IAssociationFileDAO
saveAssociationFile
in interface IAssociationFileDAO
assfile
- the assfilecontent
- the contentpublic boolean exists(java.lang.String id)
IAssociationFileDAO
exists
in interface IAssociationFileDAO
id
- the id
public void deleteAssociationFile(AssociationFile assfile)
IAssociationFileDAO
deleteAssociationFile
in interface IAssociationFileDAO
assfile
- the assfilepublic java.util.List getAssociationFiles()
IAssociationFileDAO
getAssociationFiles
in interface IAssociationFileDAO
public byte[] getContent(AssociationFile assfile)
IAssociationFileDAO
getContent
in interface IAssociationFileDAO
assfile
- the assfile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |