Uses of Class
pl.decerto.hyperon.runtime.model.HyperonDomainObjectImpl
Packages that use HyperonDomainObjectImpl
-
Uses of HyperonDomainObjectImpl in pl.decerto.hyperon.runtime.dao
Methods in pl.decerto.hyperon.runtime.dao that return HyperonDomainObjectImplModifier and TypeMethodDescriptionDomainCacheJdbcDao.getObjectById(int elementId, String path, HyperonDomainObjectTypeImpl type, AttributeValueProvider valueProvider, Set<Integer> regionIds) Methods in pl.decerto.hyperon.runtime.dao that return types with arguments of type HyperonDomainObjectImplModifier and TypeMethodDescriptionDomainCacheJdbcDao.getObjectsById(String profileCode, int sessionId, Map<String, HyperonDomainObjectTypeImpl> types, Set<Integer> userRegionVersions) -
Uses of HyperonDomainObjectImpl in pl.decerto.hyperon.runtime.model
Methods in pl.decerto.hyperon.runtime.model that return HyperonDomainObjectImplMethods in pl.decerto.hyperon.runtime.model that return types with arguments of type HyperonDomainObjectImplMethods in pl.decerto.hyperon.runtime.model with parameters of type HyperonDomainObjectImplModifier and TypeMethodDescriptionvoidHyperonDomainObjectImpl.addReference(HyperonDomainObjectImpl referenced, String referenceInCollectionCode) intHyperonDomainObjectImpl.compareTo(HyperonDomainObjectImpl o) voidTreeDomain.initObjectIdsAndPath(HyperonDomainObjectImpl domainObj) voidTreeDomain.reloadRootElement(String childPath, HyperonDomainObjectImpl childNew) voidHyperonDomainObjectImpl.removeChild(HyperonDomainObjectImpl child) Method parameters in pl.decerto.hyperon.runtime.model with type arguments of type HyperonDomainObjectImplModifier and TypeMethodDescriptionvoidHyperonDomainObjectImpl.addChildren(List<HyperonDomainObjectImpl> children) voidHyperonDomainObjectImpl.setChildren(List<HyperonDomainObjectImpl> children) voidTreeDomain.setRoots(List<HyperonDomainObjectImpl> roots, Map<String, HyperonDomainObjectTypeImpl> types, Map<String, List<ReferenceDto>> parentReference, Map<String, List<DomainCacheJdbcDao.DomainAttributeLoadWrapper>> objectIdToAllAttributes)