Uses of Class
org.cxbox.source.dto.DictionaryTypeDescDTO
Packages that use DictionaryTypeDescDTO
Package
Description
-
Uses of DictionaryTypeDescDTO in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type DictionaryTypeDescDTOModifier and TypeFieldDescriptionstatic final org.cxbox.constgen.DtoField<DictionaryTypeDescDTO,String> DictionaryTypeDescDTO_.typestatic final 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 DictionaryTypeDescDTOModifier and TypeMethodDescriptionprotected CreateResult<DictionaryTypeDescDTO>DictionaryTypeDescServiceImpl.doCreateEntity(DictionaryTypeDesc entity, BusinessComponent bc) protected ActionResultDTO<DictionaryTypeDescDTO>DictionaryTypeDescServiceImpl.doUpdateEntity(DictionaryTypeDesc item, DictionaryTypeDescDTO data, BusinessComponent bc) DictionaryTypeDescServiceImpl.getActions()Methods in org.cxbox.source.services.data.impl with parameters of type DictionaryTypeDescDTOModifier and TypeMethodDescriptionprotected 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 DictionaryTypeDescDTOModifier and TypeMethodDescriptionvoidDictionaryTypeDescFieldMetaBuilder.buildIndependentMeta(FieldsMeta<DictionaryTypeDescDTO> fields, InnerBcDescription bcDescription, Long parRowId) voidDictionaryTypeDescFieldMetaBuilder.buildRowDependentMeta(RowDependentFieldsMeta<DictionaryTypeDescDTO> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)