Modifier and Type | Method and Description |
---|---|
BirtReportDto |
BirtReportDatasourceConfigDto.getReport() |
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor<BirtReportDatasourceConfigDto,BirtReportDto> |
BirtReportDatasourceConfigDto.getReportPropertyAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
BirtReportDatasourceConfigDto.setReport(BirtReportDto report) |
Modifier and Type | Class and Description |
---|---|
class |
BirtReportVariantDto
Dto for
BirtReportVariant
This file was automatically created by DtoAnnotationProcessor, version 0.1 |
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor<BirtReportDto,BirtReportFileDto> |
BirtReportDto.getReportFilePropertyAccessor() |
Modifier and Type | Class and Description |
---|---|
class |
BirtReportDtoDec
Dto Decorator for
BirtReportDto |
class |
BirtReportVariantDtoDec
Dto Decorator for
BirtReportVariantDto |
Modifier and Type | Method and Description |
---|---|
void |
BirtUtilsDao.addParametersFor(BirtReportDto report,
java.util.List<BirtParameterProposalDto> proposalDtos,
RsAsyncCallback<BirtReportDto> rsAsyncCallback) |
void |
BirtUtilsDao.proposeParametersFor(BirtReportDto report,
RsAsyncCallback<java.util.List<BirtParameterProposalDto>> callback) |
Modifier and Type | Method and Description |
---|---|
void |
BirtUtilsDao.addParametersFor(BirtReportDto report,
java.util.List<BirtParameterProposalDto> proposalDtos,
RsAsyncCallback<BirtReportDto> rsAsyncCallback) |
Modifier and Type | Method and Description |
---|---|
BirtReportDto |
BirtUtilsRpcService.addParametersFor(BirtReportDto report,
java.util.List<BirtParameterProposalDto> proposalDtos) |
Modifier and Type | Method and Description |
---|---|
BirtReportDto |
BirtUtilsRpcService.addParametersFor(BirtReportDto report,
java.util.List<BirtParameterProposalDto> proposalDtos) |
void |
BirtUtilsRpcServiceAsync.addParametersFor(BirtReportDto report,
java.util.List<BirtParameterProposalDto> proposalDtos,
<any> rsAsyncCallback) |
java.util.List<BirtParameterProposalDto> |
BirtUtilsRpcService.proposeParametersFor(BirtReportDto report) |
void |
BirtUtilsRpcServiceAsync.proposeParametersFor(BirtReportDto report,
<any> callback) |
Modifier and Type | Method and Description |
---|---|
BirtReportDto |
BirtUtilsRpcServiceImpl.addParametersFor(BirtReportDto reportDto,
java.util.List<BirtParameterProposalDto> proposalDtos) |
Modifier and Type | Method and Description |
---|---|
BirtReportDto |
BirtUtilsRpcServiceImpl.addParametersFor(BirtReportDto reportDto,
java.util.List<BirtParameterProposalDto> proposalDtos) |
java.util.List<BirtParameterProposalDto> |
BirtUtilsRpcServiceImpl.proposeParametersFor(BirtReportDto birtReportDto) |
Modifier and Type | Method and Description |
---|---|
BirtReport |
Dto2BirtReportGenerator.createPoso(BirtReportDto dto) |
BirtReport |
Dto2BirtReportGenerator.createUnmanagedPoso(BirtReportDto dto) |
BirtReport |
Dto2BirtReportGenerator.loadAndMergePoso(BirtReportDto dto) |
BirtReport |
Dto2BirtReportGenerator.loadPoso(BirtReportDto dto) |
void |
Dto2BirtReportGenerator.mergePoso(BirtReportDto dto,
BirtReport poso) |
void |
Dto2BirtReportGenerator.mergeUnmanagedPoso(BirtReportDto dto,
BirtReport poso) |
void |
Dto2BirtReportGenerator.postProcessCreate(BirtReportDto dto,
BirtReport poso) |
void |
Dto2BirtReportGenerator.postProcessCreateUnmanaged(BirtReportDto dto,
BirtReport poso) |
void |
Dto2BirtReportGenerator.postProcessLoad(BirtReportDto dto,
BirtReport poso) |
void |
Dto2BirtReportGenerator.postProcessMerge(BirtReportDto dto,
BirtReport poso) |
boolean |
Dto2BirtReportGenerator.validateKeyProperty(BirtReportDto dto,
BirtReport poso) |