class ThemeActions extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThemeActions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThemeActions(context: DynamicsContext)

Value Members

  1. def base64FromFile(path: String): IO[String]

    Read file, convert to baes64.

  2. def clone(t: Theme, newname: Option[String] = None): Object

    Dumb copy routine to create a payload.

  3. val context: DynamicsContext
  4. val copy: Action
  5. def get(command: String): Action
  6. def getByName(name: String): IO[Option[Theme]]
  7. def getWebResource(name: String): IO[Option[WebResourceOData]]
  8. val keepers: Seq[String]
  9. val list: Action
  10. val publish: Action
  11. val setLogo: Action