Uses of Class
org.craftercms.studio.api.v1.dal.DependencyEntity
Packages that use DependencyEntity
Package
Description
-
Uses of DependencyEntity in org.craftercms.studio.api.v1.dal
Methods in org.craftercms.studio.api.v1.dal that return types with arguments of type DependencyEntityModifier and TypeMethodDescriptionDependencyMapper.getDependant(Map params) DependencyMapper.getDependencies(Map params) -
Uses of DependencyEntity in org.craftercms.studio.impl.v1.service.dependency
Methods in org.craftercms.studio.impl.v1.service.dependency that return types with arguments of type DependencyEntityModifier and TypeMethodDescriptionDependencyServiceImpl.createDependencyEntities(String site, String path, Set<String> dependencyPaths, String dependencyType, Set<String> extractedPaths) Method parameters in org.craftercms.studio.impl.v1.service.dependency with type arguments of type DependencyEntityModifier and TypeMethodDescriptionvoidDependencyServiceImpl.insertDependenciesIntoDatabase(List<DependencyEntity> dependencyEntities)