| Modifier and Type | Method and Description |
|---|---|
Collection<OutboundTemplateTransportConfiguration> |
OutboundTransportConfigurationRepository.findAllCfgByTemplate(BigInteger templateId) |
Collection<OutboundTemplateTransportConfiguration> |
OutboundTransportConfigurationRepository.findCfgByTemplateAndType(BigInteger templateId,
String typeName) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.CollectionPath<OutboundTemplateTransportConfiguration,QOutboundTemplateTransportConfiguration> |
QTemplate.transportProperties |
| Modifier and Type | Method and Description |
|---|---|
OutboundTemplateTransportConfiguration |
AbstractTemplate.getTransportProperties(String typeName) |
OutboundTemplateTransportConfiguration |
Template.getTransportProperties(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OutboundTemplateTransportConfiguration> |
AbstractTemplate.getTransportProperties() |
Collection<OutboundTemplateTransportConfiguration> |
Template.getTransportProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTemplate.fillTransportProperties(Collection<OutboundTemplateTransportConfiguration> transportProperties) |
void |
Template.fillTransportProperties(Collection<OutboundTemplateTransportConfiguration> transportProperties) |
void |
Template.setTransportProperties(Collection<OutboundTemplateTransportConfiguration> transportProperties) |
| Constructor and Description |
|---|
QOutboundTemplateTransportConfiguration(Class<? extends OutboundTemplateTransportConfiguration> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QOutboundTemplateTransportConfiguration(com.querydsl.core.types.Path<? extends OutboundTemplateTransportConfiguration> path) |
Copyright © 2025. All rights reserved.