|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAssociationFileDAO
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. |
Method Detail |
---|
void saveAssociationFile(AssociationFile assfile, byte[] content)
assfile
- the assfilecontent
- the contentjava.util.List getAssociationFiles()
void deleteAssociationFile(AssociationFile assfile)
assfile
- the assfilebyte[] getContent(AssociationFile assfile)
assfile
- the assfile
AssociationFile loadFromID(java.lang.String id)
id
- the id
boolean exists(java.lang.String id)
id
- the id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |