|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentSpaceDAO
Method Summary | |
---|---|
void |
delete(int nSpaceId)
Delete a record from the table |
fr.paris.lutece.util.ReferenceList |
getAllowedDocumentTypes(int nSpaceId)
Returns all allowed document types for a given space |
fr.paris.lutece.util.ReferenceList |
getDocumentSpaceList()
Load the list of documentSpaces |
fr.paris.lutece.util.ReferenceList |
getIconsList()
Gets a list of icons available or space customization |
fr.paris.lutece.util.ReferenceList |
getViewTypeList(java.util.Locale locale)
Load the list of documentSpaces |
void |
insert(DocumentSpace space)
Insert a new record in the table. |
DocumentSpace |
load(int nDocumentSpaceId)
Load the data of DocumentSpace from the table |
java.util.List<DocumentSpace> |
selectAll()
Select all spaces |
java.util.List<DocumentSpace> |
selectChilds(int nSpaceId)
Load the list of documentSpaces |
void |
store(DocumentSpace space)
Update the record in the table |
Method Detail |
---|
void delete(int nSpaceId)
nSpaceId
- The Id to deletefr.paris.lutece.util.ReferenceList getAllowedDocumentTypes(int nSpaceId)
nSpaceId
- The space Id
fr.paris.lutece.util.ReferenceList getDocumentSpaceList()
fr.paris.lutece.util.ReferenceList getIconsList()
fr.paris.lutece.util.ReferenceList getViewTypeList(java.util.Locale locale)
void insert(DocumentSpace space)
space
- The space objectDocumentSpace load(int nDocumentSpaceId)
nDocumentSpaceId
- The identifier of DocumentSpace
java.util.List<DocumentSpace> selectAll()
java.util.List<DocumentSpace> selectChilds(int nSpaceId)
nSpaceId
-
void store(DocumentSpace space)
space
- The reference of space
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |