Package fr.abes.cbs.notices
Class DonneeLocale
- java.lang.Object
-
- fr.abes.cbs.notices.Notice
-
- fr.abes.cbs.notices.DonneeLocale
-
-
Field Summary
-
Fields inherited from class fr.abes.cbs.notices.Notice
listeZones
-
-
Constructor Summary
Constructors Constructor Description DonneeLocale(String notice)DonneeLocale(String notice, FORMATS format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateLocaleFromUnimarc(String donneesLocales)Constructeur d'un objet DonnéesLocales à partir d'une chaine issue du SudocStringgetNumEx()TYPE_NOTICEgetType()-
Methods inherited from class fr.abes.cbs.notices.Notice
addSousZone, addSousZone, addSousZone, addZone, addZone, addZone, addZone, addZoneEtatCollection, createNoticeFromXml, deleteSousZone, deleteZone, deleteZone, deleteZoneWithValue, findZone, findZones, findZoneWithPattern, genererZonesSansSousZone, getIndicateurs, initListeZones, replaceSousZone, replaceSousZoneWithValue, toString, traiterSousZonesXml
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface fr.abes.cbs.notices.INotice
getListeZones
-
-
-
-
Constructor Detail
-
DonneeLocale
public DonneeLocale(String notice) throws ZoneException
- Throws:
ZoneException
-
DonneeLocale
public DonneeLocale(String notice, FORMATS format) throws ZoneException, org.dom4j.DocumentException
- Throws:
ZoneExceptionorg.dom4j.DocumentException
-
-
Method Detail
-
createLocaleFromUnimarc
public void createLocaleFromUnimarc(String donneesLocales) throws ZoneException
Constructeur d'un objet DonnéesLocales à partir d'une chaine issue du Sudoc- Parameters:
donneesLocales-- Throws:
ZoneException
-
getNumEx
public String getNumEx() throws ExecutionControl.NotImplementedException
-
getType
public TYPE_NOTICE getType()
-
-