Uses of Class
io.higson.runtime.model.DomainObjectImpl
Packages that use DomainObjectImpl
-
Uses of DomainObjectImpl in io.higson.runtime.dao
Methods in io.higson.runtime.dao that return DomainObjectImplModifier and TypeMethodDescriptionDomainCacheJdbcDao.getObjectById(int elementId, String path, DomainObjectTypeImpl type, AttributeValueProvider valueProvider, Set<Integer> regionIds) Methods in io.higson.runtime.dao that return types with arguments of type DomainObjectImplModifier and TypeMethodDescriptionDomainCacheJdbcDao.getObjectsById(String profileCode, int sessionId, Map<String, DomainObjectTypeImpl> types, Set<Integer> userRegionVersions) -
Uses of DomainObjectImpl in io.higson.runtime.model
Methods in io.higson.runtime.model that return DomainObjectImplMethods in io.higson.runtime.model that return types with arguments of type DomainObjectImplMethods in io.higson.runtime.model with parameters of type DomainObjectImplModifier and TypeMethodDescriptionvoidDomainObjectImpl.addReference(DomainObjectImpl referenced, String referenceInCollectionCode) intDomainObjectImpl.compareTo(DomainObjectImpl o) voidTreeDomain.initObjectIdsAndPath(DomainObjectImpl domainObj) voidTreeDomain.reloadRootElement(String childPath, DomainObjectImpl childNew) voidDomainObjectImpl.removeChild(DomainObjectImpl child) Method parameters in io.higson.runtime.model with type arguments of type DomainObjectImplModifier and TypeMethodDescriptionvoidDomainObjectImpl.addChildren(List<DomainObjectImpl> children) voidDomainObjectImpl.setChildren(List<DomainObjectImpl> children) voidTreeDomain.setRoots(List<DomainObjectImpl> roots, Map<String, DomainObjectTypeImpl> types, Map<String, List<ReferenceDto>> parentReference, Map<String, List<DomainCacheJdbcDao.DomainAttributeLoadWrapper>> objectIdToAllAttributes)