class ThemeActions extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThemeActions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ThemeActions(context: DynamicsContext)
Value Members
-
def
base64FromFile(path: String): IO[String]
Read file, convert to baes64.
-
def
clone(t: Theme, newname: Option[String] = None): Object
Dumb copy routine to create a payload.
- val context: DynamicsContext
- val copy: Action
- def get(command: String): Action
- def getByName(name: String): IO[Option[Theme]]
- def getWebResource(name: String): IO[Option[WebResourceOData]]
- val keepers: Seq[String]
- val list: Action
- val publish: Action
- val setLogo: Action