Package

com.gu.atom

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. trait AtomDynamoFormats[A] extends AnyRef

    Permalink
  2. case class DataError(info: String) extends DataStoreError with Product with Serializable

    Permalink
  3. trait DataStore extends DataStoreResult

    Permalink
  4. sealed abstract class DataStoreError extends Exception

    Permalink
  5. trait DataStoreResult extends AnyRef

    Permalink
  6. case class DynamoCompositeKey(partitionKey: String, sortKey: Option[String] = None) extends Product with Serializable

    Permalink
  7. abstract class DynamoDataStore[D] extends DataStore with AtomDynamoFormats[D]

    Permalink
  8. trait MediaAtomDynamoFormats extends AtomDynamoFormats[MediaAtom]

    Permalink
  9. trait PreviewDataStore extends DataStore

    Permalink
  10. abstract class PreviewDynamoDataStore[D] extends DynamoDataStore[D] with PreviewDataStore

    Permalink
  11. trait PublishedDataStore extends DataStore

    Permalink
  12. abstract class PublishedDynamoDataStore[D] extends DynamoDataStore[D] with PublishedDataStore

    Permalink
  13. case class VersionConflictError(requestVer: Long) extends DataStoreError with Product with Serializable

    Permalink

Value Members

  1. object DataStoreResult extends DataStoreResult

    Permalink
  2. object IDConflictError extends DataStoreError with Product with Serializable

    Permalink
  3. object IDNotFound extends DataStoreError with Product with Serializable

    Permalink
  4. object MediaAtomDynamoFormats extends MediaAtomDynamoFormats

    Permalink
  5. object ReadError extends DataStoreError with Product with Serializable

    Permalink
  6. object ScanamoUtil

    Permalink

Ungrouped