|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentAutoPublicationDAO
This class porvides Data Access methods for DocumentAutoPublicationDAO interface
Method Summary | |
---|---|
void |
delete(int nPortletId,
int nSpaceId)
Delete records from a Document Auto Publication object identifier in the table document_auto_publication |
void |
deleteAllSpaces(int nPortletId)
Delete records from a portlet |
void |
insert(DocumentAutoPublication documentAutoPublication)
Insert a new record in the table document_auto_publication |
java.util.Collection<DocumentAutoPublication> |
load()
Loads all data Document Auto Publication |
DocumentAutoPublication |
load(int nPortletId,
int nSpaceId)
Loads the data of Document Auto Publication whose identifier is specified in parameter |
java.util.Collection<DocumentAutoPublication> |
selectByPortletId(int nPortletId)
Load the list of Document Auto Publication whose portlet identifier is specified in parameter |
java.util.Collection<DocumentAutoPublication> |
selectBySpaceId(int nSpaceId)
Load the list of Document Auto Publication whose DocumentSpace identifier is specified in parameter |
void |
store(DocumentAutoPublication documentAutoPublication)
Update the record in the table |
Method Detail |
---|
void insert(DocumentAutoPublication documentAutoPublication)
portlet
- the instance of the DocumentAutoPublication object to insertDocumentAutoPublication load(int nPortletId, int nSpaceId)
nPortletId
- The Portlet
identifiernSpaceId
- The DocumentSpace
identifier
DocumentAutoPublication
objectjava.util.Collection<DocumentAutoPublication> load()
Collection
of DocumentAutoPublication
objectjava.util.Collection<DocumentAutoPublication> selectByPortletId(int nPortletId)
nPortletId
- The Portlet
identifier
Collection
of DocumentAutoPublication
objectjava.util.Collection<DocumentAutoPublication> selectBySpaceId(int nSpaceId)
DocumentSpace
identifier is specified in parameter
nSpaceId
- The DocumentSpace
identifier
Collection
of DocumentAutoPublication
objectvoid store(DocumentAutoPublication documentAutoPublication)
The
- DocumentAutoPublication to updatevoid delete(int nPortletId, int nSpaceId)
nPortletId
- the portlet identifiernSpaceId
- the DocumentSpace
identifiervoid deleteAllSpaces(int nPortletId)
nPortletId
- the portlet identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |