Package fr.abes.cbs.notices
Interface INotice
-
- All Known Implementing Classes:
Autorite,Biblio,DonneeLocale,Exemplaire,Notice,NoticeConcrete
public interface INotice
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSousZone(String zone, String sousZone, String valeur)voidaddSousZone(String zone, String sousZone, String valeur, Integer index)voidaddSousZone(String zone, String sousZone, String valeur, String sousZoneBefore, String valeurBefore)voidaddZone(Zone zone)voidaddZone(String zone, String valeur)voidaddZone(String zone, String sousZone, String valeur)voidaddZone(String zone, String sousZone, String valeur, char[] indicateurs)voidaddZoneEtatCollection(String zone, String sousZone, String valeur, char[] indicateurs)voiddeleteSousZone(String zone, String sousZone)voiddeleteZone(String zone)voiddeleteZone(String zone, Integer index)voiddeleteZoneWithValue(String zone, String sousZone, String valeur)ZonefindZone(String label, Integer index)List<Zone>findZones(String label)List<Zone>findZoneWithPattern(String zone, String sousZone, String pattern)com.google.common.collect.ListMultimap<String,Zone>getListeZones()StringgetNumEx()TYPE_NOTICEgetType()voidreplaceSousZone(String zone, String sousZone, String valeur)voidreplaceSousZoneWithValue(String zone, String sousZone, String valeurInit, String newValeur)
-
-
-
Method Detail
-
addZone
void addZone(String zone, String sousZone, String valeur) throws ZoneException
- Throws:
ZoneException
-
addZone
void addZone(String zone, String sousZone, String valeur, char[] indicateurs) throws ZoneException
- Throws:
ZoneException
-
addZone
void addZone(String zone, String valeur) throws ZoneException
- Throws:
ZoneException
-
addZone
void addZone(Zone zone)
-
addZoneEtatCollection
void addZoneEtatCollection(String zone, String sousZone, String valeur, char[] indicateurs) throws ExecutionControl.NotImplementedException, ZoneException
-
replaceSousZoneWithValue
void replaceSousZoneWithValue(String zone, String sousZone, String valeurInit, String newValeur)
-
addSousZone
void addSousZone(String zone, String sousZone, String valeur) throws Exception
- Throws:
Exception
-
deleteZone
void deleteZone(String zone)
-
getNumEx
String getNumEx() throws ExecutionControl.NotImplementedException
-
addSousZone
void addSousZone(String zone, String sousZone, String valeur, Integer index) throws Exception
- Throws:
Exception
-
addSousZone
void addSousZone(String zone, String sousZone, String valeur, String sousZoneBefore, String valeurBefore) throws ZoneException
- Throws:
ZoneException
-
getType
TYPE_NOTICE getType()
-
-