Packages

class MarcMapper extends Mapper

Linear Supertypes
Mapper, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MarcMapper
  2. Mapper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MarcMapper()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addEntry(recordAsXml: Elem, field: Node, ind2: Int): NodeSeq
  5. def addMusicCharacteristics(recordAsXml: Elem): NodeSeq
  6. def articleInPointedBrackets(subfield: Node, nonFiling: Int, shouldRemoveIsbd: Boolean): NodeSeq
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. lazy val cleanIsbd: Set[String]
    Attributes
    protected
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def copyField(field: Node, tag: String, ind1: String, ind2: String): NodeSeq
  11. def copySubfield(subfield: Node): Node
  12. def copySubfieldIsbd(subfield: Node): Node
  13. def copySubfields(field: Node): NodeSeq
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def fieldExists(recordAsXml: Elem, field: String): Boolean
  17. def fieldIsEqual(recordAsXml: Elem, field: String, subfield: String, text: String): Boolean
  18. def fieldStartsWith(recordAsXml: Elem, field: String, subfield: String, text: String): Boolean
  19. def getAutId(field: Node): String
  20. def getByPrefix(field: Node, prefix: String): String
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def getControlfield(rec: Node, controlfield: String): NodeSeq
  23. def getDatestamp(recordAsXml: Elem): NodeSeq
    Definition Classes
    Mapper
  24. def getFirstYear(recordAsXml: Elem): Option[Int]
  25. def getHolding(recordAsXml: Elem): NodeSeq
  26. def getItem(field: Node): NodeSeq
  27. def getLeader06Field(recordAsXml: Elem): String
  28. def getProcessDate: String
    Definition Classes
    Mapper
  29. def getSubfields(rec: Node, field: String, subfield: String): NodeSeq
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. lazy val ignoreField: Set[String]
    Attributes
    protected
  32. def isFromLibrary(recordAsXml: Elem, libraryCode: String): Boolean
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def mapToXmlMarc(recordAsXml: Elem): Elem

    This method maps the xml from a source to a marc21 xml which fits swisscollections requirements

    This method maps the xml from a source to a marc21 xml which fits swisscollections requirements

    recordAsXml

    the source record

    Definition Classes
    MarcMapperMapper
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. def publishedBefore(recordAsXml: Elem, year: Int): Boolean
  39. def removeIsbd(s: String): String
  40. def swisscollectionsFilter(identifier: String, recordAsXml: Elem): Boolean
    Definition Classes
    Mapper
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Mapper

Inherited from AnyRef

Inherited from Any

Ungrouped