| IMessageExtendedTemplateManager Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Provisioning.IMessageExtendedTemplateManager"]
Namespace: Netadmin.Management.Provisioning
public interface IMessageExtendedTemplateManager : IManager<IMessageExtendedTemplate>, ICruddableBatch<IMessageExtendedTemplate>, ICreateableBatch<IMessageExtendedTemplate>, IDetailsableBatch<IMessageExtendedTemplate>, IUpdateableBatch<IMessageExtendedTemplate>, IDeletableBatch<IMessageExtendedTemplate>, IFilterable<IMessageExtendedTemplate, IMessageExtendedTemplateFilter>
The IMessageExtendedTemplateManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| IEnumerableT | Create(IEnumerableT) |
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.) | |
| void | Delete(IEnumerableInt64) |
Deletes multiple entities in one operation
(Inherited from IDeletableBatchT.) | |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) | |
| IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) | |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | GetMessageExtendedSubscriptionJobTypes(IEnumerableInt64) |
Gets "configured" SubscriptionJobTypes on MessageExtendedTemplate
| |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | GetNaUsers(IEnumerableInt64) |
Retrieves configured netadmin users for a set of templates
| |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | GetServices(IEnumerableInt64) |
Retrieves configured services for a set of templates
| |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | GetSpUsers(IEnumerableInt64) |
Retrieves configured service provider users for a set of templates
| |
| void | SetMessageExtendedSubscriptionJobTypes(Int64, IEnumerableInt64) |
Sets the configurations that will constraint the trigger of a MessageExtended event occuring on a given configuration
| |
| void | SetNaUsers(Int64, IEnumerableInt64) |
Sets the specific set of user ids for a template. Will add/remove relations as required
| |
| void | SetServices(Int64, IEnumerableInt64) |
Sets the specific set of service ids for a template. Will add/remove relations as required
| |
| void | SetSpUsers(Int64, IEnumerableInt64) |
Sets the specific set of user ids for a template. Will add/remove relations as required
| |
| void | Update(IEnumerableT) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.) |
| Name | Description | ||
|---|---|---|---|
| IMessageExtendedTemplate | CreateIMessageExtendedTemplate(IMessageExtendedTemplate) | (Defined by CreateableBatchExtensions.) | |
| void | DeleteIMessageExtendedTemplate(Int64) | (Defined by DeletableBatchExtensions.) | |
| IMessageExtendedTemplate | DetailsAllIMessageExtendedTemplate(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) | |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllIMessageExtendedTemplate(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) | |
| IMessageExtendedTemplate | DetailsAnyIMessageExtendedTemplate(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) | |
| void | UpdateIMessageExtendedTemplate(IMessageExtendedTemplate) | (Defined by UpdateableBatchExtensions.) |