Package fr.abes.cbs.notices
Class Autorite
- java.lang.Object
-
- fr.abes.cbs.notices.Notice
-
- fr.abes.cbs.notices.Autorite
-
-
Field Summary
-
Fields inherited from class fr.abes.cbs.notices.Notice
listeZones
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateAutoriteFromUnimarc(String autoriteUnm)StringgetNumEx()TYPE_NOTICEgetType()protected voidtraiterSousZonesXml(String zoneId, char[] indicateurs, List<org.dom4j.Node> listeSousZones, Integer indexZone)Méthode de traitement des sous zones d'une zone formattée en xml-
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
-
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
-
Autorite
public Autorite(String notice) throws ZoneException
- Throws:
ZoneException
-
Autorite
public Autorite(String notice, FORMATS format) throws ZoneException, ParseException, org.dom4j.DocumentException
- Throws:
ZoneExceptionParseExceptionorg.dom4j.DocumentException
-
-
Method Detail
-
getNumEx
public String getNumEx() throws ExecutionControl.NotImplementedException
-
getType
public TYPE_NOTICE getType()
-
traiterSousZonesXml
protected void traiterSousZonesXml(String zoneId, char[] indicateurs, List<org.dom4j.Node> listeSousZones, Integer indexZone) throws ZoneException
Méthode de traitement des sous zones d'une zone formattée en xml- Overrides:
traiterSousZonesXmlin classNotice- Parameters:
zoneId- : Objet XML correspondant à la zoneindicateurs- : tableau contenant les 2 indicateurslisteSousZones- : liste de nodes contenant l'ensemble des sous zones de la zoneindexZone- : index ou placer la zone dans la liste multimap- Throws:
ZoneException
-
createAutoriteFromUnimarc
public void createAutoriteFromUnimarc(String autoriteUnm) throws ZoneException
- Throws:
ZoneException
-
-