Uses of Class
org.cxbox.source.dto.DictionaryItemDTO
Packages that use DictionaryItemDTO
Package
Description
-
Uses of DictionaryItemDTO in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type DictionaryItemDTOModifier and TypeFieldDescriptionstatic final org.cxbox.constgen.DtoField<DictionaryItemDTO,Boolean> DictionaryItemDTO_.activestatic final org.cxbox.constgen.DtoField<DictionaryItemDTO,Boolean> DictionaryItemDTO_.additionFlgstatic final org.cxbox.constgen.DtoField<DictionaryItemDTO,String> DictionaryItemDTO_.descriptionstatic final org.cxbox.constgen.DtoField<DictionaryItemDTO,Integer> DictionaryItemDTO_.displayOrderstatic final org.cxbox.constgen.DtoField<DictionaryItemDTO,String> DictionaryItemDTO_.keystatic final org.cxbox.constgen.DtoField<DictionaryItemDTO,String> DictionaryItemDTO_.typestatic final org.cxbox.constgen.DtoField<DictionaryItemDTO,String> DictionaryItemDTO_.value -
Uses of DictionaryItemDTO in org.cxbox.source.services.data
Methods in org.cxbox.source.services.data that return types with arguments of type DictionaryItemDTO -
Uses of DictionaryItemDTO in org.cxbox.source.services.data.impl
Methods in org.cxbox.source.services.data.impl that return types with arguments of type DictionaryItemDTOModifier and TypeMethodDescriptionprotected CreateResult<DictionaryItemDTO>DictionaryItemsServiceImpl.doCreateEntity(DictionaryItem entity, BusinessComponent bc) protected ActionResultDTO<DictionaryItemDTO>DictionaryItemsServiceImpl.doUpdateEntity(DictionaryItem item, DictionaryItemDTO data, BusinessComponent bc) DictionaryItemsServiceImpl.getActions()DictionaryItemsServiceImpl.reloadCache()Methods in org.cxbox.source.services.data.impl with parameters of type DictionaryItemDTOModifier and TypeMethodDescriptionprotected ActionResultDTO<DictionaryItemDTO>DictionaryItemsServiceImpl.doUpdateEntity(DictionaryItem item, DictionaryItemDTO data, BusinessComponent bc) -
Uses of DictionaryItemDTO in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type DictionaryItemDTOModifier and TypeMethodDescriptionvoidDictionaryItemsFieldMetaBuilder.buildIndependentMeta(FieldsMeta<DictionaryItemDTO> fields, InnerBcDescription bcDescription, Long parRowId) voidDictionaryItemsFieldMetaBuilder.buildRowDependentMeta(RowDependentFieldsMeta<DictionaryItemDTO> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)