Uses of Class
org.cxbox.source.dto.DictionaryTypeDescDTO
-
Packages that use DictionaryTypeDescDTO Package Description org.cxbox.source.dto org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of DictionaryTypeDescDTO in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type DictionaryTypeDescDTO Modifier and Type Field Description static org.cxbox.constgen.DtoField<DictionaryTypeDescDTO,String>DictionaryTypeDescDTO_. typestatic org.cxbox.constgen.DtoField<DictionaryTypeDescDTO,String>DictionaryTypeDescDTO_. typeDesc -
Uses of DictionaryTypeDescDTO in org.cxbox.source.services.data.impl
Methods in org.cxbox.source.services.data.impl that return types with arguments of type DictionaryTypeDescDTO Modifier and Type Method Description protected CreateResult<DictionaryTypeDescDTO>DictionaryTypeDescServiceImpl. doCreateEntity(DictionaryTypeDesc entity, BusinessComponent bc)protected ActionResultDTO<DictionaryTypeDescDTO>DictionaryTypeDescServiceImpl. doUpdateEntity(DictionaryTypeDesc item, DictionaryTypeDescDTO data, BusinessComponent bc)Actions<DictionaryTypeDescDTO>DictionaryTypeDescServiceImpl. getActions()Methods in org.cxbox.source.services.data.impl with parameters of type DictionaryTypeDescDTO Modifier and Type Method Description protected ActionResultDTO<DictionaryTypeDescDTO>DictionaryTypeDescServiceImpl. doUpdateEntity(DictionaryTypeDesc item, DictionaryTypeDescDTO data, BusinessComponent bc) -
Uses of DictionaryTypeDescDTO in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type DictionaryTypeDescDTO Modifier and Type Method Description voidDictionaryTypeDescFieldMetaBuilder. buildIndependentMeta(FieldsMeta<DictionaryTypeDescDTO> fields, InnerBcDescription bcDescription, Long parRowId)voidDictionaryTypeDescFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<DictionaryTypeDescDTO> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-