Uses of Class
org.cxbox.source.dto.DictionaryItemDTO
-
Packages that use DictionaryItemDTO Package Description org.cxbox.source.dto org.cxbox.source.services.data org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of DictionaryItemDTO in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type DictionaryItemDTO Modifier and Type Field Description static org.cxbox.constgen.DtoField<DictionaryItemDTO,Boolean>DictionaryItemDTO_. activestatic org.cxbox.constgen.DtoField<DictionaryItemDTO,Boolean>DictionaryItemDTO_. additionFlgstatic org.cxbox.constgen.DtoField<DictionaryItemDTO,String>DictionaryItemDTO_. descriptionstatic org.cxbox.constgen.DtoField<DictionaryItemDTO,Integer>DictionaryItemDTO_. displayOrderstatic org.cxbox.constgen.DtoField<DictionaryItemDTO,String>DictionaryItemDTO_. keystatic org.cxbox.constgen.DtoField<DictionaryItemDTO,String>DictionaryItemDTO_. typestatic 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 Modifier and Type Method Description List<DictionaryItemDTO>DictionaryItemService. reloadCache() -
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 DictionaryItemDTO Modifier and Type Method Description protected CreateResult<DictionaryItemDTO>DictionaryItemsServiceImpl. doCreateEntity(DictionaryItem entity, BusinessComponent bc)protected ActionResultDTO<DictionaryItemDTO>DictionaryItemsServiceImpl. doUpdateEntity(DictionaryItem item, DictionaryItemDTO data, BusinessComponent bc)Actions<DictionaryItemDTO>DictionaryItemsServiceImpl. getActions()List<DictionaryItemDTO>DictionaryItemsServiceImpl. reloadCache()Methods in org.cxbox.source.services.data.impl with parameters of type DictionaryItemDTO Modifier and Type Method Description protected 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 DictionaryItemDTO Modifier and Type Method Description voidDictionaryItemsFieldMetaBuilder. buildIndependentMeta(FieldsMeta<DictionaryItemDTO> fields, InnerBcDescription bcDescription, Long parRowId)voidDictionaryItemsFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<DictionaryItemDTO> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-