ITicketUserAdapter Methods |
[This is preliminary documentation and is subject to change.]
The ITicketUserAdapter type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) |
![]() | ITicketDetails | FilteredTicketDetails(ITicketUser, Int64) |
Returns ticket details with posts the user should see
(Inherited from ITicketAuthorizer.) |
![]() | IPaginationT, T: ITicket | FilterViewableTickets(ITicketUser, ITicketFilter, PaginationRequestITicket) |
Returns tickets filtered by what the user should see
(Inherited from ITicketAuthorizer.) |
![]() | IEnumerableT, T: IServiceProvider | GetAccessibleServiceProviders(ITicketUser, NullableInt64) |
Returns the service providers that can be selected
(Inherited from ITicketAuthorizer.) |
![]() | IEnumerableT, T: ITicketDepartment | GetAccessibleTicketDepartments(ITicketUser, NullableInt64, Int64) |
Returns the ticket departments that can be selected
(Inherited from ITicketAuthorizer.) |
![]() | IEnumerableT, T: ITicketPriority | GetAccessibleTicketPriorities(ITicketUser, NullableInt64) |
Returns the ticket priorities that can be selected
(Inherited from ITicketAuthorizer.) |
![]() | IEnumerableT, T: ITicketStatus | GetAccessibleTicketStatuses(ITicketUser, NullableInt64) |
Returns the ticket statuses that can be selected
(Inherited from ITicketAuthorizer.) |
![]() | IEnumerableT, T: ITicketType | GetAccessibleTicketTypes(ITicketUser, NullableInt64, Int64) |
Returns the ticket types that can be selected
(Inherited from ITicketAuthorizer.) |
![]() | IDictionaryTKey, TValue, T: Int64 | GetEmailAddresses(IEnumerableInt64) |
Retrieves email addresses for specific ticket user ids
|
![]() | IDictionaryTKey, TValue, T: Int64 | GetSmsAddresses(IEnumerableInt64) |
Retrieves sms addresses for specific ticket user ids
|