|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mapping | |
---|---|
fr.paris.lutece.plugins.files2docs.business |
Uses of Mapping in fr.paris.lutece.plugins.files2docs.business |
---|
Methods in fr.paris.lutece.plugins.files2docs.business that return Mapping | |
---|---|
static Mapping |
MappingHome.findByDocumentTypeCode(java.lang.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 |
IMappingDAO.load(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping from the table |
Mapping |
MappingDAO.load(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping from the table |
Mapping |
IMappingDAO.selectByDocumentTypeCode(java.lang.String strDocumentTypeCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping filtered by document type code |
Mapping |
MappingDAO.selectByDocumentTypeCode(java.lang.String strDocumentTypeCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping filtered by document type code |
Methods in fr.paris.lutece.plugins.files2docs.business that return types with arguments of type Mapping | |
---|---|
static java.util.Collection<Mapping> |
MappingHome.findAllMapping(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the mapping objects |
java.util.Collection<Mapping> |
IMappingDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the mapping |
java.util.Collection<Mapping> |
MappingDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the mapping |
Methods in fr.paris.lutece.plugins.files2docs.business with parameters of type Mapping | |
---|---|
static void |
MappingHome.create(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates an instance of the mapping class |
void |
IMappingDAO.insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table |
void |
MappingDAO.insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table |
void |
IMappingDAO.store(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the record in the table |
void |
MappingDAO.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |