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: String): NodeSeq
  5. def articleInPointedBrackets(subfield: Node, nonFiling: Int, shouldRemoveIsbd: Boolean): NodeSeq
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val cleanIsbd: Set[String]
    Attributes
    protected
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def copyField(field: Node, tag: String, ind1: String, ind2: String): NodeSeq
  10. def copySubfield(subfield: Node): Node
  11. def copySubfieldIsbd(subfield: Node): Node
  12. def copySubfields(field: Node): NodeSeq
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def fieldExists(recordAsXml: Elem, field: String): Boolean
  16. def fieldIsEqual(recordAsXml: Elem, field: String, subfield: String, text: String): Boolean
  17. def fieldStartsWith(recordAsXml: Elem, field: String, subfield: String, text: String): Boolean
  18. def getByPrefix(field: Node, prefix: String): String
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def getControlfield(rec: Node, controlfield: String): NodeSeq
  21. def getDatestamp(recordAsXml: Elem): NodeSeq
    Definition Classes
    Mapper
  22. def getFirstYear(recordAsXml: Elem): Option[Int]
  23. def getHolding(recordAsXml: Elem): NodeSeq
  24. def getItem(field: Node): NodeSeq
  25. def getLeader06Field(recordAsXml: Elem): String
  26. def getProcessDate: String
    Definition Classes
    Mapper
  27. def getSubfields(rec: Node, field: String, subfield: String): NodeSeq
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. lazy val ignoreField: Set[String]
    Attributes
    protected
  30. def isFromLibrary(recordAsXml: Elem, libraryCode: String): Boolean
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. 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
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. def publishedBefore(recordAsXml: Elem, year: Int): Boolean
  37. def removeIsbd(s: String): String
  38. def swisscollectionsFilter(identifier: String, recordAsXml: Elem): Boolean
    Definition Classes
    Mapper
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. 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