Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.security.pacl.NotPrivileged

Packages that use NotPrivileged
com.liferay.portal.dao.orm.hibernate   
com.liferay.portal.freemarker   
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.velocity   
 

Uses of NotPrivileged in com.liferay.portal.dao.orm.hibernate
 

Methods in com.liferay.portal.dao.orm.hibernate with annotations of type NotPrivileged
 void SessionImpl.clear()
           
 Connection SessionImpl.close()
           
 boolean SessionImpl.contains(Object object)
           
 void SessionImpl.delete(Object object)
           
 void SessionImpl.evict(Object object)
           
 int SQLQueryImpl.executeUpdate()
           
 int QueryImpl.executeUpdate()
           
 void SessionImpl.flush()
           
 Object SessionImpl.get(Class<?> clazz, Serializable id)
           
 Object SessionImpl.get(Class<?> clazz, Serializable id, LockMode lockMode)
          Deprecated.  
 Object SessionImpl.getWrappedSession()
           
 Iterator SQLQueryImpl.iterate()
           
 Iterator<?> QueryImpl.iterate()
           
 Iterator SQLQueryImpl.iterate(boolean unmodifiable)
           
 Iterator<?> QueryImpl.iterate(boolean unmodifiable)
           
 List<?> SQLQueryImpl.list()
           
 List<?> QueryImpl.list()
           
 List<?> SQLQueryImpl.list(boolean unmodifiable)
           
 List<?> QueryImpl.list(boolean unmodifiable)
           
 List<?> SQLQueryImpl.list(boolean copy, boolean unmodifiable)
           
 List<?> QueryImpl.list(boolean copy, boolean unmodifiable)
           
 Object SessionImpl.load(Class<?> clazz, Serializable id)
           
 Object SessionImpl.merge(Object object)
           
 Serializable SessionImpl.save(Object object)
           
 void SessionImpl.saveOrUpdate(Object object)
           
 ScrollableResults SQLQueryImpl.scroll()
           
 ScrollableResults QueryImpl.scroll()
           
 Object SQLQueryImpl.uniqueResult()
           
 Object QueryImpl.uniqueResult()
           
 

Uses of NotPrivileged in com.liferay.portal.freemarker
 

Methods in com.liferay.portal.freemarker with annotations of type NotPrivileged
 FreeMarkerContext FreeMarkerEngineImpl.getWrappedClassLoaderToolsContext()
           
 FreeMarkerContext FreeMarkerEngineImpl.getWrappedRestrictedToolsContext()
           
 FreeMarkerContext FreeMarkerEngineImpl.getWrappedStandardToolsContext()
           
 boolean FreeMarkerEngineImpl.mergeTemplate(String freeMarkerTemplateId, FreeMarkerContext freeMarkerContext, Writer writer)
           
 boolean FreeMarkerEngineImpl.mergeTemplate(String freeMarkerTemplateId, String freemarkerTemplateContent, FreeMarkerContext freeMarkerContext, Writer writer)
           
 boolean FreeMarkerEngineImpl.resourceExists(String resource)
           
 

Uses of NotPrivileged in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm with annotations of type NotPrivileged
 void ClassLoaderSession.clear()
           
 Connection ClassLoaderSession.close()
           
 boolean ClassLoaderSession.contains(Object object)
           
 void ClassLoaderSession.delete(Object object)
           
 void ClassLoaderSession.evict(Object object)
           
 void ClassLoaderSession.flush()
           
 Object ClassLoaderSession.get(Class<?> clazz, Serializable id)
           
 Object ClassLoaderSession.get(Class<?> clazz, Serializable id, LockMode lockMode)
           
 Object ClassLoaderSession.getWrappedSession()
           
 Object ClassLoaderSession.load(Class<?> clazz, Serializable id)
           
 Object ClassLoaderSession.merge(Object object)
           
 Serializable ClassLoaderSession.save(Object object)
           
 void ClassLoaderSession.saveOrUpdate(Object object)
           
 

Uses of NotPrivileged in com.liferay.portal.velocity
 

Methods in com.liferay.portal.velocity with annotations of type NotPrivileged
 VelocityContext VelocityEngineImpl.getEmptyContext()
           
 VelocityContext VelocityEngineImpl.getRestrictedToolsContext()
           
 VelocityContext VelocityEngineImpl.getStandardToolsContext()
           
 VelocityContext VelocityEngineImpl.getWrappedClassLoaderToolsContext()
           
 VelocityContext VelocityEngineImpl.getWrappedRestrictedToolsContext()
           
 VelocityContext VelocityEngineImpl.getWrappedStandardToolsContext()
           
 boolean VelocityEngineImpl.mergeTemplate(String velocityTemplateId, String velocityTemplateContent, VelocityContext velocityContext, Writer writer)
           
 boolean VelocityEngineImpl.mergeTemplate(String velocityTemplateId, VelocityContext velocityContext, Writer writer)
           
 boolean VelocityEngineImpl.resourceExists(String resource)
           
 


Liferay 6.1.2-ce-ga3