Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.dao.orm.QueryPos

Packages that use QueryPos
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.announcements.service.persistence.impl   
com.liferay.portlet.asset.service.persistence.impl   
com.liferay.portlet.social.service.persistence.impl   
 

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

Methods in com.liferay.portal.kernel.dao.orm that return QueryPos
static QueryPos QueryPos.getInstance(Query query)
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type QueryPos
 void CustomSQLParam.process(QueryPos qPos)
           
 

Uses of QueryPos in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type QueryPos
protected  void GroupFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void OrganizationFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void UserFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void TeamFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void RoleFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void UserGroupFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
 

Uses of QueryPos in com.liferay.portlet.announcements.service.persistence.impl
 

Methods in com.liferay.portlet.announcements.service.persistence.impl with parameters of type QueryPos
protected  void AnnouncementsEntryFinderImpl.setClassPKs(QueryPos qPos, LinkedHashMap<Long,long[]> scopes)
           
protected  void AnnouncementsEntryFinderImpl.setClassPKs(QueryPos qPos, long classNameId, long[] classPKs)
           
protected  void AnnouncementsEntryFinderImpl.setDates(QueryPos qPos, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute)
           
 

Uses of QueryPos in com.liferay.portlet.asset.service.persistence.impl
 

Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type QueryPos
protected  void AssetEntryFinderImpl.setDates(QueryPos qPos, Date publishDate, Date expirationDate)
           
protected  void AssetCategoryFinderImpl.setJoin(QueryPos qPos, String[] categoryProperties)
           
 

Uses of QueryPos in com.liferay.portlet.social.service.persistence.impl
 

Methods in com.liferay.portlet.social.service.persistence.impl with parameters of type QueryPos
protected  void SocialActivityCounterFinderImpl.setNames(QueryPos qPos, String[] names)
           
 


Liferay 7.0-ce-b4