Liferay 6.2-ce-ga5

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

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

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. As of 6.1.0
 Object SessionImpl.getWrappedSession()
           
 Iterator SQLQueryImpl.iterate()
           
 Iterator<?> QueryImpl.iterate()
           
 Iterator SQLQueryImpl.iterate(boolean unmodifiable)
           
 Iterator<?> QueryImpl.iterate(boolean unmodifiable)
           
 Object SQLQueryImpl.iterateNext()
           
 Object QueryImpl.iterateNext()
           
 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.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.template
 

Methods in com.liferay.portal.template with annotations of type NotPrivileged
 Template BaseTemplateManager.getTemplate(TemplateResource templateResource, boolean restricted)
           
 Template BaseTemplateManager.getTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, boolean restricted)
           
 


Liferay 6.2-ce-ga5