Package | Description |
---|---|
fr.paris.lutece.plugins.files2docs.business |
Modifier and Type | Method and Description |
---|---|
static Mapping |
MappingHome.findByDocumentTypeCode(String strDocumentTypeCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping object filtered by document type code
|
static Mapping |
MappingHome.findByPrimaryKey(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a mapping whose identifier is specified in parameter
|
Mapping |
MappingDAO.load(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping from the table
|
Mapping |
IMappingDAO.load(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping from the table
|
Mapping |
MappingDAO.selectByDocumentTypeCode(String strDocumentTypeCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping filtered by document type code
|
Mapping |
IMappingDAO.selectByDocumentTypeCode(String strDocumentTypeCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping filtered by document type code
|
Modifier and Type | Method and Description |
---|---|
static Collection<Mapping> |
MappingHome.findAllMapping(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the mapping objects
|
Collection<Mapping> |
MappingDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the mapping
|
Collection<Mapping> |
IMappingDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the mapping
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingHome.create(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates an instance of the mapping class
|
void |
MappingDAO.insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table
|
void |
IMappingDAO.insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table
|
void |
MappingDAO.store(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the record in the table
|
void |
IMappingDAO.store(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the record in the table
|
static void |
MappingHome.update(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the mapping which is specified in parameter
|
Copyright © 2015 City of Paris. All rights reserved.