Liferay 6.1.2-ce-ga3

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 This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.announcements.service.persistence   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.social.service.persistence   
 

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
 

Methods in com.liferay.portal.service.persistence with parameters of type QueryPos
protected  void PermissionFinderImpl.setGroupIds(QueryPos qPos, List<Group> groups)
           
protected  void UserFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void TeamFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void UserGroupFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void RoleFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void GroupFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void OrganizationFinderImpl.setJoin(QueryPos qPos, LinkedHashMap<String,Object> params)
           
protected  void PermissionFinderImpl.setPermissionIds(QueryPos qPos, List<Permission> permissions)
           
protected  void PermissionFinderImpl.setResourceIds(QueryPos qPos, long[] resourceIds)
           
protected  void PermissionFinderImpl.setRoleIds(QueryPos qPos, List<Role> roles)
           
 

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

Methods in com.liferay.portlet.announcements.service.persistence 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
 

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

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

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


Liferay 6.1.2-ce-ga3