public interface IDocumentAutoPublicationDAO
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
Collection<DocumentAutoPublication> |
selectByPortletId(int nPortletId)
Load the list of Document Auto Publication whose portlet identifier is specified in parameter
|
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
|
void insert(DocumentAutoPublication documentAutoPublication)
documentAutoPublication - the instance of the
DocumentAutoPublication object to insertDocumentAutoPublication load(int nPortletId, int nSpaceId)
nPortletId - The Portlet identifiernSpaceId - The DocumentSpace identifierDocumentAutoPublication objectCollection<DocumentAutoPublication> load()
Collection of DocumentAutoPublication objectCollection<DocumentAutoPublication> selectByPortletId(int nPortletId)
nPortletId - The Portlet identifierCollection of DocumentAutoPublication objectCollection<DocumentAutoPublication> selectBySpaceId(int nSpaceId)
DocumentSpace identifier is specified in parameternSpaceId - The DocumentSpace identifierCollection of DocumentAutoPublication objectvoid store(DocumentAutoPublication documentAutoPublication)
documentAutoPublication - The DocumentAutoPublication to updatevoid delete(int nPortletId,
int nSpaceId)
nPortletId - the portlet identifiernSpaceId - the DocumentSpace identifiervoid deleteAllSpaces(int nPortletId)
nPortletId - the portlet identifierCopyright © 2020 City of Paris. All rights reserved.