Uses of Class
org.cxbox.source.dto.AudDictionaryDto
-
Packages that use AudDictionaryDto Package Description org.cxbox.source.dto org.cxbox.source.services.meta -
-
Uses of AudDictionaryDto in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type AudDictionaryDto Modifier and Type Field Description static org.cxbox.constgen.DtoField<AudDictionaryDto,String>AudDictionaryDto_. dictTypestatic org.cxbox.constgen.DtoField<AudDictionaryDto,LocalDateTime>AudDictionaryDto_. eventDatestatic org.cxbox.constgen.DtoField<AudDictionaryDto,String>AudDictionaryDto_. eventTypestatic org.cxbox.constgen.DtoField<AudDictionaryDto,String>AudDictionaryDto_. key -
Uses of AudDictionaryDto in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type AudDictionaryDto Modifier and Type Method Description voidAudDictionaryFieldMetaBuilder. buildIndependentMeta(FieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long parentId)voidAudDictionaryFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long id, Long parentId)
-