Uses of Class
org.javlo.service.PersistenceService
-
Packages that use PersistenceService Package Description org.javlo.helper org.javlo.module.content org.javlo.service org.javlo.test.javlo -
-
Uses of PersistenceService in org.javlo.helper
Methods in org.javlo.helper with parameters of type PersistenceService Modifier and Type Method Description static void
NavigationHelper. importPage(ContentContext ctx, PersistenceService persistenceService, NodeXML pageNode, MenuElement currentPage, String lang, boolean readOnly)
-
Uses of PersistenceService in org.javlo.module.content
-
Uses of PersistenceService in org.javlo.service
Methods in org.javlo.service that return PersistenceService Modifier and Type Method Description static PersistenceService
PersistenceService. getInstance(GlobalContext globalContext)
PersistenceService
PersistenceThread. getPersistenceService()
Methods in org.javlo.service with parameters of type PersistenceService Modifier and Type Method Description void
PersistenceThread. setPersistenceService(PersistenceService persistenceService)
-
Uses of PersistenceService in org.javlo.test.javlo
Subclasses of PersistenceService in org.javlo.test.javlo Modifier and Type Class Description class
TestPersistenceService
-