|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.paris.lutece.plugins.document.modules.calendar.service.MappingService
public final class MappingService
MappingService
| Method Summary | |
|---|---|
static void |
getAttributeDescription(MappingAttribute mappingAttribute)
complete the mapping attribute with descriptions for user |
static List<CalendarAttribute> |
getCalendarAttributeListByIdMappingAttribute(int nIdMappingAttribute)
Return all CalendarAttribute which can be potentially mapped to the document attribute |
static List<Mapping> |
getCodeDocumentTypeWithoutMapping()
Return all document types from document_type which are not present in documenttocalendar_mapping |
static List<fr.paris.lutece.plugins.document.business.attributes.DocumentAttribute> |
getDocumentAttributesByCodeDocument(String strCodeDocumentType)
Return all attributes of a document wich are required |
static List<MappingAttribute> |
getDocumentMappingAttributeList(String strCodeDocumentType)
Return all attributes of a mapping |
static MappingAttribute |
getMappingAttribute(int nIdMappingAttribute)
Return all datas of a mapping document attribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static List<Mapping> getCodeDocumentTypeWithoutMapping()
public static List<fr.paris.lutece.plugins.document.business.attributes.DocumentAttribute> getDocumentAttributesByCodeDocument(String strCodeDocumentType)
strCodeDocumentType - document type code
public static List<MappingAttribute> getDocumentMappingAttributeList(String strCodeDocumentType)
strCodeDocumentType - document type code
public static MappingAttribute getMappingAttribute(int nIdMappingAttribute)
nIdMappingAttribute - mapping attribute id
public static void getAttributeDescription(MappingAttribute mappingAttribute)
mappingAttribute - the mapping attributepublic static List<CalendarAttribute> getCalendarAttributeListByIdMappingAttribute(int nIdMappingAttribute)
nIdMappingAttribute - mapping attribute id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||