MessageTemplatesController class

Implemented types

Properties

commandSet MessageTemplatesCommandSet?
getter/setter pair
dependencyResolver ↔ DependencyResolver
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
persistence IMessageTemplatesPersistence
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure(ConfigParams config) → void
Configures component by passing configuration parameters.
createTemplate(String? correlationId, MessageTemplateV1 template) Future<MessageTemplateV1?>
Creates a template.
override
deleteTemplateById(String? correlationId, String id) Future<MessageTemplateV1?>
Deleted a template by it's unique id.
override
getCommandSet() → CommandSet
Gets a command set.
getTemplateById(String? correlationId, String id) Future<MessageTemplateV1?>
Gets a template by its unique id.
override
getTemplateByIdOrName(String? correlationId, String idOrName) Future<MessageTemplateV1?>
Gets a template by its unique id or name.
override
getTemplates(String? correlationId, FilterParams? filter, PagingParams? paging) Future<DataPage<MessageTemplateV1>>
Gets a page of templates retrieved by a given filter.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setReferences(IReferences references) → void
Set references to component.
toString() String
A string representation of this object.
inherited
updateTemplate(String? correlationId, MessageTemplateV1 template) Future<MessageTemplateV1?>
Updates a template.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited