Uses of Class
fr.paris.lutece.plugins.document.business.spaces.DocumentSpace

Packages that use DocumentSpace
fr.paris.lutece.plugins.document.business.spaces   
fr.paris.lutece.plugins.document.service.spaces   
 

Uses of DocumentSpace in fr.paris.lutece.plugins.document.business.spaces
 

Methods in fr.paris.lutece.plugins.document.business.spaces that return DocumentSpace
static DocumentSpace DocumentSpaceHome.create(DocumentSpace documentSpace)
          Creation of an instance of documentSpace
static DocumentSpace DocumentSpaceHome.findByPrimaryKey(int nKey)
          Returns an instance of a documentSpace whose identifier is specified in parameter
 DocumentSpace DocumentSpaceDAO.load(int nDocumentSpaceId)
          Load the data of DocumentSpace from the table
 DocumentSpace IDocumentSpaceDAO.load(int nDocumentSpaceId)
          Load the data of DocumentSpace from the table
static DocumentSpace DocumentSpaceHome.update(DocumentSpace documentSpace)
          Update of the documentSpace which is specified in parameter
 

Methods in fr.paris.lutece.plugins.document.business.spaces that return types with arguments of type DocumentSpace
static java.util.Collection<DocumentSpace> DocumentSpaceHome.findAll()
          Select all spaces
static java.util.List<DocumentSpace> DocumentSpaceHome.findChilds(int nParentSpaceId)
          Returns a collection of documentSpaces objects
 java.util.List<DocumentSpace> DocumentSpaceDAO.selectAll()
          Select all spaces
 java.util.List<DocumentSpace> IDocumentSpaceDAO.selectAll()
          Select all spaces
 java.util.List<DocumentSpace> DocumentSpaceDAO.selectChilds(int nSpaceId)
          Load the list of documentSpaces
 java.util.List<DocumentSpace> IDocumentSpaceDAO.selectChilds(int nSpaceId)
          Load the list of documentSpaces
 

Methods in fr.paris.lutece.plugins.document.business.spaces with parameters of type DocumentSpace
static DocumentSpace DocumentSpaceHome.create(DocumentSpace documentSpace)
          Creation of an instance of documentSpace
 void DocumentSpaceDAO.insert(DocumentSpace space)
          Insert a new record in the table.
 void IDocumentSpaceDAO.insert(DocumentSpace space)
          Insert a new record in the table.
 void DocumentSpaceDAO.store(DocumentSpace space)
          Update the record in the table
 void IDocumentSpaceDAO.store(DocumentSpace space)
          Update the record in the table
static DocumentSpace DocumentSpaceHome.update(DocumentSpace documentSpace)
          Update of the documentSpace which is specified in parameter
 

Uses of DocumentSpace in fr.paris.lutece.plugins.document.service.spaces
 

Methods in fr.paris.lutece.plugins.document.service.spaces that return types with arguments of type DocumentSpace
 java.util.List<DocumentSpace> DocumentSpacesService.getUserAllowedSpaces(fr.paris.lutece.portal.business.user.AdminUser user)
           
 



Copyright © 2010 Mairie de Paris. All Rights Reserved.