|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mapping | |
|---|---|
| fr.paris.lutece.plugins.document.modules.calendar.business | |
| fr.paris.lutece.plugins.document.modules.calendar.service | |
| Uses of Mapping in fr.paris.lutece.plugins.document.modules.calendar.business |
|---|
| Methods in fr.paris.lutece.plugins.document.modules.calendar.business that return Mapping | |
|---|---|
static Mapping |
MappingHome.findByCodeDocumentType(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a mapping whose identifier is specified in parameter |
Mapping |
IMappingDAO.load(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the mapping from the table |
Mapping |
MappingDAO.load(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the mapping from the table |
| Methods in fr.paris.lutece.plugins.document.modules.calendar.business that return types with arguments of type Mapping | |
|---|---|
static java.util.List<Mapping> |
MappingHome.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of all mapping |
java.util.List<Mapping> |
IMappingDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all mapping returns them in a list |
java.util.List<Mapping> |
MappingDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all mapping returns them in a list |
| Methods in fr.paris.lutece.plugins.document.modules.calendar.business with parameters of type Mapping | |
|---|---|
static void |
MappingHome.create(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of mapping |
void |
IMappingDAO.insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
MappingDAO.insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IMappingDAO.store(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
void |
MappingDAO.store(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
static void |
MappingHome.update(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the mapping which is specified in parameter |
| Uses of Mapping in fr.paris.lutece.plugins.document.modules.calendar.service |
|---|
| Methods in fr.paris.lutece.plugins.document.modules.calendar.service that return types with arguments of type Mapping | |
|---|---|
static java.util.List<Mapping> |
MappingService.getCodeDocumentTypeWithoutMapping()
Return all document types from document_type which are not present in documenttocalendar_mapping |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||