Package fr.abes.cbs.notices
Class NoticeConcrete
- java.lang.Object
-
- fr.abes.cbs.notices.Notice
-
- fr.abes.cbs.notices.NoticeConcrete
-
-
Field Summary
-
Fields inherited from class fr.abes.cbs.notices.Notice
listeZones
-
-
Constructor Summary
Constructors Constructor Description NoticeConcrete(Biblio biblio, DonneeLocale donneeLocale, List<Exemplaire> exemplaires)NoticeConcrete(String noticeXml)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExemplaireFromXml>getListeExemplaireFromXml(String notices)StringgetNumEx()TYPE_NOTICEgetType()static List<Exemplaire>listeExemplaireUnimarc(String listeExemplaire)StringtoString()-
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, 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
addSousZone, addSousZone, addSousZone, addZone, addZone, addZone, addZone, addZoneEtatCollection, deleteSousZone, deleteZone, deleteZone, deleteZoneWithValue, findZone, findZones, findZoneWithPattern, getListeZones, replaceSousZone, replaceSousZoneWithValue
-
-
-
-
Constructor Detail
-
NoticeConcrete
public NoticeConcrete(String noticeXml) throws org.dom4j.DocumentException, ZoneException, NoticeException
- Throws:
org.dom4j.DocumentExceptionZoneExceptionNoticeException
-
NoticeConcrete
public NoticeConcrete(Biblio biblio, DonneeLocale donneeLocale, List<Exemplaire> exemplaires)
-
-
Method Detail
-
listeExemplaireUnimarc
public static List<Exemplaire> listeExemplaireUnimarc(String listeExemplaire) throws Exception
- Throws:
Exception
-
getType
public TYPE_NOTICE getType()
-
getListeExemplaireFromXml
public List<ExemplaireFromXml> getListeExemplaireFromXml(String notices) throws org.dom4j.DocumentException
- Throws:
org.dom4j.DocumentException
-
-