Uses of Class
org.exoplatform.portal.jdbc.entity.ComponentEntity
Packages that use ComponentEntity
Package
Description
-
Uses of ComponentEntity in org.exoplatform.portal.jdbc.entity
Subclasses of ComponentEntity in org.exoplatform.portal.jdbc.entityModifier and TypeClassDescriptionclassclassclassclassMethods in org.exoplatform.portal.jdbc.entity that return types with arguments of type ComponentEntityModifier and TypeMethodDescriptionContainerEntity.getChildren()PageEntity.getChildren()SiteEntity.getChildren()Method parameters in org.exoplatform.portal.jdbc.entity with type arguments of type ComponentEntityModifier and TypeMethodDescriptionvoidContainerEntity.setChildren(List<ComponentEntity> children) voidPageEntity.setChildren(List<ComponentEntity> children) voidSiteEntity.setChildren(List<ComponentEntity> children) -
Uses of ComponentEntity in org.exoplatform.portal.mop.dao
Classes in org.exoplatform.portal.mop.dao with type parameters of type ComponentEntity -
Uses of ComponentEntity in org.exoplatform.portal.mop.storage
Methods in org.exoplatform.portal.mop.storage that return types with arguments of type ComponentEntityModifier and TypeMethodDescriptionLayoutStorage.saveChildren(org.json.simple.JSONArray pageBody, List<org.exoplatform.portal.pom.data.ComponentData> children)