Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.util.OrderByComparator

Packages that use OrderByComparator
com.liferay.counter.service This package defines the portal counter service local interfaces, utilities, and wrappers. 
com.liferay.counter.service.persistence This package defines the portal counter service persistence interfaces and utilities. 
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.kernel.dao.search   
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.kernel.workflow   
com.liferay.portal.kernel.workflow.comparator   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.portletfilerepository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
com.liferay.portlet.announcements.service   
com.liferay.portlet.announcements.service.persistence   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.asset.util.comparator   
com.liferay.portlet.backgroundtask.util.comparator   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.blogs.util.comparator   
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.bookmarks.service.persistence   
com.liferay.portlet.bookmarks.util.comparator   
com.liferay.portlet.calendar.service   
com.liferay.portlet.calendar.service.persistence   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.documentlibrary.util.comparator   
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.persistence   
com.liferay.portlet.dynamicdatalists.util   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.util.comparator   
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.journal.util.comparator   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.messageboards.util.comparator   
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.persistence   
com.liferay.portlet.mobiledevicerules.util   
com.liferay.portlet.passwordpoliciesadmin.util   
com.liferay.portlet.polls.service   
com.liferay.portlet.polls.service.persistence   
com.liferay.portlet.ratings.service   
com.liferay.portlet.ratings.service.persistence   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.util.comparator   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.persistence   
com.liferay.portlet.social.util.comparator   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.persistence   
com.liferay.portlet.softwarecatalog.util.comparator   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.persistence   
com.liferay.portlet.trash.util   
com.liferay.portlet.trash.util.comparator   
com.liferay.portlet.usersadmin.util   
com.liferay.portlet.wiki.service   
com.liferay.portlet.wiki.service.persistence   
com.liferay.portlet.wiki.util.comparator   
com.liferay.util.bridges.alloy   
com.liferay.util.dao.orm   
 

Uses of OrderByComparator in com.liferay.counter.service
 

Methods in com.liferay.counter.service with parameters of type OrderByComparator
 List CounterLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List CounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List CounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 

Uses of OrderByComparator in com.liferay.counter.service.persistence
 

Methods in com.liferay.counter.service.persistence with parameters of type OrderByComparator
 List<Counter> CounterPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the counters.
static List<Counter> CounterUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the counters.
static List<Counter> CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

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

Methods in com.liferay.portal.kernel.dao.orm that return OrderByComparator
 OrderByComparator QueryDefinition.getOrderByComparator()
           
 OrderByComparator QueryDefinition.getOrderByComparator(String tableName)
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type OrderByComparator
static void OrderFactoryUtil.addOrderByComparator(DynamicQuery dynamicQuery, OrderByComparator obc)
           
static Comparable<?>[] QueryUtil.getPrevAndNext(Query query, int count, OrderByComparator obc, Comparable<?> comparable)
           
 void QueryDefinition.setOrderByComparator(OrderByComparator orderByComparator)
           
 

Constructors in com.liferay.portal.kernel.dao.orm with parameters of type OrderByComparator
QueryDefinition(int status, boolean excludeStatus, int start, int end, OrderByComparator orderByComparator)
           
QueryDefinition(int status, boolean excludeStatus, long ownerUserId, boolean includeOwner, int start, int end, OrderByComparator orderByComparator)
           
QueryDefinition(int status, int start, int end, OrderByComparator orderByComparator)
           
QueryDefinition(int status, long ownerUserId, boolean includeOwner, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portal.kernel.dao.search
 

Methods in com.liferay.portal.kernel.dao.search that return OrderByComparator
 OrderByComparator SearchContainer.getOrderByComparator()
           
 

Methods in com.liferay.portal.kernel.dao.search with parameters of type OrderByComparator
 void SearchContainer.setOrderByComparator(OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portal.kernel.repository
 

Methods in com.liferay.portal.kernel.repository with parameters of type OrderByComparator
 List<FileEntry> Repository.getFileEntries(long folderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> Repository.getFileEntries(long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> Repository.getFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 List<Folder> Repository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Folder> BaseRepositoryImpl.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> Repository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
abstract  List<Object> BaseRepositoryImpl.getFoldersAndFileEntries(long folderId, int start, int end, OrderByComparator obc)
           
abstract  List<Object> BaseRepositoryImpl.getFoldersAndFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 List<Object> BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimetypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Folder> Repository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> BaseRepositoryImpl.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> Repository.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> BaseRepositoryImpl.getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<FileEntry> Repository.getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portal.kernel.repository.cmis
 

Methods in com.liferay.portal.kernel.repository.cmis with parameters of type OrderByComparator
 List<FileEntry> CMISRepositoryHandler.getFileEntries(long folderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> CMISRepositoryHandler.getFileEntries(long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> CMISRepositoryHandler.getFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 List<Folder> CMISRepositoryHandler.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Object> CMISRepositoryHandler.getFoldersAndFileEntries(long folderId, int start, int end, OrderByComparator obc)
           
 List<Object> CMISRepositoryHandler.getFoldersAndFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 List<Folder> CMISRepositoryHandler.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portal.kernel.util
 

Subclasses of OrderByComparator in com.liferay.portal.kernel.util
 class TableNameOrderByComparator
           
 

Methods in com.liferay.portal.kernel.util that return OrderByComparator
 OrderByComparator OrderByComparatorFactory.create(String tableName, Object... columns)
           
static OrderByComparator OrderByComparatorFactoryUtil.create(String tableName, Object... columns)
           
 OrderByComparator TableNameOrderByComparator.getWrappedOrderByComparator()
           
 

Constructors in com.liferay.portal.kernel.util with parameters of type OrderByComparator
TableNameOrderByComparator(OrderByComparator orderByComparator, String tableName)
           
 

Uses of OrderByComparator in com.liferay.portal.kernel.workflow
 

Methods in com.liferay.portal.kernel.workflow with parameters of type OrderByComparator
static List<WorkflowDefinition> WorkflowDefinitionManagerUtil.getActiveWorkflowDefinitions(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowDefinition> WorkflowDefinitionManager.getActiveWorkflowDefinitions(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowDefinition> WorkflowDefinitionManagerUtil.getActiveWorkflowDefinitions(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowDefinition> WorkflowDefinitionManager.getActiveWorkflowDefinitions(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowDefinition> WorkflowDefinitionManagerUtil.getWorkflowDefinitions(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowDefinition> WorkflowDefinitionManager.getWorkflowDefinitions(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowDefinition> WorkflowDefinitionManagerUtil.getWorkflowDefinitions(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowDefinition> WorkflowDefinitionManager.getWorkflowDefinitions(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManager.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowLog> WorkflowLogManagerUtil.getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowLog> WorkflowLogManager.getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowLog> WorkflowLogManagerUtil.getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowLog> WorkflowLogManager.getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.getWorkflowTasks(long companyId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasks(long companyId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.getWorkflowTasksByRole(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByRole(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.getWorkflowTasksBySubmittingUser(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksBySubmittingUser(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.getWorkflowTasksByUser(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByUser(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.getWorkflowTasksByUserRoles(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByUserRoles(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.getWorkflowTasksByWorkflowInstance(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByWorkflowInstance(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.search(long companyId, long userId, String keywords, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String keywords, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.search(long companyId, long userId, String keywords, String[] assetTypes, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String keywords, String[] assetTypes, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.search(long companyId, long userId, String taskName, String assetType, Long[] assetPrimaryKey, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String taskName, String assetType, Long[] assetPrimaryKey, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portal.kernel.workflow.comparator
 

Subclasses of OrderByComparator in com.liferay.portal.kernel.workflow.comparator
 class WorkflowDefinitionNameComparator
           
 class WorkflowInstanceEndDateComparator
           
 class WorkflowInstanceStartDateComparator
           
 class WorkflowInstanceStateComparator
           
 class WorkflowLogCreateDateComparator
           
 class WorkflowLogUserIdComparator
           
 class WorkflowTaskCompletionDateComparator
           
 class WorkflowTaskCreateDateComparator
           
 class WorkflowTaskDueDateComparator
           
 class WorkflowTaskNameComparator
           
 class WorkflowTaskUserIdComparator
           
 

Methods in com.liferay.portal.kernel.workflow.comparator that return OrderByComparator
static OrderByComparator WorkflowComparatorFactoryUtil.getDefinitionNameComparator()
           
 OrderByComparator WorkflowComparatorFactory.getDefinitionNameComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getDefinitionNameComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getInstanceEndDateComparator()
           
 OrderByComparator WorkflowComparatorFactory.getInstanceEndDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getInstanceEndDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getInstanceStartDateComparator()
           
 OrderByComparator WorkflowComparatorFactory.getInstanceStartDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getInstanceStartDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getInstanceStateComparator()
           
 OrderByComparator WorkflowComparatorFactory.getInstanceStateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getInstanceStateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getLogCreateDateComparator()
           
 OrderByComparator WorkflowComparatorFactory.getLogCreateDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getLogCreateDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getLogUserIdComparator()
           
 OrderByComparator WorkflowComparatorFactory.getLogUserIdComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getLogUserIdComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskCompletionDateComparator()
           
 OrderByComparator WorkflowComparatorFactory.getTaskCompletionDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskCompletionDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskCreateDateComparator()
           
 OrderByComparator WorkflowComparatorFactory.getTaskCreateDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskCreateDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskDueDateComparator()
           
 OrderByComparator WorkflowComparatorFactory.getTaskDueDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskDueDateComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskNameComparator()
           
 OrderByComparator WorkflowComparatorFactory.getTaskNameComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskNameComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskUserIdComparator()
           
 OrderByComparator WorkflowComparatorFactory.getTaskUserIdComparator(boolean ascending)
           
static OrderByComparator WorkflowComparatorFactoryUtil.getTaskUserIdComparator(boolean ascending)
           
 

Uses of OrderByComparator in com.liferay.portal.model
 

Methods in com.liferay.portal.model with parameters of type OrderByComparator
 List<Group> Group.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator obc)
           
 List<Group> GroupWrapper.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portal.portletfilerepository
 

Methods in com.liferay.portal.portletfilerepository with parameters of type OrderByComparator
 List<FileEntry> PortletFileRepository.getPortletFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
static List<FileEntry> PortletFileRepositoryUtil.getPortletFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portal.repository.proxy
 

Methods in com.liferay.portal.repository.proxy with parameters of type OrderByComparator
 List<FileEntry> BaseRepositoryProxyBean.getFileEntries(long folderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> BaseRepositoryProxyBean.getFileEntries(long folderId, long documentTypeId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> BaseRepositoryProxyBean.getFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 List<Folder> BaseRepositoryProxyBean.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> BaseRepositoryProxyBean.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Object> BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Folder> BaseRepositoryProxyBean.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> BaseRepositoryProxyBean.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> BaseRepositoryProxyBean.getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type OrderByComparator
 List RoleLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ClassNameLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MembershipRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List OrganizationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutRevisionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserGroupGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List OrgLaborLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PasswordPolicyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List LayoutBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourceActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ResourceTypePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List UserGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ResourceBlockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourceActionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WorkflowDefinitionLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PhoneLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SubscriptionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutSetBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PortletPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List RepositoryEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PortalPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BackgroundTaskLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List VirtualHostLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WorkflowDefinitionLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PortletLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List UserNotificationDeliveryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PasswordTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List UserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MembershipRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WorkflowInstanceLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List RoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutFriendlyURLLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List LayoutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ReleaseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ClusterGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List GroupLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserNotificationEventLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SubscriptionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ReleaseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List TeamLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List UserGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShardLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SystemEventLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PortletItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ContactLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PhoneLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List EmailAddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PortalPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List OrgLaborLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List TeamLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourcePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List WorkflowInstanceLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WebDAVPropsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List OrganizationLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PortletPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List OrgLaborLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ClusterGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserTrackerPathLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ServiceComponentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AddressLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List WebsiteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PortletItemLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SystemEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ResourceActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PortletLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List BackgroundTaskLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List LockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ClassNameLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List CompanyLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PasswordPolicyRelLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PasswordPolicyRelLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AccountLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourceBlockLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List TicketLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutSetPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WebDAVPropsLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ClusterGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourceBlockPermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PasswordPolicyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ResourcePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List RepositoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutFriendlyURLLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourceTypePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WorkflowInstanceLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourceBlockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WebsiteLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ShardLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PortletItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List LayoutSetBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List RepositoryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List LayoutFriendlyURLLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List RepositoryEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List VirtualHostLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PortletPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PortalPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ClassNameLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutRevisionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List VirtualHostLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List EmailAddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutSetBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PasswordPolicyRelLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List UserNotificationEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SubscriptionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShardLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List BrowserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List CompanyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserNotificationDeliveryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List UserGroupGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserIdMapperLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserIdMapperLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List RepositoryEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List LayoutSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AccountLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserNotificationEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ImageLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PasswordTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserGroupGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ReleaseLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PluginSettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ServiceComponentLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BrowserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PluginSettingLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LockLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ContactLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ContactLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List RepositoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourceTypePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List LayoutPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List GroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List UserIdMapperLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PhoneLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourcePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List RoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BrowserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutSetPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List TicketLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ResourceBlockPermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SystemEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List CompanyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List GroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MembershipRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserNotificationDeliveryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List WebDAVPropsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WebsiteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List OrganizationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List LayoutSetPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AccountLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List EmailAddressLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BackgroundTaskLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PluginSettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutSetLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ResourceBlockPermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserTrackerPathLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PortletLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List TicketLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PasswordTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ServiceComponentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List UserGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List UserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List WorkflowDefinitionLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List LayoutBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List TeamLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List LayoutRevisionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List UserTrackerPathLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PasswordPolicyLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 BackgroundTask BackgroundTaskLocalService.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
           
static BackgroundTask BackgroundTaskLocalServiceUtil.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
           
 BackgroundTask BackgroundTaskLocalServiceWrapper.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
           
 BackgroundTask BackgroundTaskLocalService.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
           
static BackgroundTask BackgroundTaskLocalServiceUtil.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
           
 BackgroundTask BackgroundTaskLocalServiceWrapper.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactLocalService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<Contact> ContactServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<Contact> ContactLocalServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactLocalServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<Organization> OrganizationLocalServiceUtil.getGroupOrganizations(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Organization> OrganizationLocalService.getGroupOrganizations(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Organization> OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RoleLocalService.getGroupRoles(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleLocalServiceUtil.getGroupRoles(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RoleLocalServiceWrapper.getGroupRoles(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserLocalServiceUtil.getGroupUsers(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalServiceWrapper.getGroupUsers(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalService.getGroupUsers(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserLocalServiceUtil.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceWrapper.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator obc)
           
static List<LayoutBranch> LayoutBranchLocalServiceUtil.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutBranch> LayoutBranchLocalService.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutBranch> LayoutBranchLocalServiceWrapper.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Group> GroupLocalServiceWrapper.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
static List<Group> GroupLocalServiceUtil.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
static List<Organization> OrganizationLocalServiceUtil.getOrganizations(long userId, int start, int end, OrderByComparator obc)
           
 List<Organization> OrganizationLocalService.getOrganizations(long userId, int start, int end, OrderByComparator obc)
           
 List<Organization> OrganizationLocalServiceWrapper.getOrganizations(long userId, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.getOrganizationUsers(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalServiceWrapper.getOrganizationUsers(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalService.getOrganizationUsers(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserLocalServiceUtil.getRoleUsers(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalServiceWrapper.getRoleUsers(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalService.getRoleUsers(long roleId, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation of the type with the user.
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation of the type with the user.
 List<User> UserLocalService.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation of the type with the user.
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation with the user.
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation with the user.
 List<User> UserLocalService.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a social relation with the user.
static List<User> UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.
static List<User> UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation with both of the given users.
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation with both of the given users.
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with a mutual social relation with both of the given users.
static List<UserGroup> UserGroupLocalServiceUtil.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserLocalServiceUtil.getTeamUsers(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalServiceWrapper.getTeamUsers(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalService.getTeamUsers(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Team> TeamLocalServiceUtil.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Team> TeamLocalService.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserLocalServiceUtil.getUserGroupUsers(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalServiceWrapper.getUserGroupUsers(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalService.getUserGroupUsers(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RoleLocalService.getUserRoles(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleLocalServiceUtil.getUserRoles(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RoleLocalServiceWrapper.getUserRoles(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Subscription> SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions of the user.
static List<Subscription> SubscriptionLocalServiceUtil.getUserSubscriptions(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions of the user.
 List<Subscription> SubscriptionLocalService.getUserSubscriptions(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions of the user.
static List<Team> TeamLocalServiceUtil.getUserTeams(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Team> TeamLocalService.getUserTeams(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutPrototype> LayoutPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceWrapper.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeLocalServiceWrapper.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
static List<LayoutPrototype> LayoutPrototypeLocalServiceUtil.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceUtil.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeService.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeService.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator obc)
           
static List<LayoutPrototype> LayoutPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> GroupServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<Group> GroupService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Group> GroupServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Organization> OrganizationLocalServiceUtil.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.
 List<Organization> OrganizationLocalService.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.
 List<Organization> OrganizationLocalServiceWrapper.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.
static List<Organization> OrganizationLocalServiceUtil.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.
 List<Organization> OrganizationLocalService.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.
 List<Organization> OrganizationLocalServiceWrapper.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.
 List<Role> RoleLocalService.search(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the keywords and types.
static List<Role> RoleLocalServiceUtil.search(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the keywords and types.
 List<Role> RoleLocalServiceWrapper.search(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the keywords and types.
 List<Role> RoleLocalService.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the keywords, types, and params.
static List<Role> RoleLocalServiceUtil.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the keywords, types, and params.
 List<Role> RoleLocalServiceWrapper.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the keywords, types, and params.
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<PasswordPolicy> PasswordPolicyLocalServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<PasswordPolicy> PasswordPolicyLocalService.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users who match the keywords and status, without using the indexer.
 List<User> UserLocalServiceWrapper.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users who match the keywords and status, without using the indexer.
 List<User> UserLocalService.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users who match the keywords and status, without using the indexer.
 List<Group> GroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
static List<UserGroup> UserGroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the keywords.
 List<UserGroup> UserGroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the keywords.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<UserGroup> UserGroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the keywords.
 List<Role> RoleLocalService.search(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the name, description, and types.
static List<Role> RoleLocalServiceUtil.search(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the name, description, and types.
 List<Role> RoleLocalServiceWrapper.search(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the name, description, and types.
 List<Role> RoleLocalService.search(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the name, description, types, and params.
static List<Role> RoleLocalServiceUtil.search(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the name, description, types, and params.
 List<Role> RoleLocalServiceWrapper.search(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the roles that match the name, description, types, and params.
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Team> TeamLocalServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Team> TeamLocalServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Team> TeamLocalService.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.
 List<User> UserLocalServiceWrapper.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.
 List<User> UserLocalService.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.
 

Uses of OrderByComparator in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence with parameters of type OrderByComparator
 Contact ContactPersistence.fetchByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistence.fetchByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Country CountryPersistence.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first country in the ordered set where active = ?.
static Region RegionUtil.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
static Country CountryUtil.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first country in the ordered set where active = ?.
 Region RegionPersistence.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
 Country CountryPersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last country in the ordered set where active = ?.
static Region RegionUtil.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
static Country CountryUtil.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last country in the ordered set where active = ?.
 Region RegionPersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
 ServiceComponent ServiceComponentPersistence.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.fetchByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.fetchByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.fetchByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.fetchByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
static Phone PhoneUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.fetchByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.fetchByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistence.fetchByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.fetchByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Phone PhoneUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Contact ContactPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Address AddressPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Contact ContactPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Address AddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
 Group GroupPersistence.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
 Ticket TicketPersistence.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistence.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 User UserPersistence.fetchByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.fetchByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.fetchByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.fetchByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.fetchByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.fetchByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 User UserPersistence.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static Organization OrganizationUtil.fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 UserGroup UserGroupPersistence.fetchByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.fetchByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistence.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Organization OrganizationUtil.fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 UserGroup UserGroupPersistence.fetchByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.fetchByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistence.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistence.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 Group GroupPersistence.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 Group GroupPersistence.fetchByC_S_First(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_First(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 User UserPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
static User UserUtil.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 Group GroupPersistence.fetchByC_S_Last(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_Last(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 User UserPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
static User UserUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 Role RolePersistence.fetchByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
static Role RoleUtil.fetchByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
static Organization OrganizationUtil.fetchByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization OrganizationPersistence.fetchByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Role RolePersistence.fetchByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
static Role RoleUtil.fetchByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
static Organization OrganizationUtil.fetchByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization OrganizationPersistence.fetchByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Contact ContactPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 User UserPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Role RolePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
static User UserUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
 Phone PhonePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 Organization OrganizationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 Layout LayoutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static Role RoleUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 Address AddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Address AddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Layout LayoutUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Contact ContactPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 User UserPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Role RolePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
static User UserUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
 Phone PhonePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 Organization OrganizationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 Layout LayoutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static Role RoleUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 Address AddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Address AddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Layout LayoutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static Region RegionUtil.fetchByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
 Region RegionPersistence.fetchByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
static Region RegionUtil.fetchByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
 Region RegionPersistence.fetchByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
 User UserPersistence.fetchByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.fetchByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistence.fetchByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
static User UserUtil.fetchByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.fetchByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.fetchByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.fetchByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.fetchByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 PortletItem PortletItemPersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 Group GroupPersistence.fetchByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
 Group GroupPersistence.fetchByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 PortletItem PortletItemPersistence.fetchByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.fetchByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 Layout LayoutPersistence.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByG_P_M_Last(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_M_Last(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
 Layout LayoutPersistence.fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.fetchByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.fetchByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.fetchByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.fetchByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.fetchByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.fetchByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent SystemEventUtil.fetchByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent SystemEventPersistence.fetchByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 MembershipRequest MembershipRequestPersistence.fetchByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent SystemEventUtil.fetchByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent SystemEventPersistence.fetchByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 MembershipRequest MembershipRequestPersistence.fetchByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 Repository RepositoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static Repository RepositoryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
 Layout LayoutPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
 Team TeamPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static Team TeamUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
static Layout LayoutUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 Repository RepositoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static Repository RepositoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
 Layout LayoutPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
 Team TeamPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static Team TeamUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
static Layout LayoutUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutBranch LayoutBranchPersistence.fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 Layout LayoutPersistence.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistence.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 LayoutBranch LayoutBranchPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static Organization OrganizationUtil.fetchByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.fetchByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.fetchByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Lock LockUtil.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
static Lock LockUtil.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Image ImagePersistence.fetchByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
static Image ImageUtil.fetchByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistence.fetchByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
static Image ImageUtil.fetchByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
 Role RolePersistence.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where name = ?.
static Role RoleUtil.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 Role RolePersistence.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where name = ?.
static Role RoleUtil.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
static Organization OrganizationUtil.fetchByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.fetchByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.fetchByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.fetchByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.fetchByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.fetchByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.fetchByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 PortletPreferences PortletPreferencesPersistence.fetchByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static UserTracker UserTrackerUtil.fetchBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.fetchBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.fetchBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.fetchBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 Layout LayoutPersistence.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByStatus_First(int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByStatus_First(int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByStatus_Last(int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByStatus_Last(int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where status = ?.
 Role RolePersistence.fetchBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
static Role RoleUtil.fetchBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 Role RolePersistence.fetchBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
static Role RoleUtil.fetchBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
 Company CompanyPersistence.fetchBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.fetchBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistence.fetchBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
static Company CompanyUtil.fetchBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Group GroupPersistence.fetchByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.fetchByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Role RolePersistence.fetchByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.fetchByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByT_S_First(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByT_S_First(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
 Role RolePersistence.fetchByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.fetchByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByT_S_Last(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByT_S_Last(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
 Role RolePersistence.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ?.
static Role RoleUtil.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 Role RolePersistence.fetchByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ?.
static Role RoleUtil.fetchByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType ListTypePersistence.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
static Subscription SubscriptionUtil.fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static Phone PhoneUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Phone PhonePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
static Subscription SubscriptionUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 Address AddressPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Address AddressUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
static Phone PhoneUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Phone PhonePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
static Subscription SubscriptionUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 Address AddressPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Address AddressUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
static UserTrackerPath UserTrackerPathUtil.fetchByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.fetchByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath UserTrackerPathUtil.fetchByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.fetchByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 Organization OrganizationPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 Organization OrganizationPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static Phone PhoneUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 User UserPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static Organization OrganizationUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Repository RepositoryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
 Role RolePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
static User UserUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static Website WebsiteUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Repository RepositoryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
 Phone PhonePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 Organization OrganizationPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Layout LayoutPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static Role RoleUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 Address AddressPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 Group GroupPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Lock LockUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Website WebsitePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Lock LockPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Address AddressUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
static Layout LayoutUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static Phone PhoneUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 User UserPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static Organization OrganizationUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 Repository RepositoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
 Role RolePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
static User UserUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static Website WebsiteUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Repository RepositoryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
 Phone PhonePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 Organization OrganizationPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 Layout LayoutPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static Role RoleUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 Address AddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 Group GroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Lock LockUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Website WebsitePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Lock LockPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Address AddressUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
static Layout LayoutUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
static LayoutPrototype[] LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 LayoutPrototype[] LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.
static Organization[] OrganizationUtil.filterFindByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
 Organization[] OrganizationPersistence.filterFindByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
 UserGroup[] UserGroupPersistence.filterFindByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
static UserGroup[] UserGroupUtil.filterFindByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
static List<Organization> OrganizationUtil.filterFindByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.filterFindByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.filterFindByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
 Role[] RolePersistence.filterFindByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.
static Role[] RoleUtil.filterFindByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.
static Organization[] OrganizationUtil.filterFindByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
 Organization[] OrganizationPersistence.filterFindByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
 List<Role> RolePersistence.filterFindByC_T(long companyId, int[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.
static List<Role> RoleUtil.filterFindByC_T(long companyId, int[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.
 List<Role> RolePersistence.filterFindByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.
static List<Role> RoleUtil.filterFindByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.
static List<Organization> OrganizationUtil.filterFindByC_T(long companyId, String treePath, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.
 List<Organization> OrganizationPersistence.filterFindByC_T(long companyId, String treePath, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
static Organization[] OrganizationUtil.filterFindByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
 Role[] RolePersistence.filterFindByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
 LayoutPrototype[] LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.
 Organization[] OrganizationPersistence.filterFindByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
 UserGroup[] UserGroupPersistence.filterFindByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
static UserGroup[] UserGroupUtil.filterFindByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
static Role[] RoleUtil.filterFindByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
static List<Organization> OrganizationUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
 List<Role> RolePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.
 List<Organization> OrganizationPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
static List<Role> RoleUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.
 LayoutSetBranch[] LayoutSetBranchPersistence.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistence.filterFindByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.filterFindByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?.
 Layout[] LayoutPersistence.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistence.filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
 LayoutSetBranch[] LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.filterFindByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?.
static Layout[] LayoutUtil.filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
 Layout[] LayoutPersistence.filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
static Layout[] LayoutUtil.filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistence.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
 Layout[] LayoutPersistence.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
 Team[] TeamPersistence.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.
static Team[] TeamUtil.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.
 LayoutSetBranch[] LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?.
static Layout[] LayoutUtil.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
 List<Layout> LayoutPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
 List<Team> TeamPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.
static List<Team> TeamUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?.
static List<Layout> LayoutUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
static Organization[] OrganizationUtil.filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
 Organization[] OrganizationPersistence.filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
static List<Organization> OrganizationUtil.filterFindByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
 List<Organization> OrganizationPersistence.filterFindByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
 Role[] RolePersistence.filterFindByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.
static Role[] RoleUtil.filterFindByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.
 List<Role> RolePersistence.filterFindByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where name = ?.
static List<Role> RoleUtil.filterFindByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where name = ?.
static List<Organization> OrganizationUtil.filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Role[] RolePersistence.filterFindBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.
static Role[] RoleUtil.filterFindBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.
 List<Role> RolePersistence.filterFindBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.
static List<Role> RoleUtil.filterFindBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.
 Role[] RolePersistence.filterFindByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.
static Role[] RoleUtil.filterFindByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.
 List<Role> RolePersistence.filterFindByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.
static List<Role> RoleUtil.filterFindByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.
 Role[] RolePersistence.filterFindByType_PrevAndNext(long roleId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.
static Role[] RoleUtil.filterFindByType_PrevAndNext(long roleId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.
 List<Role> RolePersistence.filterFindByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ?.
static List<Role> RoleUtil.filterFindByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
static Organization[] OrganizationUtil.filterFindByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.
 Role[] RolePersistence.filterFindByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 LayoutPrototype[] LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
 Organization[] OrganizationPersistence.filterFindByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.
 UserGroup[] UserGroupPersistence.filterFindByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
static UserGroup[] UserGroupUtil.filterFindByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
static Role[] RoleUtil.filterFindByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
static List<Organization> OrganizationUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.
 List<Role> RolePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.
 List<Organization> OrganizationPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
static List<Role> RoleUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
static Organization[] OrganizationUtil.filterFindByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.
 Role[] RolePersistence.filterFindByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
static LayoutPrototype[] LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
 LayoutPrototype[] LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.
 Organization[] OrganizationPersistence.filterFindByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.
 UserGroup[] UserGroupPersistence.filterFindByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
static UserGroup[] UserGroupUtil.filterFindByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
static Role[] RoleUtil.filterFindByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
static List<Organization> OrganizationUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.
 List<Role> RolePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.
 List<Organization> OrganizationPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
static List<Role> RoleUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.
 List<Image> ImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes.
static List<RepositoryEntry> RepositoryEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
static List<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones.
 List<Country> CountryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries.
static List<ResourceBlock> ResourceBlockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks.
static List<PortalPreferences> PortalPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
 List<Contact> ContactPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions.
 List<Release> ReleasePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the releases.
static List<ResourcePermission> ResourcePermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
 List<User> UserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles.
static List<Organization> OrganizationUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations.
static List<UserTrackerPath> UserTrackerPathUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions.
 List<Repository> RepositoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories.
 List<Role> RolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles.
static List<PluginSetting> PluginSettingUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings.
 List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles.
static List<UserIdMapper> UserIdMapperUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers.
 List<MembershipRequest> MembershipRequestPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls.
static List<LayoutPrototype> LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes.
 List<PasswordTracker> PasswordTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers.
 List<Account> AccountPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the accounts.
static List<User> UserUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
static List<Repository> RepositoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes.
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web d a v propses.
 List<Ticket> TicketPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets.
 List<LayoutPrototype> LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes.
 List<ResourceBlock> ResourceBlockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks.
static List<Ticket> TicketUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles.
 List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones.
static List<Region> RegionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions.
 List<PortalPreferences> PortalPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
static List<UserTracker> UserTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers.
 List<UserTrackerPath> UserTrackerPathPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths.
 List<ClassName> ClassNamePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the class names.
 List<RepositoryEntry> RepositoryEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
 List<Organization> OrganizationPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations.
static List<Shard> ShardUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shards.
static List<Subscription> SubscriptionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors.
 List<PortletItem> PortletItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items.
static List<Account> AccountUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the accounts.
 List<UserTracker> UserTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers.
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
 List<ClusterGroup> ClusterGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cluster groups.
static List<BrowserTracker> BrowserTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the browser trackers.
 List<Layout> LayoutPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links.
 List<UserNotificationEvent> UserNotificationEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events.
 List<BackgroundTask> BackgroundTaskPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks.
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification deliveries.
 List<Team> TeamPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links.
static List<Contact> ContactUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels.
static List<SystemEvent> SystemEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events.
static List<PasswordTracker> PasswordTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers.
 List<Shard> ShardPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shards.
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles.
 List<UserGroup> UserGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups.
 List<Company> CompanyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
static List<Company> CompanyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
static List<Team> TeamUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams.
 List<ResourceTypePermission> ResourceTypePermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions.
 List<SystemEvent> SystemEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events.
static List<Country> CountryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs.
static List<UserGroup> UserGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups.
static List<ClassName> ClassNameUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the class names.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets.
static List<Role> RoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
 List<Subscription> SubscriptionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors.
static List<Image> ImageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types.
static List<LayoutSetBranch> LayoutSetBranchUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs.
static List<ClusterGroup> ClusterGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cluster groups.
 List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles.
 List<ServiceComponent> ServiceComponentPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles.
static List<Release> ReleaseUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the releases.
 List<LayoutRevision> LayoutRevisionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions.
 List<Address> AddressPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses.
static List<ResourceAction> ResourceActionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions.
static List<PortletItem> PortletItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items.
static List<UserNotificationEvent> UserNotificationEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events.
 List<EmailAddress> EmailAddressPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses.
 List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups.
static List<BackgroundTask> BackgroundTaskUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks.
static List<Lock> LockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
 List<Region> RegionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions.
 List<BrowserTracker> BrowserTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the browser trackers.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
static List<VirtualHost> VirtualHostUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the virtual hosts.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets.
 List<Lock> LockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups.
static List<LayoutRevision> LayoutRevisionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions.
static List<Address> AddressUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses.
 List<ResourceAction> ResourceActionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
 List<VirtualHost> VirtualHostPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the virtual hosts.
 List<UserIdMapper> UserIdMapperPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers.
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses.
 List<ResourcePermission> ResourcePermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web d a v propses.
 List<UserNotificationDelivery> UserNotificationDeliveryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification deliveries.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
static List<MembershipRequest> MembershipRequestUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests.
static List<Layout> LayoutUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs.
static List<ServiceComponent> ServiceComponentUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components.
 List<PluginSetting> PluginSettingPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings.
static List<PasswordPolicy> PasswordPolicyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
 Contact ContactPersistence.findByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistence.findByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact[] ContactPersistence.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
static Contact[] ContactUtil.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
 List<Contact> ContactPersistence.findByAccountId(long accountId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
 Country CountryPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first country in the ordered set where active = ?.
static Region RegionUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
static Country CountryUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first country in the ordered set where active = ?.
 Region RegionPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
 Country CountryPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last country in the ordered set where active = ?.
static Region RegionUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
static Country CountryUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last country in the ordered set where active = ?.
 Region RegionPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
 Country[] CountryPersistence.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the countries before and after the current country in the ordered set where active = ?.
static Region[] RegionUtil.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where active = ?.
static Country[] CountryUtil.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the countries before and after the current country in the ordered set where active = ?.
 Region[] RegionPersistence.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where active = ?.
 List<Country> CountryPersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries where active = ?.
static List<Region> RegionUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where active = ?.
static List<Country> CountryUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries where active = ?.
 List<Region> RegionPersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where active = ?.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent[] ServiceComponentPersistence.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.
static ServiceComponent[] ServiceComponentUtil.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistence.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
static List<ServiceComponent> ServiceComponentUtil.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.findByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.findByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype[] LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.
static Region[] RegionUtil.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
 Region[] RegionPersistence.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.
static List<Region> RegionUtil.findByC_A(long countryId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where countryId = ? and active = ?.
 List<Region> RegionPersistence.findByC_A(long countryId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where countryId = ? and active = ?.
static Phone PhoneUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistence.findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address[] AddressPersistence.findByC_C_C_M_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address[] AddressUtil.findByC_C_C_M_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 List<Address> AddressPersistence.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static List<Address> AddressUtil.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Phone PhoneUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress EmailAddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress EmailAddressUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress EmailAddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress EmailAddressUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone[] PhoneUtil.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website[] WebsiteUtil.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone[] PhonePersistence.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address[] AddressPersistence.findByC_C_C_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress[] EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website[] WebsitePersistence.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address[] AddressUtil.findByC_C_C_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress[] EmailAddressUtil.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Address> AddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Website> WebsitePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Address> AddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<EmailAddress> EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone[] PhoneUtil.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website[] WebsiteUtil.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone[] PhonePersistence.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription[] SubscriptionUtil.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription[] SubscriptionPersistence.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address[] AddressPersistence.findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress[] EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website[] WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address[] AddressUtil.findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress[] EmailAddressUtil.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Subscription> SubscriptionUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Address> AddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
static List<Address> AddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
static List<EmailAddress> EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Contact ContactPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress EmailAddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Contact ContactPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress EmailAddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
 Group GroupPersistence.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
 Group[] GroupPersistence.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group[] GroupUtil.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
 List<Group> GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> GroupFinderUtil.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<Group> GroupFinder.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static Phone[] PhoneUtil.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
 Contact[] ContactPersistence.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
static Website[] WebsiteUtil.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
 Phone[] PhonePersistence.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
static Contact[] ContactUtil.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
 Address[] AddressPersistence.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress[] EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.
 Group[] GroupPersistence.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
 Website[] WebsitePersistence.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
static Group[] GroupUtil.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
static Address[] AddressUtil.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress[] EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.
 Ticket TicketPersistence.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistence.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket[] TicketPersistence.findByC_C_T_PrevAndNext(long ticketId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket[] TicketUtil.findByC_C_T_PrevAndNext(long ticketId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 List<Ticket> TicketPersistence.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
static List<Ticket> TicketUtil.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Contact> ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
 List<Address> AddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
 List<Group> GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
static List<Group> GroupUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
static List<Address> AddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
static List<EmailAddress> EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
 User UserPersistence.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User[] UserPersistence.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User[] UserUtil.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
 User[] UserPersistence.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
static User[] UserUtil.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
 List<User> UserPersistence.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
static List<User> UserUtil.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
 List<User> UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static ResourceBlock ResourceBlockUtil.findByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.findByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock[] ResourceBlockUtil.findByC_G_N_PrevAndNext(long resourceBlockId, long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock[] ResourceBlockPersistence.findByC_G_N_PrevAndNext(long resourceBlockId, long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_G_N(long companyId, long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistence.findByC_G_N(long companyId, long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.findByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
 User UserPersistence.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User[] UserPersistence.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
static User[] UserUtil.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
static List<Role> RoleFinderUtil.findByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<Role> RoleFinder.findByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Role> RoleFinderUtil.findByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<Role> RoleFinder.findByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupFinder.findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupFinderUtil.findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupFinder.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupFinderUtil.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static ResourceBlock ResourceBlockUtil.findByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.findByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock[] ResourceBlockUtil.findByC_N_PrevAndNext(long resourceBlockId, long companyId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock[] ResourceBlockPersistence.findByC_N_PrevAndNext(long resourceBlockId, long companyId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission[] ResourceTypePermissionUtil.findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission[] ResourceTypePermissionPersistence.findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
 List<ResourceTypePermission> ResourceTypePermissionPersistence.findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistence.findByC_N(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
 List<PasswordPolicy> PasswordPolicyFinder.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
static List<PasswordPolicy> PasswordPolicyFinderUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
static Organization OrganizationUtil.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 UserGroup UserGroupPersistence.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistence.findByC_P_First(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_First(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Organization OrganizationUtil.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 UserGroup UserGroupPersistence.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistence.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Organization[] OrganizationUtil.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization[] OrganizationPersistence.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 UserGroup[] UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup[] UserGroupUtil.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group[] GroupPersistence.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
static Group[] GroupUtil.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistence.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 Group GroupPersistence.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 Group[] GroupPersistence.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group[] GroupUtil.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
static List<Group> GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
static List<Organization> OrganizationUtil.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
 List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
 List<Group> GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
static List<Organization> OrganizationFinderUtil.findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<Organization> OrganizationFinder.findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Organization> OrganizationFinderUtil.findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<Organization> OrganizationFinder.findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 Group GroupPersistence.findByC_S_First(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.findByC_S_First(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 User UserPersistence.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
static User UserUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 Group GroupPersistence.findByC_S_Last(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.findByC_S_Last(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 User UserPersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
static User UserUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 Group[] GroupPersistence.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
static Group[] GroupUtil.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
 User[] UserPersistence.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
static User[] UserUtil.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
 List<Group> GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
static List<Group> GroupUtil.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
 List<User> UserPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and status = ?.
static List<User> UserUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and status = ?.
 Role RolePersistence.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
static Role RoleUtil.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
static Organization OrganizationUtil.findByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization OrganizationPersistence.findByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Role RolePersistence.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
static Role RoleUtil.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
static Organization OrganizationUtil.findByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization OrganizationPersistence.findByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 Role[] RolePersistence.findByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.
static Role[] RoleUtil.findByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.
static Organization[] OrganizationUtil.findByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization[] OrganizationPersistence.findByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
 List<Role> RolePersistence.findByC_T(long companyId, int[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = any ?.
static List<Role> RoleUtil.findByC_T(long companyId, int[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = any ?.
 List<Role> RolePersistence.findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
static List<Role> RoleUtil.findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
static List<Organization> OrganizationUtil.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
 List<Organization> OrganizationPersistence.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
static List<Subscription> SubscriptionUtil.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
 List<Subscription> SubscriptionPersistence.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static Phone PhoneUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 Layout LayoutPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 BackgroundTask BackgroundTaskPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static Role RoleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Address AddressUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Layout LayoutUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static Phone PhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 Layout LayoutPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 BackgroundTask BackgroundTaskPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static Role RoleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Address AddressUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Layout LayoutUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
static Phone[] PhoneUtil.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
 Contact[] ContactPersistence.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
 User[] UserPersistence.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 Role[] RolePersistence.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ?.
static PluginSetting[] PluginSettingUtil.findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, OrderByComparator orderByComparator)
          Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.
static User[] UserUtil.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
static Website[] WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
 LayoutPrototype[] LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.
 Phone[] PhonePersistence.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
static UserTracker[] UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
 Organization[] OrganizationPersistence.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 UserTracker[] UserTrackerPersistence.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
 Layout[] LayoutPersistence.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByCompanyId_PrevAndNext(long backgroundTaskId, long companyId, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where companyId = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
static Contact[] ContactUtil.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
 UserGroup[] UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ?.
static UserGroup[] UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ?.
static Role[] RoleUtil.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
 Address[] AddressPersistence.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ?.
 EmailAddress[] EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ?.
 Group[] GroupPersistence.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
static BackgroundTask[] BackgroundTaskUtil.findByCompanyId_PrevAndNext(long backgroundTaskId, long companyId, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where companyId = ?.
 Website[] WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
static Group[] GroupUtil.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
static Address[] AddressUtil.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ?.
static Portlet[] PortletUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
static EmailAddress[] EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ?.
 Portlet[] PortletPersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
static Layout[] LayoutUtil.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
 PluginSetting[] PluginSettingPersistence.findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, OrderByComparator orderByComparator)
          Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
 List<User> UserPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
static List<Organization> OrganizationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 List<Role> RolePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ?.
static List<PluginSetting> PluginSettingUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ?.
static List<User> UserUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ?.
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
static List<UserTracker> UserTrackerUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where companyId = ?.
 List<Organization> OrganizationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 List<UserTracker> UserTrackerPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where companyId = ?.
 List<Layout> LayoutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
 List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
static List<Role> RoleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
 List<Address> AddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<Address> AddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
static List<EmailAddress> EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
static List<Layout> LayoutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
 List<PluginSetting> PluginSettingPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
static List<Group> GroupFinderUtil.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupFinder.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static Region RegionUtil.findByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
 Region RegionPersistence.findByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
static Region RegionUtil.findByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
 Region RegionPersistence.findByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
static Region[] RegionUtil.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ?.
 Region[] RegionPersistence.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ?.
static List<Region> RegionUtil.findByCountryId(long countryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where countryId = ?.
 List<Region> RegionPersistence.findByCountryId(long countryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where countryId = ?.
 User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User[] UserPersistence.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
static User[] UserUtil.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
 List<User> UserPersistence.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
static List<User> UserUtil.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.findByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink[] WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink[] WorkflowInstanceLinkUtil.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent[] SystemEventUtil.findByG_C_C_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 SystemEvent[] SystemEventPersistence.findByG_C_C_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.findByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent SystemEventUtil.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent[] SystemEventUtil.findByG_C_C_T_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent[] SystemEventPersistence.findByG_C_C_T_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<SystemEvent> SystemEventUtil.findByG_C_C_T(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<SystemEvent> SystemEventPersistence.findByG_C_C_T(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<SystemEvent> SystemEventUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
 List<SystemEvent> SystemEventPersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
 PortletItem PortletItemPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 Group GroupPersistence.findByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
 Group GroupPersistence.findByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
 List<Group> GroupPersistence.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
 PortletItem[] PortletItemPersistence.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem[] PortletItemUtil.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.
 List<Team> TeamFinder.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Team> TeamFinderUtil.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 BackgroundTask BackgroundTaskPersistence.findByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_N_T_C_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_N_T_C_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_N_T_C(long groupId, String name, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_N_T_C(long groupId, String name, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_N_T_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_N_T_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_N_T(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_N_T(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
 PortletItem PortletItemPersistence.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem[] PortletItemPersistence.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem[] PortletItemUtil.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
 Layout LayoutPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByG_P_M_Last(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_M_Last(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
 LayoutSetBranch[] LayoutSetBranchPersistence.findByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.findByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.
 Layout LayoutPersistence.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistence.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistence.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch[] LayoutSetBranchPersistence.findByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.findByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout[] LayoutUtil.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout[] LayoutPersistence.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout[] LayoutUtil.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
 MembershipRequest MembershipRequestPersistence.findByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.findByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent SystemEventUtil.findByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent SystemEventPersistence.findByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 MembershipRequest MembershipRequestPersistence.findByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.findByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent SystemEventUtil.findByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent SystemEventPersistence.findByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 MembershipRequest[] MembershipRequestPersistence.findByG_S_PrevAndNext(long membershipRequestId, long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_S_PrevAndNext(long backgroundTaskId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_S_PrevAndNext(long backgroundTaskId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest[] MembershipRequestUtil.findByG_S_PrevAndNext(long membershipRequestId, long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent[] SystemEventUtil.findByG_S_PrevAndNext(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent[] SystemEventPersistence.findByG_S_PrevAndNext(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 List<MembershipRequest> MembershipRequestPersistence.findByG_S(long groupId, int statusId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and status = ?.
static List<MembershipRequest> MembershipRequestUtil.findByG_S(long groupId, int statusId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.
static List<SystemEvent> SystemEventUtil.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
 List<SystemEvent> SystemEventPersistence.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_T_C_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_T_C_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T_C(long groupId, String[] taskExecutorClassNames, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and completed = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_C(long groupId, String[] taskExecutorClassNames, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and completed = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T_C(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_C(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_T_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_T_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_T_S_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_T_S_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T_S(long groupId, String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_S(long groupId, String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T_S(long groupId, String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_S(long groupId, String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
 MembershipRequest MembershipRequestPersistence.findByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest MembershipRequestUtil.findByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
 MembershipRequest MembershipRequestPersistence.findByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest MembershipRequestUtil.findByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
 MembershipRequest[] MembershipRequestPersistence.findByG_U_S_PrevAndNext(long membershipRequestId, long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest[] MembershipRequestUtil.findByG_U_S_PrevAndNext(long membershipRequestId, long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
 List<MembershipRequest> MembershipRequestPersistence.findByG_U_S(long groupId, long userId, int statusId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByG_U_S(long groupId, long userId, int statusId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 Repository RepositoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
 Layout LayoutPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 BackgroundTask BackgroundTaskPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
 Team TeamPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static Team TeamUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
static Layout LayoutUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 Repository RepositoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
 Layout LayoutPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 BackgroundTask BackgroundTaskPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
 Team TeamPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static Team TeamUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
static Layout LayoutUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 Repository[] RepositoryPersistence.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
 MembershipRequest[] MembershipRequestPersistence.findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
static Repository[] RepositoryUtil.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
 Layout[] LayoutPersistence.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByGroupId_PrevAndNext(long backgroundTaskId, long groupId, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ?.
 Team[] TeamPersistence.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Returns the teams before and after the current team in the ordered set where groupId = ?.
static SystemEvent[] SystemEventUtil.findByGroupId_PrevAndNext(long systemEventId, long groupId, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ?.
static Team[] TeamUtil.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Returns the teams before and after the current team in the ordered set where groupId = ?.
 SystemEvent[] SystemEventPersistence.findByGroupId_PrevAndNext(long systemEventId, long groupId, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ?.
 LayoutSetBranch[] LayoutSetBranchPersistence.findByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?.
static LayoutSet[] LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.findByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?.
static BackgroundTask[] BackgroundTaskUtil.findByGroupId_PrevAndNext(long backgroundTaskId, long groupId, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
static MembershipRequest[] MembershipRequestUtil.findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.
static Layout[] LayoutUtil.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
static OrgGroupRole[] OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where groupId = ?.
 OrgGroupRole[] OrgGroupRolePersistence.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
 List<Repository> RepositoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
 List<MembershipRequest> MembershipRequestPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ?.
static List<Repository> RepositoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where groupId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where groupId = ?.
 List<Layout> LayoutPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ?.
 List<Team> TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
static List<SystemEvent> SystemEventUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
 List<SystemEvent> SystemEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ?.
static List<Layout> LayoutUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
 LayoutRevision LayoutRevisionPersistence.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByH_P(boolean head, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByH_P(boolean head, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
static List<Organization> OrganizationFinderUtil.findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Organization> OrganizationFinder.findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Role> RoleFinderUtil.findByKeywords(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
           
 List<Role> RoleFinder.findByKeywords(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
           
static List<Role> RoleFinderUtil.findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Role> RoleFinder.findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<User> UserFinder.findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupFinder.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupFinderUtil.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 LayoutRevision LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_H(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_H(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutBranch[] LayoutBranchPersistence.findByL_P_M_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch[] LayoutBranchUtil.findByL_P_M_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutBranch[] LayoutBranchPersistence.findByL_P_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch[] LayoutBranchUtil.findByL_P_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_S(long layoutSetBranchId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_S(long layoutSetBranchId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
 Layout LayoutPersistence.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistence.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 Layout[] LayoutPersistence.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
static Layout[] LayoutUtil.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
 List<Layout> LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
static List<Layout> LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
static List<Group> GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator obc)
           
 List<Group> GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator obc)
           
 LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch[] LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision[] LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch[] LayoutBranchUtil.findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet[] LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet[] LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
static Organization OrganizationUtil.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistence.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
static List<Organization> OrganizationUtil.findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistence.findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
static Lock LockUtil.findByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.findByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
static Lock LockUtil.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
static Lock[] LockUtil.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
 Lock[] LockPersistence.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
 Image ImagePersistence.findByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
static Image ImageUtil.findByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistence.findByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
static Image ImageUtil.findByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
 Image[] ImagePersistence.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
          Returns the images before and after the current image in the ordered set where size < ?.
static Image[] ImageUtil.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
          Returns the images before and after the current image in the ordered set where size < ?.
 List<Image> ImagePersistence.findByLtSize(int size, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images where size < ?.
static List<Image> ImageUtil.findByLtSize(int size, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images where size < ?.
 Role RolePersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where name = ?.
static Role RoleUtil.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 Role RolePersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where name = ?.
static Role RoleUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 Role[] RolePersistence.findByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where name = ?.
static Role[] RoleUtil.findByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where name = ?.
static ResourceAction[] ResourceActionUtil.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator orderByComparator)
          Returns the resource actions before and after the current resource action in the ordered set where name = ?.
 ResourceAction[] ResourceActionPersistence.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator orderByComparator)
          Returns the resource actions before and after the current resource action in the ordered set where name = ?.
 List<Role> RolePersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where name = ?.
static List<Role> RoleUtil.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where name = ?.
static List<ResourceAction> ResourceActionUtil.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions where name = ?.
static Organization OrganizationUtil.findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static List<Organization> OrganizationUtil.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static OrgLabor[] OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
 OrgLabor[] OrgLaborPersistence.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
 LayoutRevision LayoutRevisionPersistence.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision[] LayoutRevisionPersistence.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision[] LayoutRevisionUtil.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByP_NotS(long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
static List<LayoutRevision> LayoutRevisionUtil.findByP_NotS(long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
 PortletPreferences PortletPreferencesPersistence.findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel[] PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel[] PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
static PortletPreferences[] PortletPreferencesUtil.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission[] ResourceBlockPermissionUtil.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission[] ResourceBlockPermissionPersistence.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourceBlockPermission[] ResourceBlockPermissionUtil.findByRoleId_PrevAndNext(long resourceBlockPermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
static ResourceTypePermission[] ResourceTypePermissionUtil.findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission[] ResourceTypePermissionPersistence.findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
 ResourceBlockPermission[] ResourceBlockPermissionPersistence.findByRoleId_PrevAndNext(long resourceBlockPermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
static OrgGroupRole[] OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where roleId = ?.
 OrgGroupRole[] OrgGroupRolePersistence.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions where roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
 List<ResourceTypePermission> ResourceTypePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions where roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.findByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static ResourcePermission[] ResourcePermissionUtil.findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int[] scopes, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByScope(int[] scopes, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByScope(int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
static UserTracker UserTrackerUtil.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
static UserTracker[] UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
 UserTracker[] UserTrackerPersistence.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
static List<UserTracker> UserTrackerUtil.findBySessionId(String sessionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistence.findBySessionId(String sessionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where sessionId = ?.
 Layout LayoutPersistence.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout[] LayoutPersistence.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout[] LayoutUtil.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
static List<Layout> LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
 BackgroundTask BackgroundTaskPersistence.findByStatus_First(int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.findByStatus_First(int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where status = ?.
 BackgroundTask BackgroundTaskPersistence.findByStatus_Last(int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.findByStatus_Last(int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where status = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByStatus_PrevAndNext(long backgroundTaskId, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByStatus_PrevAndNext(long backgroundTaskId, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByStatus(int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByStatus(int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where status = ?.
 Role RolePersistence.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
static Role RoleUtil.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 Role RolePersistence.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
static Role RoleUtil.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
 Role[] RolePersistence.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where subtype = ?.
static Role[] RoleUtil.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where subtype = ?.
 List<Role> RolePersistence.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where subtype = ?.
static List<Role> RoleUtil.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where subtype = ?.
 Company CompanyPersistence.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistence.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company[] CompanyPersistence.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
static Company[] CompanyUtil.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies where system = ?.
 Group GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group[] GroupPersistence.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
static Group[] GroupUtil.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where type = ? and active = ?.
 Role RolePersistence.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 BackgroundTask BackgroundTaskPersistence.findByT_S_First(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByT_S_First(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
 Role RolePersistence.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 BackgroundTask BackgroundTaskPersistence.findByT_S_Last(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByT_S_Last(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
 Role[] RolePersistence.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.
static Role[] RoleUtil.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByT_S_PrevAndNext(long backgroundTaskId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByT_S_PrevAndNext(long backgroundTaskId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?.
 List<Role> RolePersistence.findByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
static List<Role> RoleUtil.findByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByT_S(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByT_S(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByT_S(String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByT_S(String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
 Role RolePersistence.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ?.
static Role RoleUtil.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 Role RolePersistence.findByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ?.
static Role RoleUtil.findByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static ListType[] ListTypeUtil.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
 ListType[] ListTypePersistence.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
 Role[] RolePersistence.findByType_PrevAndNext(long roleId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ?.
static Role[] RoleUtil.findByType_PrevAndNext(long roleId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ?.
 List<Role> RolePersistence.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where type = ?.
static List<Role> RoleUtil.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_A_PrevAndNext(long userNotificationEventId, long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_A_PrevAndNext(long userNotificationEventId, long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_A(long userId, boolean archived, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and archived = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_A(long userId, boolean archived, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and archived = ?.
static Subscription SubscriptionUtil.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription[] SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription[] SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
static List<Subscription> SubscriptionUtil.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistence.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
static Phone PhoneUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 Address AddressPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Address AddressUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
static Phone PhoneUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 Address AddressPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Address AddressUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
static Phone[] PhoneUtil.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
static UserIdMapper[] UserIdMapperUtil.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator orderByComparator)
          Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.
 MembershipRequest[] MembershipRequestPersistence.findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where userId = ?.
 PasswordTracker[] PasswordTrackerPersistence.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.
static Website[] WebsiteUtil.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
 Phone[] PhonePersistence.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
static UserTracker[] UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.
static Subscription[] SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
 UserTracker[] UserTrackerPersistence.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
static UserNotificationDelivery[] UserNotificationDeliveryUtil.findByUserId_PrevAndNext(long userNotificationDeliveryId, long userId, OrderByComparator orderByComparator)
          Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
static PasswordTracker[] PasswordTrackerUtil.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.
 Subscription[] SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
 Address[] AddressPersistence.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where userId = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
 EmailAddress[] EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where userId = ?.
 Website[] WebsitePersistence.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
static Address[] AddressUtil.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where userId = ?.
 UserIdMapper[] UserIdMapperPersistence.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator orderByComparator)
          Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.
static EmailAddress[] EmailAddressUtil.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where userId = ?.
 UserNotificationDelivery[] UserNotificationDeliveryPersistence.findByUserId_PrevAndNext(long userNotificationDeliveryId, long userId, OrderByComparator orderByComparator)
          Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
static MembershipRequest[] MembershipRequestUtil.findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where userId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ?.
static List<UserIdMapper> UserIdMapperUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers where userId = ?.
 List<MembershipRequest> MembershipRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
static List<UserTracker> UserTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where userId = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ?.
 List<UserTracker> UserTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification deliveries where userId = ?.
static List<PasswordTracker> PasswordTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ?.
 List<Address> AddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where userId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
 List<EmailAddress> EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
static List<Address> AddressUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where userId = ?.
 List<UserIdMapper> UserIdMapperPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers where userId = ?.
static List<EmailAddress> EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where userId = ?.
 List<UserNotificationDelivery> UserNotificationDeliveryPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification deliveries where userId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where userId = ?.
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath[] UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
          Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath[] UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
          Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.
static List<UserTrackerPath> UserTrackerPathUtil.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
 List<UserTrackerPath> UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 Organization OrganizationPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 Organization OrganizationPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByUuid_C_PrevAndNext(long repositoryEntryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone[] PhoneUtil.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
 User[] UserPersistence.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
static Organization[] OrganizationUtil.findByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.
 Repository[] RepositoryPersistence.findByUuid_C_PrevAndNext(long repositoryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.
 Role[] RolePersistence.findByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.
static User[] UserUtil.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
static Website[] WebsiteUtil.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
static Repository[] RepositoryUtil.findByUuid_C_PrevAndNext(long repositoryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype[] LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.
 Phone[] PhonePersistence.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByUuid_C_PrevAndNext(long repositoryEntryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.
 Organization[] OrganizationPersistence.findByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.
 Layout[] LayoutPersistence.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
 UserGroup[] UserGroupPersistence.findByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup[] UserGroupUtil.findByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
static Role[] RoleUtil.findByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 Address[] AddressPersistence.findByUuid_C_PrevAndNext(long addressId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
 EmailAddress[] EmailAddressPersistence.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.
 Group[] GroupPersistence.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
static Lock[] LockUtil.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
 Website[] WebsitePersistence.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
 Lock[] LockPersistence.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
static Group[] GroupUtil.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
static Address[] AddressUtil.findByUuid_C_PrevAndNext(long addressId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress[] EmailAddressUtil.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.
static Layout[] LayoutUtil.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
static List<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<User> UserPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
static List<Organization> OrganizationUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
 List<Repository> RepositoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ? and companyId = ?.
 List<Role> RolePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.
static List<User> UserUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
static List<Website> WebsiteUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
static List<Repository> RepositoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.
 List<Phone> PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
 List<Organization> OrganizationPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
 List<Layout> LayoutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
static List<Role> RoleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
 List<Address> AddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
 List<EmailAddress> EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
 List<Group> GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
static List<Lock> LockUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
 List<Lock> LockPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
static List<Group> GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
static List<Address> AddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
static List<EmailAddress> EmailAddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
static List<Layout> LayoutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static Phone PhoneUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static Organization OrganizationUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Repository RepositoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
 Role RolePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
static User UserUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Repository RepositoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 Organization OrganizationPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static Role RoleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 Address AddressPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 Group GroupPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Lock LockUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Lock LockPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
static Group GroupUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Address AddressUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static Phone PhoneUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static Organization OrganizationUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 Repository RepositoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
 Role RolePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
static User UserUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Repository RepositoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 Organization OrganizationPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static Role RoleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 Address AddressPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 Group GroupPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Lock LockUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Lock LockPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
static Group GroupUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Address AddressUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
static Phone[] PhoneUtil.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
 User[] UserPersistence.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
static Organization[] OrganizationUtil.findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ?.
 Repository[] RepositoryPersistence.findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ?.
 Role[] RolePersistence.findByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.
static User[] UserUtil.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
static Website[] WebsiteUtil.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
static Repository[] RepositoryUtil.findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
 LayoutPrototype[] LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.
 Phone[] PhonePersistence.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
 Organization[] OrganizationPersistence.findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ?.
 Layout[] LayoutPersistence.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
 UserGroup[] UserGroupPersistence.findByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ?.
static UserGroup[] UserGroupUtil.findByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ?.
static Role[] RoleUtil.findByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
 Address[] AddressPersistence.findByUuid_PrevAndNext(long addressId, String uuid, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
 EmailAddress[] EmailAddressPersistence.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ?.
 Group[] GroupPersistence.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ?.
static Lock[] LockUtil.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
 Website[] WebsitePersistence.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
 Lock[] LockPersistence.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
static Group[] GroupUtil.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ?.
static Address[] AddressUtil.findByUuid_PrevAndNext(long addressId, String uuid, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ?.
static EmailAddress[] EmailAddressUtil.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ?.
static Layout[] LayoutUtil.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
static List<Phone> PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
 List<User> UserPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
static List<Organization> OrganizationUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where uuid = ?.
 List<Repository> RepositoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ?.
 List<Role> RolePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where uuid = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ?.
static List<User> UserUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
static List<Repository> RepositoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ?.
 List<Phone> PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
 List<Organization> OrganizationPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where uuid = ?.
 List<Layout> LayoutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
 List<UserGroup> UserGroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ?.
static List<UserGroup> UserGroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ?.
static List<Role> RoleUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where uuid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
 List<Address> AddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where uuid = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
 List<EmailAddress> EmailAddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ?.
 List<Group> GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
static List<Address> AddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where uuid = ?.
static List<EmailAddress> EmailAddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ?.
static List<Layout> LayoutUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Phone> PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceBlock> ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourcePermission> ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Organization> OrganizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserTrackerPath> UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceTypePermission> ResourceTypePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PluginSetting> PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserIdMapper> UserIdMapperUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Website> WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Repository> RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WebDAVProps> WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Ticket> TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Region> RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserTracker> UserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Shard> ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Subscription> SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<OrgLabor> OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Account> AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<BrowserTracker> BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SystemEvent> SystemEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PasswordTracker> PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupRole> UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Team> TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Country> CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ClassName> ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutSet> LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Image> ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutSetBranch> LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ClusterGroup> ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Release> ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceAction> ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PortletItem> PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserNotificationEvent> UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<BackgroundTask> BackgroundTaskUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Lock> LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<VirtualHost> VirtualHostUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 List BasePersistence.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutRevision> LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Address> AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Portlet> PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<EmailAddress> EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MembershipRequest> MembershipRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Layout> LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutBranch> LayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ServiceComponent> ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PasswordPolicy> PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> UserPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> RolePersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the role.
static List<Group> UserUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 List<Group> OrganizationPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> UserGroupPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
static List<Group> UserGroupUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the role.
 List<Organization> UserPersistence.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the user.
static List<Organization> UserUtil.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the user.
 List<Organization> GroupPersistence.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the group.
static List<Organization> GroupUtil.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the group.
 List<Role> UserPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the user.
static List<Role> UserUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the user.
 List<Role> GroupPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the group.
static List<Role> GroupUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the group.
 List<Team> UserPersistence.getTeams(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams associated with the user.
static List<Team> UserUtil.getTeams(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams associated with the user.
 List<Team> UserGroupPersistence.getTeams(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
static List<Team> UserGroupUtil.getTeams(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
 List<UserGroup> UserPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the user.
static List<UserGroup> UserUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the user.
 List<UserGroup> TeamPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the team.
static List<UserGroup> TeamUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the team.
 List<UserGroup> GroupPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
static List<UserGroup> GroupUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
static List<User> OrganizationUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the organization.
 List<User> RolePersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the role.
 List<User> OrganizationPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the organization.
 List<User> TeamPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the team.
 List<User> UserGroupPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the user group.
static List<User> TeamUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the team.
static List<User> UserGroupUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the user group.
static List<User> RoleUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the role.
 List<User> GroupPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the group.
static List<User> GroupUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the group.
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type OrderByComparator
protected  void BasePersistenceImpl.appendOrderByComparator(StringBundler query, String entityAlias, OrderByComparator orderByComparator)
           
protected  void BasePersistenceImpl.appendOrderByComparator(StringBundler query, String entityAlias, OrderByComparator orderByComparator, boolean sqlQuery)
           
 List BasePersistenceImpl.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
protected static
<T extends BaseModel<T>>
List<T>
TableMapperImpl.getBaseModels(PortalCache<Long,long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, BasePersistence<T> slaveBasePersistence, int start, int end, OrderByComparator obc)
           
 List<L> TableMapperImpl.getLeftBaseModels(long rightPrimaryKey, int start, int end, OrderByComparator obc)
           
 List<L> TableMapper.getLeftBaseModels(long rightPrimaryKey, int start, int end, OrderByComparator obc)
           
 List<L> ReverseTableMapper.getLeftBaseModels(long rightPrimaryKey, int start, int end, OrderByComparator obc)
           
 List<R> TableMapperImpl.getRightBaseModels(long leftPrimaryKey, int start, int end, OrderByComparator obc)
           
 List<R> TableMapper.getRightBaseModels(long leftPrimaryKey, int start, int end, OrderByComparator obc)
           
 List<R> ReverseTableMapper.getRightBaseModels(long leftPrimaryKey, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portal.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portal.util.comparator
 class ContactFirstNameComparator
          Deprecated. As of 6.2.0, renamed to UserFirstNameComparator
 class ContactJobTitleComparator
          Deprecated. As of 6.2.0, renamed to UserJobTitleComparator
 class ContactLastNameComparator
          Deprecated. As of 6.2.0, renamed to UserLastNameComparator
 class GroupFriendlyURLComparator
           
 class GroupIdComparator
           
 class GroupNameComparator
           
 class GroupTypeComparator
           
 class LayoutComparator
           
 class LayoutPriorityComparator
           
 class LayoutRevisionCreateDateComparator
           
 class LayoutRevisionIdComparator
           
 class LayoutSetBranchCreateDateComparator
           
 class OrganizationIdComparator
           
 class OrganizationNameComparator
           
 class OrganizationTypeComparator
           
 class PasswordPolicyDescriptionComparator
           
 class PasswordPolicyNameComparator
           
 class ResourceActionBitwiseValueComparator
           
 class RoleDescriptionComparator
           
 class RoleNameComparator
           
 class RoleRoleIdComparator
           
 class RoleTypeComparator
           
 class SubscriptionClassNameIdComparator
           
 class UserEmailAddressComparator
           
 class UserFirstNameComparator
           
 class UserGroupDescriptionComparator
           
 class UserGroupNameComparator
           
 class UserJobTitleComparator
           
 class UserLastNameComparator
           
 class UserLoginDateComparator
           
 class UserScreenNameComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.announcements.service
 

Methods in com.liferay.portlet.announcements.service with parameters of type OrderByComparator
static List AnnouncementsFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AnnouncementsFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AnnouncementsDeliveryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AnnouncementsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AnnouncementsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AnnouncementsFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AnnouncementsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AnnouncementsDeliveryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AnnouncementsDeliveryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 

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

Methods in com.liferay.portlet.announcements.service.persistence with parameters of type OrderByComparator
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.fetchByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.fetchByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements delivery in the ordered set where userId = ?.
static AnnouncementsDelivery AnnouncementsDeliveryUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements delivery in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements delivery in the ordered set where userId = ?.
static AnnouncementsDelivery AnnouncementsDeliveryUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements delivery in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.
 List<AnnouncementsDelivery> AnnouncementsDeliveryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements deliveries.
static List<AnnouncementsDelivery> AnnouncementsDeliveryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements deliveries.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements flags.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag[] AnnouncementsFlagUtil.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator orderByComparator)
          Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag[] AnnouncementsFlagPersistence.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator orderByComparator)
          Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findByEntryId(long entryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements flags where entryId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements delivery in the ordered set where userId = ?.
static AnnouncementsDelivery AnnouncementsDeliveryUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements delivery in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements delivery in the ordered set where userId = ?.
static AnnouncementsDelivery AnnouncementsDeliveryUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements delivery in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
 AnnouncementsDelivery[] AnnouncementsDeliveryPersistence.findByUserId_PrevAndNext(long deliveryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.
static AnnouncementsDelivery[] AnnouncementsDeliveryUtil.findByUserId_PrevAndNext(long deliveryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
 List<AnnouncementsDelivery> AnnouncementsDeliveryPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements deliveries where userId = ?.
static List<AnnouncementsDelivery> AnnouncementsDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements deliveries where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where userId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where uuid = ?.
static List<AnnouncementsDelivery> AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service with parameters of type OrderByComparator
 List AssetCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetTagPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AssetTagStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetVocabularyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AssetEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetCategoryPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AssetLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AssetTagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetCategoryPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetVocabularyLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetTagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetTagPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetTagLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetTagStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AssetVocabularyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AssetCategoryPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetTagStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AssetCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List AssetTagPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List AssetLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryLocalService.getAssetEntryAssetCategories(long entryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getAssetEntryAssetCategories(long entryId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getAssetEntryAssetCategories(long entryId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetTag> AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTag> AssetTagLocalService.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryLocalService.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryLocalService.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagServiceWrapper.getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagServiceUtil.getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagService.getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyService.getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyLocalService.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyService.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId, String title, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 AssetVocabularyDisplay AssetVocabularyService.getGroupVocabulariesDisplay(long groupId, String title, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 AssetVocabularyDisplay AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId, String title, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator obc)
           
 AssetVocabularyDisplay AssetVocabularyService.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator obc)
           
 AssetVocabularyDisplay AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator obc)
           
static JSONObject AssetVocabularyServiceUtil.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, with no direct replacement
 JSONObject AssetVocabularyService.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, with no direct replacement
 JSONObject AssetVocabularyServiceWrapper.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, with no direct replacement
 JSONObject AssetCategoryServiceWrapper.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long, int, int, OrderByComparator)
 JSONObject AssetCategoryService.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryService.getVocabularyCategoriesDisplay(long, int, int, OrderByComparator)
static JSONObject AssetCategoryServiceUtil.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long, int, int, OrderByComparator)
 JSONObject AssetCategoryServiceWrapper.getJSONVocabularyCategories(long groupId, String title, long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long, String, long, int, int, OrderByComparator)
 JSONObject AssetCategoryService.getJSONVocabularyCategories(long groupId, String title, long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryService.getVocabularyCategoriesDisplay(long, String, long, int, int, OrderByComparator)
static JSONObject AssetCategoryServiceUtil.getJSONVocabularyCategories(long groupId, String title, long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long, String, long, int, int, OrderByComparator)
 List<AssetTag> AssetTagServiceWrapper.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagServiceUtil.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagService.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 AssetCategoryDisplay AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc)
           
 AssetCategoryDisplay AssetCategoryService.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategoryDisplay AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc)
           
 AssetCategoryDisplay AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 AssetCategoryDisplay AssetCategoryService.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategoryDisplay AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceWrapper.getVocabularyRootCategories(long, long, int, int, OrderByComparator)
static List<AssetCategory> AssetCategoryLocalServiceUtil.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryService.getVocabularyRootCategories(long, long, int, int, OrderByComparator)
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceUtil.getVocabularyRootCategories(long, long, int, int, OrderByComparator)
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyRootCategories(long groupId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyRootCategories(long groupId, long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyRootCategories(long groupId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.search(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.search(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.search(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type OrderByComparator
static AssetTagProperty AssetTagPropertyUtil.fetchByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
static AssetTagStats AssetTagStatsUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ?.
 AssetLink AssetLinkPersistence.fetchByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.fetchByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.fetchByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.fetchByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.fetchByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.fetchByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.fetchByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.fetchByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.fetchByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.fetchByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.fetchByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.fetchByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetEntry AssetEntryUtil.fetchByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.fetchByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.fetchByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.fetchByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetCategory AssetCategoryPersistence.fetchByG_LikeN_V_First(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByG_LikeN_V_First(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByG_LikeN_V_Last(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByG_LikeN_V_Last(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByG_P_N_V_First(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByG_P_N_V_First(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByG_P_N_V_Last(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByG_P_N_V_Last(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByG_P_V_First(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByG_P_V_First(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByG_P_V_Last(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByG_P_V_Last(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByG_V_First(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByG_V_First(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByG_V_Last(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByG_V_Last(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.
static AssetTag AssetTagUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ?.
static AssetCategory AssetCategoryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
 AssetTag AssetTagPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
static AssetTag AssetTagUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ?.
static AssetCategory AssetCategoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
 AssetTag AssetTagPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
static AssetEntry AssetEntryUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetCategory AssetCategoryPersistence.fetchByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.
static AssetCategory AssetCategoryUtil.fetchByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistence.fetchByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.
static AssetCategory AssetCategoryUtil.fetchByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistence.fetchByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ?.
static AssetCategory AssetCategoryUtil.fetchByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistence.fetchByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ?.
static AssetCategory AssetCategoryUtil.fetchByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ?.
static AssetEntry AssetEntryUtil.fetchByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.fetchByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.fetchByPublishDate_Last(Date publishDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.fetchByPublishDate_Last(Date publishDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.fetchByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.fetchByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where tagId = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.fetchByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.fetchByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where tagId = ?.
 AssetCategory AssetCategoryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where uuid = ? and companyId = ?.
static AssetCategory AssetCategoryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where uuid = ? and companyId = ?.
static AssetCategory AssetCategoryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where uuid = ?.
static AssetCategory AssetCategoryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
 AssetCategory AssetCategoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where uuid = ?.
static AssetCategory AssetCategoryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
static AssetEntry AssetEntryUtil.fetchByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.fetchByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.fetchByVisible_Last(boolean visible, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.fetchByVisible_Last(boolean visible, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetCategory AssetCategoryPersistence.fetchByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where vocabularyId = ?.
static AssetCategory AssetCategoryUtil.fetchByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where vocabularyId = ?.
 List<AssetTag> AssetTagFinder.filterFindByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagFinderUtil.filterFindByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 AssetVocabulary[] AssetVocabularyPersistence.filterFindByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
static AssetVocabulary[] AssetVocabularyUtil.filterFindByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
 AssetCategory[] AssetCategoryPersistence.filterFindByG_LikeN_V_PrevAndNext(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.filterFindByG_LikeN_V_PrevAndNext(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = any ?.
static List<AssetCategory> AssetCategoryUtil.filterFindByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = any ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.filterFindByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?.
 List<AssetVocabulary> AssetVocabularyPersistence.filterFindByG_LikeN(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyUtil.filterFindByG_LikeN(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?.
 List<AssetTag> AssetTagFinder.filterFindByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagFinderUtil.filterFindByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
static List<AssetVocabulary> AssetVocabularyFinderUtil.filterFindByG_N(long groupId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyFinder.filterFindByG_N(long groupId, String name, int start, int end, OrderByComparator obc)
           
 AssetCategory[] AssetCategoryPersistence.filterFindByG_P_N_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.filterFindByG_P_N_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.filterFindByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.filterFindByG_P_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.filterFindByG_P_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.filterFindByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.filterFindByG_V_PrevAndNext(long categoryId, long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.filterFindByG_V_PrevAndNext(long categoryId, long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByG_V(long groupId, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = any ?.
static List<AssetCategory> AssetCategoryUtil.filterFindByG_V(long groupId, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = any ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByG_V(long groupId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.filterFindByG_V(long groupId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?.
static AssetTag[] AssetTagUtil.filterFindByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?.
 AssetCategory[] AssetCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?.
static AssetCategory[] AssetCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?.
 AssetVocabulary[] AssetVocabularyPersistence.filterFindByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.
 AssetTag[] AssetTagPersistence.filterFindByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?.
static AssetVocabulary[] AssetVocabularyUtil.filterFindByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.
static List<AssetTag> AssetTagUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?.
static List<AssetCategory> AssetCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?.
 List<AssetVocabulary> AssetVocabularyPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?.
 List<AssetTag> AssetTagPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?.
static List<AssetTag> AssetTagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags.
static List<AssetTagProperty> AssetTagPropertyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties.
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries.
 List<AssetCategory> AssetCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories.
static List<AssetCategory> AssetCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories.
 List<AssetLink> AssetLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links.
static List<AssetTagStats> AssetTagStatsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses.
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries.
static List<AssetLink> AssetLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties.
 List<AssetVocabulary> AssetVocabularyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies.
 List<AssetTag> AssetTagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties.
static List<AssetVocabulary> AssetVocabularyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies.
 List<AssetTagStats> AssetTagStatsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses.
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties.
static AssetTagProperty AssetTagPropertyUtil.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty AssetTagPropertyUtil.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty[] AssetTagPropertyUtil.findByC_K_PrevAndNext(long tagPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty[] AssetTagPropertyPersistence.findByC_K_PrevAndNext(long tagPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where companyId = ? and key = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where companyId = ? and key = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where companyId = ? and key = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
          Returns the asset category properties before and after the current asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
          Returns the asset category properties before and after the current asset category property in the ordered set where categoryId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where categoryId = ?.
static AssetTagStats AssetTagStatsUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
          Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats[] AssetTagStatsPersistence.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
          Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses where classNameId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ?.
static AssetTagProperty[] AssetTagPropertyUtil.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?.
static AssetEntry[] AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.
 AssetTagProperty[] AssetTagPropertyPersistence.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where companyId = ?.
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where companyId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where companyId = ?.
 List<AssetVocabulary> AssetVocabularyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where companyId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where companyId = ?.
 AssetLink AssetLinkPersistence.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
 AssetLink[] AssetLinkPersistence.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?.
static AssetLink[] AssetLinkUtil.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ?.
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId2 = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
static AssetEntry[] AssetEntryUtil.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
 AssetEntry[] AssetEntryPersistence.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
static List<AssetEntry> AssetEntryUtil.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 List<AssetTag> AssetTagFinder.findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagFinderUtil.findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 AssetVocabulary AssetVocabularyPersistence.findByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.findByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary AssetVocabularyPersistence.findByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.findByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary[] AssetVocabularyUtil.findByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetCategory AssetCategoryPersistence.findByG_LikeN_V_First(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByG_LikeN_V_First(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByG_LikeN_V_Last(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByG_LikeN_V_Last(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByG_LikeN_V_PrevAndNext(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByG_LikeN_V_PrevAndNext(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?.
static List<AssetCategory> AssetCategoryUtil.findByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.
 List<AssetVocabulary> AssetVocabularyPersistence.findByG_LikeN(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByG_LikeN(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.
 List<AssetTag> AssetTagFinder.findByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagFinderUtil.findByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
static List<AssetVocabulary> AssetVocabularyFinderUtil.findByG_N(long groupId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyFinder.findByG_N(long groupId, String name, int start, int end, OrderByComparator obc)
           
 AssetCategory AssetCategoryPersistence.findByG_P_N_V_First(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByG_P_N_V_First(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByG_P_N_V_Last(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByG_P_N_V_Last(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByG_P_N_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByG_P_N_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByG_P_V_First(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByG_P_V_First(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByG_P_V_Last(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByG_P_V_Last(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByG_P_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByG_P_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByG_V_First(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByG_V_First(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByG_V_Last(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByG_V_Last(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByG_V_PrevAndNext(long categoryId, long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByG_V_PrevAndNext(long categoryId, long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_V(long groupId, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = any ?.
static List<AssetCategory> AssetCategoryUtil.findByG_V(long groupId, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = any ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_V(long groupId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByG_V(long groupId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.
static AssetTag AssetTagUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ?.
static AssetCategory AssetCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
 AssetTag AssetTagPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
static AssetTag AssetTagUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ?.
static AssetCategory AssetCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
 AssetTag AssetTagPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
static AssetTag[] AssetTagUtil.findByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.
 AssetCategory[] AssetCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ?.
static AssetCategory[] AssetCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where groupId = ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.
 AssetTag[] AssetTagPersistence.findByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.
static List<AssetTag> AssetTagUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags where groupId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ?.
static List<AssetCategory> AssetCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ?.
 List<AssetVocabulary> AssetVocabularyPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = ?.
 List<AssetTag> AssetTagPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags where groupId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = ?.
static AssetEntry AssetEntryUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
static AssetEntry[] AssetEntryUtil.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
 AssetEntry[] AssetEntryPersistence.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
static List<AssetEntry> AssetEntryUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
 AssetCategory AssetCategoryPersistence.findByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByN_V_PrevAndNext(long categoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByN_V_PrevAndNext(long categoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.
static AssetCategory AssetCategoryUtil.findByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistence.findByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.
static AssetCategory AssetCategoryUtil.findByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory[] AssetCategoryPersistence.findByP_N_PrevAndNext(long categoryId, long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.
static AssetCategory[] AssetCategoryUtil.findByP_N_PrevAndNext(long categoryId, long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.
static List<AssetCategory> AssetCategoryUtil.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistence.findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ?.
static AssetCategory AssetCategoryUtil.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistence.findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ?.
static AssetCategory AssetCategoryUtil.findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ?.
 AssetCategory[] AssetCategoryPersistence.findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.
static AssetCategory[] AssetCategoryUtil.findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where parentCategoryId = ?.
static List<AssetCategory> AssetCategoryUtil.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where parentCategoryId = ?.
static AssetEntry AssetEntryUtil.findByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.findByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.findByPublishDate_Last(Date publishDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.findByPublishDate_Last(Date publishDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
static AssetEntry[] AssetEntryUtil.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
 AssetEntry[] AssetEntryPersistence.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
static List<AssetEntry> AssetEntryUtil.findByPublishDate(Date publishDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where publishDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByPublishDate(Date publishDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where publishDate = ?.
static AssetTagProperty AssetTagPropertyUtil.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where tagId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where tagId = ?.
static AssetTagProperty[] AssetTagPropertyUtil.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
          Returns the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?.
 AssetTagStats[] AssetTagStatsPersistence.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
          Returns the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?.
 AssetTagProperty[] AssetTagPropertyPersistence.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where tagId = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses where tagId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where tagId = ?.
 AssetCategory AssetCategoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where uuid = ? and companyId = ?.
static AssetCategory AssetCategoryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetCategory AssetCategoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where uuid = ? and companyId = ?.
static AssetCategory AssetCategoryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?.
static AssetCategory[] AssetCategoryUtil.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByUuid_C_PrevAndNext(long vocabularyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByUuid_C_PrevAndNext(long vocabularyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.
 List<AssetVocabulary> AssetVocabularyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.
 AssetCategory AssetCategoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where uuid = ?.
static AssetCategory AssetCategoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
 AssetCategory AssetCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where uuid = ?.
static AssetCategory AssetCategoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
 AssetCategory[] AssetCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where uuid = ?.
static AssetCategory[] AssetCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where uuid = ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.
 List<AssetCategory> AssetCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where uuid = ?.
static List<AssetCategory> AssetCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where uuid = ?.
 List<AssetVocabulary> AssetVocabularyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where uuid = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where uuid = ?.
static AssetEntry AssetEntryUtil.findByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.findByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.findByVisible_Last(boolean visible, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.findByVisible_Last(boolean visible, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
static AssetEntry[] AssetEntryUtil.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
 AssetEntry[] AssetEntryPersistence.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
static List<AssetEntry> AssetEntryUtil.findByVisible(boolean visible, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where visible = ?.
 List<AssetEntry> AssetEntryPersistence.findByVisible(boolean visible, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries where visible = ?.
 AssetCategory AssetCategoryPersistence.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where vocabularyId = ?.
static List<AssetTag> AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetEntry> AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetTagStats> AssetTagStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetLink> AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetVocabulary> AssetVocabularyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetEntryUtil.getAssetCategories(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories associated with the asset entry.
 List<AssetCategory> AssetEntryPersistence.getAssetCategories(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories associated with the asset entry.
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset category.
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset tag.
static List<AssetTag> AssetEntryUtil.getAssetTags(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags associated with the asset entry.
 List<AssetTag> AssetEntryPersistence.getAssetTags(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags associated with the asset entry.
 

Uses of OrderByComparator in com.liferay.portlet.asset.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.asset.util.comparator
 class AssetTagCountComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.backgroundtask.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.backgroundtask.util.comparator
 class BackgroundTaskCompletionDateComparator
           
 class BackgroundTaskCreateDateComparator
           
 

Methods in com.liferay.portlet.backgroundtask.util.comparator that return OrderByComparator
static OrderByComparator BackgroundTaskComparatorFactoryUtil.getBackgroundTaskOrderByComparator(String orderByCol, String orderByType)
           
 

Uses of OrderByComparator in com.liferay.portlet.blogs.service
 

Methods in com.liferay.portlet.blogs.service with parameters of type OrderByComparator
 List BlogsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List BlogsStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BlogsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BlogsStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BlogsStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List BlogsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getCompanyEntries(long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getCompanyEntries(long, Date, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getCompanyEntries(long, Date, QueryDefinition)
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getGroupEntries(long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getGroupEntries(long, Date, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getGroupEntries(long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getGroupEntries(long, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getGroupEntries(long, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getGroupEntries(long, QueryDefinition)
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getGroupUserEntries(long, long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getGroupUserEntries(long, long, Date, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getGroupUserEntries(long, long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getOrganizationEntries(long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getOrganizationEntries(long, Date, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getOrganizationEntries(long, Date, QueryDefinition)
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portlet.blogs.service.persistence
 

Methods in com.liferay.portlet.blogs.service.persistence with parameters of type OrderByComparator
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_S_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_S_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users.
static List<BlogsEntry> BlogsEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users.
static BlogsEntry BlogsEntryUtil.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
static BlogsStatsUser BlogsStatsUserUtil.findByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.findByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByC_NotE_PrevAndNext(long statsUserId, long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByC_NotE_PrevAndNext(long statsUserId, long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByC_NotE(long companyId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByC_NotE(long companyId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry[] BlogsEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
static BlogsStatsUser BlogsStatsUserUtil.findByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.findByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByG_NotE_PrevAndNext(long statsUserId, long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByG_NotE_PrevAndNext(long statsUserId, long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByG_NotE(long groupId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByG_NotE(long groupId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?.
static BlogsEntry[] BlogsEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
static BlogsStatsUser BlogsStatsUserUtil.findByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByU_L_PrevAndNext(long statsUserId, long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByU_L_PrevAndNext(long statsUserId, long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByU_L(long userId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByU_L(long userId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry[] BlogsEntryUtil.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry[] BlogsEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<BlogsEntry> BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.blogs.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.blogs.util.comparator
 class EntryDisplayDateComparator
           
 class StatsUserLastPostDateComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.bookmarks.service
 

Methods in com.liferay.portlet.bookmarks.service with parameters of type OrderByComparator
 List BookmarksEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BookmarksFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BookmarksEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List BookmarksFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List BookmarksFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List BookmarksEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<BookmarksEntry> BookmarksEntryLocalService.getEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryServiceWrapper.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryService.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<BookmarksEntry> BookmarksEntryServiceUtil.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.bookmarks.service.persistence
 

Methods in com.liferay.portlet.bookmarks.service.persistence with parameters of type OrderByComparator
 BookmarksFolder BookmarksFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where companyId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where companyId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_F_NotS_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_F_NotS_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_F_NotS_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_F_NotS_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_F_S_First(long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_F_S_First(long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_F_S_Last(long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_F_S_Last(long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_F_NotS_PrevAndNext(long entryId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_F_NotS_PrevAndNext(long entryId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F_NotS(long groupId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F_NotS(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status ≠ ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status ≠ ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_F_S_PrevAndNext(long entryId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_F_S_PrevAndNext(long entryId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F_S(long groupId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F_S(long groupId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status ≠ ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder[] BookmarksFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static BookmarksFolder[] BookmarksFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder[] BookmarksFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_U_F_S_PrevAndNext(long entryId, long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_U_F_S_PrevAndNext(long entryId, long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U_F_S(long groupId, long userId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId, long userId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U_F_S(long groupId, long userId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId, long userId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ? and status = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.
 BookmarksFolder[] BookmarksFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?.
static BookmarksFolder[] BookmarksFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders.
static List<BookmarksEntry> BookmarksEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries.
static List<BookmarksFolder> BookmarksFolderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders.
 List<BookmarksEntry> BookmarksEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries.
 BookmarksFolder BookmarksFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksEntry[] BookmarksEntryUtil.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder[] BookmarksFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ? and status ≠ ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where companyId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ? and status ≠ ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
static BookmarksEntry BookmarksEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where companyId = ?.
static BookmarksFolder BookmarksFolderUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
static BookmarksEntry BookmarksEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where companyId = ?.
static BookmarksFolder BookmarksFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where companyId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where companyId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_F_NotS_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_NotS_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.findByG_F_NotS_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_NotS_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_F_NotS_PrevAndNext(long entryId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_F_NotS_PrevAndNext(long entryId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F_NotS(long groupId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F_NotS(long groupId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F_NotS(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F_NotS(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_F_S_PrevAndNext(long entryId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_F_S_PrevAndNext(long entryId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F_S(long groupId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F_S(long groupId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.findByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status ≠ ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and status ≠ ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder[] BookmarksFolderUtil.findByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_F_S_First(long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_F_S_First(long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_F_S_Last(long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_F_S_Last(long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_U_F_S_PrevAndNext(long entryId, long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_U_F_S_PrevAndNext(long entryId, long groupId, long userId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U_F_S(long groupId, long userId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U_F_S(long groupId, long userId, long[] folderIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U_F_S(long groupId, long userId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U_F_S(long groupId, long userId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder BookmarksFolderUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder BookmarksFolderUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksEntry BookmarksEntryUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksFolder BookmarksFolderUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksEntry BookmarksEntryUtil.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksFolder BookmarksFolderUtil.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByResourceBlockId_PrevAndNext(long folderId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByResourceBlockId_PrevAndNext(long entryId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByResourceBlockId_PrevAndNext(long folderId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByResourceBlockId_PrevAndNext(long entryId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where resourceBlockId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where resourceBlockId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where resourceBlockId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksEntry BookmarksEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder BookmarksFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksEntry BookmarksEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder BookmarksFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
static BookmarksEntry BookmarksEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
static BookmarksFolder BookmarksFolderUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
static BookmarksEntry BookmarksEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ?.
static BookmarksFolder BookmarksFolderUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where uuid = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where uuid = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<BookmarksFolder> BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.bookmarks.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.bookmarks.util.comparator
 class EntryCreateDateComparator
           
 class EntryModifiedDateComparator
           
 class EntryNameComparator
           
 class EntryPriorityComparator
           
 class EntryURLComparator
           
 class EntryVisitsComparator
           
 class FolderIdComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.calendar.service
 

Methods in com.liferay.portlet.calendar.service with parameters of type OrderByComparator
 List CalEventLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List CalEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List CalEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 

Uses of OrderByComparator in com.liferay.portlet.calendar.service.persistence
 

Methods in com.liferay.portlet.calendar.service.persistence with parameters of type OrderByComparator
 CalEvent CalEventPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.fetchByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.fetchByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.fetchByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.fetchByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.fetchByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.fetchByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.fetchByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.fetchByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistence.filterFindByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and repeating = ?.
static CalEvent[] CalEventUtil.filterFindByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and repeating = ?.
 CalEvent[] CalEventPersistence.filterFindByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ?.
static CalEvent[] CalEventUtil.filterFindByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ?.
 CalEvent[] CalEventPersistence.filterFindByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
static CalEvent[] CalEventUtil.filterFindByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ?.
static List<CalEvent> CalEventUtil.filterFindByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ?.
 CalEvent[] CalEventPersistence.filterFindByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ?.
static CalEvent[] CalEventUtil.filterFindByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ?.
 List<CalEvent> CalEventPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ?.
static List<CalEvent> CalEventUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ?.
 List<CalEvent> CalEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events.
static List<CalEvent> CalEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events.
 CalEvent CalEventPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
 CalEvent[] CalEventPersistence.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
static CalEvent[] CalEventUtil.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where companyId = ?.
 CalEvent CalEventPersistence.findByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent[] CalEventPersistence.findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent[] CalEventUtil.findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent[] CalEventPersistence.findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
static CalEvent[] CalEventUtil.findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent[] CalEventPersistence.findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent[] CalEventUtil.findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
 CalEvent[] CalEventPersistence.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
static CalEvent[] CalEventUtil.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ?.
 CalEvent CalEventPersistence.findByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent[] CalEventPersistence.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
static CalEvent[] CalEventUtil.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent[] CalEventPersistence.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent[] CalEventUtil.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
 List<CalEvent> CalEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
static List<CalEvent> CalEventUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistence.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
static CalEvent[] CalEventUtil.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type OrderByComparator
static List DLFileEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileShortcutLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileEntryMetadataLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileEntryTypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DLFileVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DLSyncEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLSyncEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DLFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileEntryTypeLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DLFileRankLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileShortcutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileRankLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DLContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DLFileEntryMetadataLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileRankLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLContentLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFileEntryMetadataLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLSyncEventLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DLFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DLFileShortcutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DLFileEntryTypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the folder.
 List<FileEntry> DLAppService.getFileEntries(long repositoryId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the folder.
static List<FileEntry> DLAppServiceUtil.getFileEntries(long repositoryId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the folder.
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries with the file entry type in the folder.
 List<FileEntry> DLAppService.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries with the file entry type in the folder.
static List<FileEntry> DLAppServiceUtil.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries with the file entry type in the folder.
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<Object> DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
 List<Object> DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
 List<Object> DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.
 List<Object> DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.
 List<Object> DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<Object> DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.
 List<Object> DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
static List<Object> DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<Object> DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
 List<Object> DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
 List<Object> DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<Object> DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
static List<Object> DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.
 List<FileEntry> DLAppService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.
static List<FileEntry> DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.
 List<FileEntry> DLAppService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.
static List<FileEntry> DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<FileEntry> DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<FileEntry> DLAppService.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
static List<FileEntry> DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<Folder> DLAppServiceWrapper.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppService.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<DLFolder> DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<Folder> DLAppServiceUtil.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<DLFolder> DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type OrderByComparator
 DLFileShortcut DLFileShortcutPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion DLFileVersionUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion DLFileVersionPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion DLFileVersionUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion DLFileVersionPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLContent DLContentUtil.fetchByC_R_First(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistence.fetchByC_R_First(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
static DLContent DLContentUtil.fetchByC_R_Last(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistence.fetchByC_R_Last(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
static DLContent DLContentUtil.fetchByC_R_LikeP_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistence.fetchByC_R_LikeP_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
static DLContent DLContentUtil.fetchByC_R_LikeP_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistence.fetchByC_R_LikeP_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
static DLContent DLContentUtil.fetchByC_R_P_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistence.fetchByC_R_P_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static DLContent DLContentUtil.fetchByC_R_P_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistence.fetchByC_R_P_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
static DLFileVersion DLFileVersionUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
static DLFileVersion DLFileVersionUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFileEntry DLFileEntryUtil.fetchByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.fetchByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.fetchByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.fetchByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileVersion DLFileVersionUtil.fetchByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.fetchByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.fetchByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.fetchByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileVersionId_First(long fileVersionId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileVersionId_First(long fileVersionId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileVersionId_Last(long fileVersionId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileVersionId_Last(long fileVersionId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileVersion DLFileVersionUtil.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.fetchByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.fetchByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
static DLFileVersion DLFileVersionUtil.fetchByG_F_T_V_Last(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_T_V_Last(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_A_First(long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_A_First(long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_A_Last(long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_A_Last(long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFileVersion DLFileVersionUtil.fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.fetchByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLSyncEvent DLSyncEventPersistence.fetchByModifiedTime_First(long modifiedTime, OrderByComparator orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent DLSyncEventUtil.fetchByModifiedTime_First(long modifiedTime, OrderByComparator orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
 DLSyncEvent DLSyncEventPersistence.fetchByModifiedTime_Last(long modifiedTime, OrderByComparator orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent DLSyncEventUtil.fetchByModifiedTime_Last(long modifiedTime, OrderByComparator orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
 DLFolder DLFolderPersistence.fetchByP_N_First(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByP_N_First(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFolder DLFolderPersistence.fetchByRepositoryIdList_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByRepositoryIdList_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.fetchByRepositoryIdList_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByRepositoryIdList_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileRank DLFileRankPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.
 DLFolder[] DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
static DLFolder[] DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas.
static List<DLFileShortcut> DLFileShortcutUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
static List<DLFileVersion> DLFileVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions.
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types.
 List<DLSyncEvent> DLSyncEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d l sync events.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders.
static List<DLContent> DLContentUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents.
static List<DLSyncEvent> DLSyncEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d l sync events.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLFileRank> DLFileRankPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks.
 List<DLFileVersion> DLFileVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions.
static List<DLFileRank> DLFileRankUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks.
 List<DLContent> DLContentPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders.
 DLFileShortcut DLFileShortcutPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion DLFileVersionUtil.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion DLFileVersionPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion DLFileVersionUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion DLFileVersionPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut[] DLFileShortcutUtil.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion[] DLFileVersionUtil.findByC_NotS_PrevAndNext(long fileVersionId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder[] DLFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion[] DLFileVersionPersistence.findByC_NotS_PrevAndNext(long fileVersionId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFolder[] DLFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileVersion> DLFileVersionUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 List<DLFileVersion> DLFileVersionPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
static DLContent DLContentUtil.findByC_R_First(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistence.findByC_R_First(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
static DLContent DLContentUtil.findByC_R_Last(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistence.findByC_R_Last(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
static DLContent DLContentUtil.findByC_R_LikeP_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistence.findByC_R_LikeP_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
static DLContent DLContentUtil.findByC_R_LikeP_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistence.findByC_R_LikeP_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
static DLContent[] DLContentUtil.findByC_R_LikeP_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent[] DLContentPersistence.findByC_R_LikeP_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
static List<DLContent> DLContentUtil.findByC_R_LikeP(long companyId, long repositoryId, String path, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?.
 List<DLContent> DLContentPersistence.findByC_R_LikeP(long companyId, long repositoryId, String path, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?.
static DLContent DLContentUtil.findByC_R_P_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistence.findByC_R_P_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static DLContent DLContentUtil.findByC_R_P_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistence.findByC_R_P_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static DLContent[] DLContentUtil.findByC_R_P_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent[] DLContentPersistence.findByC_R_P_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static List<DLContent> DLContentUtil.findByC_R_P(long companyId, long repositoryId, String path, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path = ?.
 List<DLContent> DLContentPersistence.findByC_R_P(long companyId, long repositoryId, String path, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path = ?.
static DLContent[] DLContentUtil.findByC_R_PrevAndNext(long contentId, long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent[] DLContentPersistence.findByC_R_PrevAndNext(long contentId, long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?.
static List<DLContent> DLContentUtil.findByC_R(long companyId, long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?.
 List<DLContent> DLContentPersistence.findByC_R(long companyId, long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
static DLFileVersion DLFileVersionUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
static DLFileVersion DLFileVersionUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
static DLFileVersion[] DLFileVersionUtil.findByCompanyId_PrevAndNext(long fileVersionId, long companyId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?.
 DLFolder[] DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
 DLFileVersion[] DLFileVersionPersistence.findByCompanyId_PrevAndNext(long fileVersionId, long companyId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
static DLFolder[] DLFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
static List<DLFileVersion> DLFileVersionUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
 DLFolder DLFolderPersistence.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFileEntry DLFileEntryUtil.findByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.findByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry[] DLFileEntryUtil.findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry[] DLFileEntryPersistence.findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.
static List<DLFileEntry> DLFileEntryUtil.findByF_N(long folderId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByF_N(long folderId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
static DLFileVersion DLFileVersionUtil.findByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion[] DLFileVersionUtil.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistence.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.
static List<DLFileVersion> DLFileVersionUtil.findByF_S(long fileEntryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByF_S(long fileEntryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistence.findByFileEntryId_PrevAndNext(long fileEntryMetadataId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileVersion[] DLFileVersionUtil.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata[] DLFileEntryMetadataUtil.findByFileEntryId_PrevAndNext(long fileEntryMetadataId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryId = ?.
 DLFileRank[] DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion[] DLFileVersionPersistence.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
static DLFileRank[] DLFileRankUtil.findByFileEntryId_PrevAndNext(long fileRankId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.
static List<DLFileVersion> DLFileVersionUtil.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ?.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.
 List<DLFileRank> DLFileRankPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where fileEntryId = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ?.
static List<DLFileRank> DLFileRankUtil.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where fileEntryId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistence.findByFileEntryTypeId_PrevAndNext(long fileEntryMetadataId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntryMetadata[] DLFileEntryMetadataUtil.findByFileEntryTypeId_PrevAndNext(long fileEntryMetadataId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryTypeId = ?.
static DLFileEntry[] DLFileEntryUtil.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileEntryTypeId = ?.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileVersionId_First(long fileVersionId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileVersionId_First(long fileVersionId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileVersionId_Last(long fileVersionId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileVersionId_Last(long fileVersionId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistence.findByFileVersionId_PrevAndNext(long fileEntryMetadataId, long fileVersionId, OrderByComparator orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata[] DLFileEntryMetadataUtil.findByFileVersionId_PrevAndNext(long fileEntryMetadataId, long fileVersionId, OrderByComparator orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByFileVersionId(long fileVersionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findByFileVersionId(long fileVersionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion[] DLFileVersionUtil.findByG_F_S_PrevAndNext(long fileVersionId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistence.findByG_F_S_PrevAndNext(long fileVersionId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static List<DLFileVersion> DLFileVersionUtil.findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_T_V_Last(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_T_V_Last(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
static DLFileVersion[] DLFileVersionUtil.findByG_F_T_V_PrevAndNext(long fileVersionId, long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion[] DLFileVersionPersistence.findByG_F_T_V_PrevAndNext(long fileVersionId, long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
static List<DLFileVersion> DLFileVersionUtil.findByG_F_T_V(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_T_V(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_A_First(long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileRank DLFileRankUtil.findByG_U_A_First(long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
 DLFileRank DLFileRankPersistence.findByG_U_A_Last(long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileRank DLFileRankUtil.findByG_U_A_Last(long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
 DLFileRank[] DLFileRankPersistence.findByG_U_A_PrevAndNext(long fileRankId, long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileRank[] DLFileRankUtil.findByG_U_A_PrevAndNext(long fileRankId, long groupId, long userId, boolean active, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
 List<DLFileRank> DLFileRankPersistence.findByG_U_A(long groupId, long userId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U_A(long groupId, long userId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileRank[] DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank[] DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
 DLFolder[] DLFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
static DLFileEntry[] DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
static DLFolder[] DLFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static DLFileVersion DLFileVersionUtil.findByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.findByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.findByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.findByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.findByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.findByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
static DLFileVersion[] DLFileVersionUtil.findByMimeType_PrevAndNext(long fileVersionId, String mimeType, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.
static DLFileEntry[] DLFileEntryUtil.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
 DLFileVersion[] DLFileVersionPersistence.findByMimeType_PrevAndNext(long fileVersionId, String mimeType, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.
 DLFileEntry[] DLFileEntryPersistence.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
static List<DLFileVersion> DLFileVersionUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where mimeType = ?.
static List<DLFileEntry> DLFileEntryUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 DLSyncEvent DLSyncEventPersistence.findByModifiedTime_First(long modifiedTime, OrderByComparator orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent DLSyncEventUtil.findByModifiedTime_First(long modifiedTime, OrderByComparator orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
 DLSyncEvent DLSyncEventPersistence.findByModifiedTime_Last(long modifiedTime, OrderByComparator orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent DLSyncEventUtil.findByModifiedTime_Last(long modifiedTime, OrderByComparator orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
 DLSyncEvent[] DLSyncEventPersistence.findByModifiedTime_PrevAndNext(long syncEventId, long modifiedTime, OrderByComparator orderByComparator)
          Returns the d l sync events before and after the current d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent[] DLSyncEventUtil.findByModifiedTime_PrevAndNext(long syncEventId, long modifiedTime, OrderByComparator orderByComparator)
          Returns the d l sync events before and after the current d l sync event in the ordered set where modifiedTime > ?.
 List<DLSyncEvent> DLSyncEventPersistence.findByModifiedTime(long modifiedTime, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d l sync events where modifiedTime > ?.
static List<DLSyncEvent> DLSyncEventUtil.findByModifiedTime(long modifiedTime, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d l sync events where modifiedTime > ?.
 DLFolder DLFolderPersistence.findByP_N_First(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByP_N_First(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.findByP_N_Last(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByP_N_Last(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder[] DLFolderPersistence.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder[] DLFolderUtil.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.findByR_F_First(long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByR_F_First(long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByR_F_Last(long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByR_F_Last(long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 DLFolder DLFolderPersistence.findByRepositoryIdList_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByRepositoryIdList_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.findByRepositoryIdList_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByRepositoryIdList_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFolder[] DLFolderPersistence.findByRepositoryIdList_PrevAndNext(long folderId, long repositoryId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
static DLFolder[] DLFolderUtil.findByRepositoryIdList_PrevAndNext(long folderId, long repositoryId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
 List<DLFolder> DLFolderPersistence.findByRepositoryIdList(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryIdList(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByToFileEntryId_First(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.findByToFileEntryId_First(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 DLFileRank DLFileRankPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
 DLFileRank[] DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?.
static DLFileRank[] DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where userId = ?.
static List<DLFileRank> DLFileRankUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where userId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion[] DLFileVersionUtil.findByUuid_C_PrevAndNext(long fileVersionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFolder[] DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion[] DLFileVersionPersistence.findByUuid_C_PrevAndNext(long fileVersionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFolder[] DLFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileVersion> DLFileVersionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistence.findByUuid_PrevAndNext(long fileEntryMetadataId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
static DLFileVersion[] DLFileVersionUtil.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.
static DLFileEntryMetadata[] DLFileEntryMetadataUtil.findByUuid_PrevAndNext(long fileEntryMetadataId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.
 DLFolder[] DLFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
 DLFileVersion[] DLFileVersionPersistence.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
static DLFolder[] DLFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
static List<DLFileVersion> DLFileVersionUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileVersion> DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLContent> DLContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLSyncEvent> DLSyncEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileRank> DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DLFileEntryTypeUtil.getDDMStructures(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
 List<DDMStructure> DLFileEntryTypePersistence.getDDMStructures(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
 List<DLFileEntryType> DLFolderPersistence.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
static List<DLFileEntryType> DLFolderUtil.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
static List<DLFolder> DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
 List<DLFolder> DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
 

Uses of OrderByComparator in com.liferay.portlet.documentlibrary.util
 

Methods in com.liferay.portlet.documentlibrary.util that return OrderByComparator
 OrderByComparator DL.getRepositoryModelOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator DLUtil.getRepositoryModelOrderByComparator(String orderByCol, String orderByType)
           
 

Uses of OrderByComparator in com.liferay.portlet.documentlibrary.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.documentlibrary.util.comparator
 class DLContentVersionComparator
           
 class FileRankCreateDateComparator
           
 class FolderNameComparator
           
 class RepositoryModelCreateDateComparator
           
 class RepositoryModelModifiedDateComparator
           
 class RepositoryModelNameComparator
           
 class RepositoryModelReadCountComparator
           
 class RepositoryModelSizeComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.dynamicdatalists.service
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type OrderByComparator
static List DDLRecordLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDLRecordLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DDLRecordSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDLRecordLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDLRecordSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDLRecordSetLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List<DDLRecord> DDLRecordLocalServiceUtil.getCompanyRecords(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalService.getCompanyRecords(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalServiceWrapper.getCompanyRecords(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecord> DDLRecordLocalServiceUtil.getCompanyRecords(long companyId, int scope, int start, int end, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDLRecordLocalServiceUtil.getCompanyRecords(long, int, int, int, int, OrderByComparator)
 List<DDLRecord> DDLRecordLocalService.getCompanyRecords(long companyId, int scope, int start, int end, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDLRecordLocalService.getCompanyRecords(long, int, int, int, int, OrderByComparator)
 List<DDLRecord> DDLRecordLocalServiceWrapper.getCompanyRecords(long companyId, int scope, int start, int end, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDLRecordLocalServiceWrapper.getCompanyRecords(long, int, int, int, int, OrderByComparator)
static List<DDLRecord> DDLRecordLocalServiceUtil.getRecords(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalService.getRecords(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalServiceWrapper.getRecords(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordVersion> DDLRecordLocalServiceUtil.getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordVersion> DDLRecordLocalService.getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordVersion> DDLRecordLocalServiceWrapper.getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetLocalServiceUtil.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetServiceUtil.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetService.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetServiceWrapper.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetLocalServiceWrapper.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetLocalService.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetLocalServiceUtil.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetServiceUtil.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetService.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetServiceWrapper.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetLocalServiceWrapper.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetLocalService.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.dynamicdatalists.service.persistence
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence with parameters of type OrderByComparator
static DDLRecord DDLRecordUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
static DDLRecord DDLRecordUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
 DDLRecordSet DDLRecordSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
 DDLRecordSet DDLRecordSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
 DDLRecordVersion DDLRecordVersionPersistence.fetchByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecordVersion DDLRecordVersionUtil.fetchByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion DDLRecordVersionPersistence.fetchByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecordVersion DDLRecordVersionUtil.fetchByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecord DDLRecordUtil.fetchByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistence.fetchByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
static DDLRecord DDLRecordUtil.fetchByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistence.fetchByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecordVersion DDLRecordVersionPersistence.fetchByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
static DDLRecordVersion DDLRecordVersionUtil.fetchByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion DDLRecordVersionPersistence.fetchByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
static DDLRecordVersion DDLRecordVersionUtil.fetchByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
static DDLRecord DDLRecordUtil.fetchByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistence.fetchByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
static DDLRecord DDLRecordUtil.fetchByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistence.fetchByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecordSet DDLRecordSetPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecordSet DDLRecordSetPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
 DDLRecordSet DDLRecordSetPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
 DDLRecordSet DDLRecordSetPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
static List<DDLRecordSet> DDLRecordSetFinderUtil.filterFindByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetFinder.filterFindByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetFinderUtil.filterFindByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetFinder.filterFindByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static DDLRecordSet[] DDLRecordSetUtil.filterFindByGroupId_PrevAndNext(long recordSetId, long groupId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set of d d l record sets that the user has permission to view where groupId = ?.
 DDLRecordSet[] DDLRecordSetPersistence.filterFindByGroupId_PrevAndNext(long recordSetId, long groupId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set of d d l record sets that the user has permission to view where groupId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets that the user has permissions to view where groupId = ?.
 List<DDLRecordSet> DDLRecordSetPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets that the user has permissions to view where groupId = ?.
static List<DDLRecordSet> DDLRecordSetFinderUtil.filterFindByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetFinder.filterFindByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets.
static List<DDLRecord> DDLRecordUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records.
 List<DDLRecordSet> DDLRecordSetPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets.
 List<DDLRecordVersion> DDLRecordVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions.
 List<DDLRecord> DDLRecordPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records.
static List<DDLRecordVersion> DDLRecordVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions.
static List<DDLRecordSet> DDLRecordSetFinderUtil.findByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetFinder.findByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetFinderUtil.findByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetFinder.findByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecord> DDLRecordFinderUtil.findByC_S_S(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordFinder.findByC_S_S(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
static DDLRecord DDLRecordUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
static DDLRecord DDLRecordUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
static DDLRecord[] DDLRecordUtil.findByCompanyId_PrevAndNext(long recordId, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?.
 DDLRecord[] DDLRecordPersistence.findByCompanyId_PrevAndNext(long recordId, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?.
static List<DDLRecord> DDLRecordUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where companyId = ?.
 List<DDLRecord> DDLRecordPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where companyId = ?.
static DDLRecordSet DDLRecordSetUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
 DDLRecordSet DDLRecordSetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
static DDLRecordSet DDLRecordSetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
 DDLRecordSet DDLRecordSetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
static DDLRecordSet[] DDLRecordSetUtil.findByGroupId_PrevAndNext(long recordSetId, long groupId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where groupId = ?.
 DDLRecordSet[] DDLRecordSetPersistence.findByGroupId_PrevAndNext(long recordSetId, long groupId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where groupId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where groupId = ?.
 List<DDLRecordSet> DDLRecordSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where groupId = ?.
static List<DDLRecordSet> DDLRecordSetFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetFinder.findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 DDLRecordVersion DDLRecordVersionPersistence.findByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecordVersion DDLRecordVersionUtil.findByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion DDLRecordVersionPersistence.findByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecordVersion DDLRecordVersionUtil.findByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion[] DDLRecordVersionPersistence.findByR_S_PrevAndNext(long recordVersionId, long recordId, int status, OrderByComparator orderByComparator)
          Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecordVersion[] DDLRecordVersionUtil.findByR_S_PrevAndNext(long recordVersionId, long recordId, int status, OrderByComparator orderByComparator)
          Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?.
static List<DDLRecord> DDLRecordFinderUtil.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordVersion> DDLRecordVersionPersistence.findByR_S(long recordId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ? and status = ?.
static List<DDLRecordVersion> DDLRecordVersionUtil.findByR_S(long recordId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ? and status = ?.
 List<DDLRecord> DDLRecordFinder.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
static DDLRecord DDLRecordUtil.findByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistence.findByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
static DDLRecord DDLRecordUtil.findByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistence.findByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
static DDLRecord[] DDLRecordUtil.findByR_U_PrevAndNext(long recordId, long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord[] DDLRecordPersistence.findByR_U_PrevAndNext(long recordId, long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?.
static List<DDLRecord> DDLRecordUtil.findByR_U(long recordSetId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?.
 List<DDLRecord> DDLRecordPersistence.findByR_U(long recordSetId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?.
 DDLRecordVersion DDLRecordVersionPersistence.findByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
static DDLRecordVersion DDLRecordVersionUtil.findByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion DDLRecordVersionPersistence.findByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
static DDLRecordVersion DDLRecordVersionUtil.findByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion[] DDLRecordVersionPersistence.findByRecordId_PrevAndNext(long recordVersionId, long recordId, OrderByComparator orderByComparator)
          Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?.
static DDLRecordVersion[] DDLRecordVersionUtil.findByRecordId_PrevAndNext(long recordVersionId, long recordId, OrderByComparator orderByComparator)
          Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistence.findByRecordId(long recordId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ?.
static List<DDLRecordVersion> DDLRecordVersionUtil.findByRecordId(long recordId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ?.
static DDLRecord DDLRecordUtil.findByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistence.findByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
static DDLRecord DDLRecordUtil.findByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistence.findByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
static DDLRecord[] DDLRecordUtil.findByRecordSetId_PrevAndNext(long recordId, long recordSetId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?.
 DDLRecord[] DDLRecordPersistence.findByRecordSetId_PrevAndNext(long recordId, long recordSetId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?.
static List<DDLRecord> DDLRecordUtil.findByRecordSetId(long recordSetId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ?.
 List<DDLRecord> DDLRecordPersistence.findByRecordSetId(long recordSetId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ?.
static DDLRecordSet DDLRecordSetUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?.
static DDLRecord DDLRecordUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecordSet DDLRecordSetPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
static DDLRecordSet DDLRecordSetUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?.
static DDLRecord DDLRecordUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecordSet DDLRecordSetPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
static DDLRecordSet[] DDLRecordSetUtil.findByUuid_C_PrevAndNext(long recordSetId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ? and companyId = ?.
static DDLRecord[] DDLRecordUtil.findByUuid_C_PrevAndNext(long recordId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecordSet[] DDLRecordSetPersistence.findByUuid_C_PrevAndNext(long recordSetId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ? and companyId = ?.
 DDLRecord[] DDLRecordPersistence.findByUuid_C_PrevAndNext(long recordId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where uuid = ? and companyId = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ? and companyId = ?.
 List<DDLRecordSet> DDLRecordSetPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where uuid = ? and companyId = ?.
 List<DDLRecord> DDLRecordPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ? and companyId = ?.
static DDLRecordSet DDLRecordSetUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
static DDLRecord DDLRecordUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
 DDLRecordSet DDLRecordSetPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
static DDLRecordSet DDLRecordSetUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
static DDLRecord DDLRecordUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
 DDLRecordSet DDLRecordSetPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
static DDLRecordSet[] DDLRecordSetUtil.findByUuid_PrevAndNext(long recordSetId, String uuid, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ?.
static DDLRecord[] DDLRecordUtil.findByUuid_PrevAndNext(long recordId, String uuid, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?.
 DDLRecordSet[] DDLRecordSetPersistence.findByUuid_PrevAndNext(long recordSetId, String uuid, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ?.
 DDLRecord[] DDLRecordPersistence.findByUuid_PrevAndNext(long recordId, String uuid, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where uuid = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ?.
 List<DDLRecordSet> DDLRecordSetPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where uuid = ?.
 List<DDLRecord> DDLRecordPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecord> DDLRecordUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordVersion> DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.dynamicdatalists.util
 

Methods in com.liferay.portlet.dynamicdatalists.util with parameters of type OrderByComparator
protected abstract  byte[] BaseDDLExporter.doExport(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 byte[] BaseDDLExporter.export(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 byte[] DDLExporter.export(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.service
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type OrderByComparator
static List DDMStorageLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMStructureLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMStructureLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DDMStructureLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMStorageLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DDMTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMStructureLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMStructureLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMStorageLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DDMContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMContentLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List DDMStructureLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List DDMTemplateLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long, long, OrderByComparator)
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long, long, OrderByComparator)
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long, long, OrderByComparator)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateLocalService.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplate> DDMTemplateService.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 

Uses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.service.persistence
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type OrderByComparator
 DDMStructure DDMStructurePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMContent DDMContentPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where companyId = ?.
static DDMContent DDMContentUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where companyId = ?.
 DDMContent DDMContentPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where companyId = ?.
static DDMContent DDMContentUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where companyId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMStructure DDMStructurePersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_CPK_First(long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_CPK_First(long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.fetchByG_CPK_Last(long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.fetchByG_CPK_Last(long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMStructure DDMStructurePersistence.fetchByG_N_D_First(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.fetchByG_N_D_First(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.fetchByG_N_D_Last(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.fetchByG_N_D_Last(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.fetchByG_P_First(long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByG_P_First(long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByG_P_Last(long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByG_P_Last(long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMContent DDMContentPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where groupId = ?.
static DDMContent DDMContentUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMContent DDMContentPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where groupId = ?.
static DDMContent DDMContentUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.fetchByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.fetchByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.fetchByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMStructure DDMStructurePersistence.fetchByParentStructureId_First(long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByParentStructureId_First(long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.fetchByParentStructureId_Last(long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.fetchByParentStructureId_Last(long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistence.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistence.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructure DDMStructurePersistence.fetchByStructureKey_First(String structureKey, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.fetchByStructureKey_First(String structureKey, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.fetchByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.fetchByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMTemplate DDMTemplatePersistence.fetchByTemplateKey_First(String templateKey, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.fetchByTemplateKey_First(String templateKey, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.fetchByTemplateKey_Last(String templateKey, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.fetchByTemplateKey_Last(String templateKey, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMContent DDMContentPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where uuid = ? and companyId = ?.
static DDMContent DDMContentUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMContent DDMContentPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where uuid = ? and companyId = ?.
static DDMContent DDMContentUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMStorageLink DDMStorageLinkPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
 DDMContent DDMContentPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where uuid = ?.
static DDMContent DDMContentUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMStorageLink DDMStorageLinkPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
 DDMContent DDMContentPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where uuid = ?.
static DDMContent DDMContentUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.filterFindByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classPK = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
static DDMStructure[] DDMStructureUtil.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
static DDMStructure[] DDMStructureUtil.filterFindByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?.
 List<DDMTemplate> DDMTemplateFinder.filterFindByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
 DDMStructure[] DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?.
static DDMStructure[] DDMStructureUtil.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?.
 DDMTemplate[] DDMTemplatePersistence.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?.
 List<DDMStructure> DDMStructurePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?.
static List<DDMStructure> DDMStructureUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?.
 List<DDMTemplate> DDMTemplateFinder.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructureLink> DDMStructureLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links.
 List<DDMStorageLink> DDMStorageLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links.
 List<DDMContent> DDMContentPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents.
static List<DDMContent> DDMContentUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents.
 List<DDMStructure> DDMStructurePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures.
static List<DDMStructure> DDMStructureUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures.
static List<DDMStorageLink> DDMStorageLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links.
static List<DDMStructureLink> DDMStructureLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links.
 List<DDMTemplate> DDMTemplatePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates.
static List<DDMTemplate> DDMTemplateUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates.
 DDMStructure DDMStructurePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByC_C_T_First(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByC_C_T_Last(long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 DDMTemplate[] DDMTemplatePersistence.findByC_C_T_PrevAndNext(long templateId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
static DDMTemplate[] DDMTemplateUtil.findByC_C_T_PrevAndNext(long templateId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByC_C_T(long classNameId, long classPK, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByC_C_T(long classNameId, long classPK, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?.
 List<DDMStructure> DDMStructurePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId, long groupId, long classNameId, long classPK, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 DDMStructureLink DDMStructureLinkPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink[] DDMStructureLinkPersistence.findByClassNameId_PrevAndNext(long structureLinkId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByClassNameId_PrevAndNext(long structureLinkId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links where classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where classNameId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links where classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.findByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
static DDMTemplate DDMTemplateUtil.findByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?.
static DDMTemplate[] DDMTemplateUtil.findByClassPK_PrevAndNext(long templateId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByClassPK(long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByClassPK(long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where classPK = ?.
 DDMContent DDMContentPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where companyId = ?.
static DDMContent DDMContentUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where companyId = ?.
 DDMContent DDMContentPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where companyId = ?.
static DDMContent DDMContentUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where companyId = ?.
 DDMContent[] DDMContentPersistence.findByCompanyId_PrevAndNext(long contentId, long companyId, OrderByComparator orderByComparator)
          Returns the d d m contents before and after the current d d m content in the ordered set where companyId = ?.
static DDMContent[] DDMContentUtil.findByCompanyId_PrevAndNext(long contentId, long companyId, OrderByComparator orderByComparator)
          Returns the d d m contents before and after the current d d m content in the ordered set where companyId = ?.
 List<DDMContent> DDMContentPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents where companyId = ?.
static List<DDMContent> DDMContentUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents where companyId = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_First(long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_M_First(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, String mode, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T_M(long groupId, long classNameId, long classPK, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C_T(long groupId, long classNameId, long classPK, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?.
 DDMStructure DDMStructurePersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate DDMTemplateUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByG_C_PrevAndNext(long structureId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_C_PrevAndNext(long templateId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long[] groupIds, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?.
 DDMTemplate DDMTemplatePersistence.findByG_CPK_First(long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_CPK_First(long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate DDMTemplatePersistence.findByG_CPK_Last(long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate DDMTemplateUtil.findByG_CPK_Last(long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ? and classPK = ?.
 DDMTemplate[] DDMTemplatePersistence.findByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?.
static DDMTemplate[] DDMTemplateUtil.findByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long[] groupIds, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?.
static List<DDMTemplate> DDMTemplateUtil.findByG_CPK(long groupId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?.
 DDMStructure DDMStructurePersistence.findByG_N_D_First(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.findByG_N_D_First(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure[] DDMStructureUtil.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?.
static List<DDMStructure> DDMStructureUtil.findByG_N_D(long groupId, String name, String description, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.findByG_P_First(long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByG_P_First(long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByG_P_Last(long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByG_P_Last(long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 DDMStructure[] DDMStructurePersistence.findByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
static DDMStructure[] DDMStructureUtil.findByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByG_P(long groupId, long parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?.
 List<DDMTemplate> DDMTemplateFinder.findByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByG_SC(long[] groupIds, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByG_SC(long groupId, long structureClassNameId, int start, int end, OrderByComparator orderByComparator)
           
 DDMContent DDMContentPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where groupId = ?.
static DDMContent DDMContentUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMContent DDMContentPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where groupId = ?.
static DDMContent DDMContentUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMContent[] DDMContentPersistence.findByGroupId_PrevAndNext(long contentId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m contents before and after the current d d m content in the ordered set where groupId = ?.
static DDMContent[] DDMContentUtil.findByGroupId_PrevAndNext(long contentId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m contents before and after the current d d m content in the ordered set where groupId = ?.
 DDMStructure[] DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
static DDMStructure[] DDMStructureUtil.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
static DDMTemplate[] DDMTemplateUtil.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = any ?.
 List<DDMContent> DDMContentPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents where groupId = ?.
static List<DDMContent> DDMContentUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents where groupId = ?.
 List<DDMStructure> DDMStructurePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ?.
static List<DDMStructure> DDMStructureUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where groupId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where groupId = ?.
 List<DDMTemplate> DDMTemplateFinder.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureFinder.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureFinderUtil.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByKeywords(long companyId, long groupId, long classNameId, long classPK, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 DDMTemplate DDMTemplatePersistence.findByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.findByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate[] DDMTemplatePersistence.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
static DDMTemplate[] DDMTemplateUtil.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByLanguage(String language, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
static List<DDMTemplate> DDMTemplateUtil.findByLanguage(String language, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where language = ?.
 DDMStructure DDMStructurePersistence.findByParentStructureId_First(long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByParentStructureId_First(long parentStructureId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure DDMStructurePersistence.findByParentStructureId_Last(long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure DDMStructureUtil.findByParentStructureId_Last(long parentStructureId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where parentStructureId = ?.
 DDMStructure[] DDMStructurePersistence.findByParentStructureId_PrevAndNext(long structureId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?.
static DDMStructure[] DDMStructureUtil.findByParentStructureId_PrevAndNext(long structureId, long parentStructureId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?.
 List<DDMStructure> DDMStructurePersistence.findByParentStructureId(long parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where parentStructureId = ?.
static List<DDMStructure> DDMStructureUtil.findByParentStructureId(long parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where parentStructureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistence.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink DDMStorageLinkUtil.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistence.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink DDMStorageLinkUtil.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink[] DDMStructureLinkPersistence.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?.
 DDMStorageLink[] DDMStorageLinkPersistence.findByStructureId_PrevAndNext(long storageLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink[] DDMStorageLinkUtil.findByStructureId_PrevAndNext(long storageLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links where structureId = ?.
 List<DDMStorageLink> DDMStorageLinkPersistence.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where structureId = ?.
static List<DDMStorageLink> DDMStorageLinkUtil.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where structureId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links where structureId = ?.
 DDMStructure DDMStructurePersistence.findByStructureKey_First(String structureKey, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.findByStructureKey_First(String structureKey, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where structureKey = ?.
 DDMStructure DDMStructurePersistence.findByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
static DDMStructure DDMStructureUtil.findByStructureKey_Last(String structureKey, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where structureKey = ?.
 DDMStructure[] DDMStructurePersistence.findByStructureKey_PrevAndNext(long structureId, String structureKey, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?.
static DDMStructure[] DDMStructureUtil.findByStructureKey_PrevAndNext(long structureId, String structureKey, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?.
 List<DDMStructure> DDMStructurePersistence.findByStructureKey(String structureKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where structureKey = ?.
static List<DDMStructure> DDMStructureUtil.findByStructureKey(String structureKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where structureKey = ?.
 DDMTemplate DDMTemplatePersistence.findByTemplateKey_First(String templateKey, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.findByTemplateKey_First(String templateKey, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.findByTemplateKey_Last(String templateKey, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
static DDMTemplate DDMTemplateUtil.findByTemplateKey_Last(String templateKey, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where templateKey = ?.
 DDMTemplate[] DDMTemplatePersistence.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?.
static DDMTemplate[] DDMTemplateUtil.findByTemplateKey_PrevAndNext(long templateId, String templateKey, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByTemplateKey(String templateKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
static List<DDMTemplate> DDMTemplateUtil.findByTemplateKey(String templateKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where templateKey = ?.
 DDMTemplate DDMTemplatePersistence.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate[] DDMTemplatePersistence.findByType_PrevAndNext(long templateId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
static DDMTemplate[] DDMTemplateUtil.findByType_PrevAndNext(long templateId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where type = ?.
 DDMContent DDMContentPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where uuid = ? and companyId = ?.
static DDMContent DDMContentUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMContent DDMContentPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where uuid = ? and companyId = ?.
static DDMContent DDMContentUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where uuid = ? and companyId = ?.
 DDMStructure DDMStructurePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure DDMStructureUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ? and companyId = ?.
 DDMContent[] DDMContentPersistence.findByUuid_C_PrevAndNext(long contentId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ? and companyId = ?.
static DDMContent[] DDMContentUtil.findByUuid_C_PrevAndNext(long contentId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ? and companyId = ?.
 DDMStructure[] DDMStructurePersistence.findByUuid_C_PrevAndNext(long structureId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?.
static DDMStructure[] DDMStructureUtil.findByUuid_C_PrevAndNext(long structureId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByUuid_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?.
static DDMTemplate[] DDMTemplateUtil.findByUuid_C_PrevAndNext(long templateId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?.
 List<DDMContent> DDMContentPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents where uuid = ? and companyId = ?.
static List<DDMContent> DDMContentUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents where uuid = ? and companyId = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?.
 DDMStorageLink DDMStorageLinkPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
 DDMContent DDMContentPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where uuid = ?.
static DDMContent DDMContentUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m content in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStorageLink DDMStorageLinkUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMStorageLink DDMStorageLinkPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
 DDMContent DDMContentPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where uuid = ?.
static DDMContent DDMContentUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m content in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStorageLink DDMStorageLinkUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMStorageLink[] DDMStorageLinkPersistence.findByUuid_PrevAndNext(long storageLinkId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?.
 DDMContent[] DDMContentPersistence.findByUuid_PrevAndNext(long contentId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ?.
static DDMContent[] DDMContentUtil.findByUuid_PrevAndNext(long contentId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ?.
 DDMStructure[] DDMStructurePersistence.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
static DDMStructure[] DDMStructureUtil.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
static DDMStorageLink[] DDMStorageLinkUtil.findByUuid_PrevAndNext(long storageLinkId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?.
 DDMTemplate[] DDMTemplatePersistence.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
static DDMTemplate[] DDMTemplateUtil.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
 List<DDMStorageLink> DDMStorageLinkPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where uuid = ?.
 List<DDMContent> DDMContentPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents where uuid = ?.
static List<DDMContent> DDMContentUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents where uuid = ?.
 List<DDMStructure> DDMStructurePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ?.
static List<DDMStructure> DDMStructureUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures where uuid = ?.
static List<DDMStorageLink> DDMStorageLinkUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where uuid = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ?.
static List<DDMTemplate> DDMTemplateUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where uuid = ?.
static List<DDMContent> DDMContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStorageLink> DDMStorageLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructureLink> DDMStructureLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DDMStructurePersistence.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the d d m structure.
static List<DLFileEntryType> DDMStructureUtil.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the d d m structure.
 

Uses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.storage
 

Methods in com.liferay.portlet.dynamicdatamapping.storage with parameters of type OrderByComparator
protected abstract  List<Fields> BaseStorageAdapter.doGetFieldsListByClasses(long ddmStructureId, long[] classPKs, List<String> fieldNames, OrderByComparator orderByComparator)
           
protected abstract  List<Fields> BaseStorageAdapter.doGetFieldsListByDDMStructure(long ddmStructureId, List<String> fieldNames, OrderByComparator orderByComparator)
           
protected abstract  List<Fields> BaseStorageAdapter.doQuery(long ddmStructureId, List<String> fieldNames, Condition condition, OrderByComparator orderByComparator)
           
 List<Fields> BaseStorageAdapter.getFieldsList(long ddmStructureId, List<String> fieldNames, OrderByComparator orderByComparator)
           
static List<Fields> StorageEngineUtil.getFieldsList(long ddmStructureId, List<String> fieldNames, OrderByComparator orderByComparator)
           
 List<Fields> StorageAdapter.getFieldsList(long ddmStructureId, List<String> fieldNames, OrderByComparator orderByComparator)
           
 List<Fields> BaseStorageAdapter.getFieldsList(long ddmStructureId, long[] classPKs, List<String> fieldNames, OrderByComparator orderByComparator)
           
static List<Fields> StorageEngineUtil.getFieldsList(long ddmStructureId, long[] classPKs, List<String> fieldNames, OrderByComparator orderByComparator)
           
 List<Fields> StorageAdapter.getFieldsList(long ddmStructureId, long[] classPKs, List<String> fieldNames, OrderByComparator orderByComparator)
           
 List<Fields> BaseStorageAdapter.getFieldsList(long ddmStructureId, long[] classPKs, OrderByComparator orderByComparator)
           
static List<Fields> StorageEngineUtil.getFieldsList(long ddmStructureId, long[] classPKs, OrderByComparator orderByComparator)
           
 List<Fields> StorageAdapter.getFieldsList(long ddmStructureId, long[] classPKs, OrderByComparator orderByComparator)
           
 List<Fields> BaseStorageAdapter.query(long ddmStructureId, List<String> fieldNames, Condition condition, OrderByComparator orderByComparator)
           
static List<Fields> StorageEngineUtil.query(long ddmStructureId, List<String> fieldNames, Condition condition, OrderByComparator orderByComparator)
           
 List<Fields> StorageAdapter.query(long ddmStructureId, List<String> fieldNames, Condition condition, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return OrderByComparator
static OrderByComparator DDMUtil.getStructureOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator DDM.getStructureOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator DDMUtil.getTemplateOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator DDM.getTemplateOrderByComparator(String orderByCol, String orderByType)
           
 

Uses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.util.comparator
 class StructureIdComparator
           
 class StructureModifiedDateComparator
           
 class StructureStructureKeyComparator
           
 class TemplateIdComparator
           
 class TemplateModifiedDateComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.expando.service
 

Methods in com.liferay.portlet.expando.service with parameters of type OrderByComparator
static List ExpandoValueLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ExpandoValueLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ExpandoColumnLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ExpandoTableLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ExpandoTableLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ExpandoRowLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ExpandoTableLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ExpandoValueLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ExpandoRowLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ExpandoColumnLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ExpandoRowLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ExpandoColumnLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 

Uses of OrderByComparator in com.liferay.portlet.expando.service.persistence
 

Methods in com.liferay.portlet.expando.service.persistence with parameters of type OrderByComparator
 ExpandoTable ExpandoTablePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoTable ExpandoTableUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoValue ExpandoValueUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoTable ExpandoTablePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoTable ExpandoTableUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoValue ExpandoValueUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoRow ExpandoRowPersistence.fetchByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.fetchByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.fetchByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.fetchByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
static ExpandoColumn[] ExpandoColumnUtil.filterFindByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.
 ExpandoColumn[] ExpandoColumnPersistence.filterFindByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.
static List<ExpandoColumn> ExpandoColumnUtil.filterFindByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.
 List<ExpandoColumn> ExpandoColumnPersistence.filterFindByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.
 List<ExpandoTable> ExpandoTablePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables.
 List<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values.
static List<ExpandoTable> ExpandoTableUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables.
static List<ExpandoColumn> ExpandoColumnUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns.
 List<ExpandoRow> ExpandoRowPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando rows.
static List<ExpandoRow> ExpandoRowUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando rows.
static List<ExpandoValue> ExpandoValueUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values.
 List<ExpandoColumn> ExpandoColumnPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns.
 ExpandoTable ExpandoTablePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoValue ExpandoValuePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoTable ExpandoTableUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoValue ExpandoValueUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoTable ExpandoTablePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoValue ExpandoValuePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoTable ExpandoTableUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoValue ExpandoValueUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoTable[] ExpandoTablePersistence.findByC_C_PrevAndNext(long tableId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoTable[] ExpandoTableUtil.findByC_C_PrevAndNext(long tableId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoValue[] ExpandoValueUtil.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.
 List<ExpandoTable> ExpandoTablePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.
static List<ExpandoTable> ExpandoTableUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.
 ExpandoRow ExpandoRowPersistence.findByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.findByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow[] ExpandoRowPersistence.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.
static ExpandoRow[] ExpandoRowUtil.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByClassPK(long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando rows where classPK = ?.
static List<ExpandoRow> ExpandoRowUtil.findByClassPK(long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando rows where classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where columnId = ?.
static ExpandoValue[] ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.findByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where rowId = ?.
static ExpandoValue[] ExpandoValueUtil.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue[] ExpandoValuePersistence.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue[] ExpandoValueUtil.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue[] ExpandoValueUtil.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue[] ExpandoValuePersistence.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue[] ExpandoValueUtil.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and classPK = ?.
static List<ExpandoColumn> ExpandoColumnUtil.findByT_N(long tableId, String[] names, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ? and name = any ?.
 List<ExpandoColumn> ExpandoColumnPersistence.findByT_N(long tableId, String[] names, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ? and name = any ?.
 ExpandoValue ExpandoValuePersistence.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue[] ExpandoValueUtil.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ?.
static ExpandoColumn[] ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
 ExpandoRow[] ExpandoRowPersistence.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.
static ExpandoRow[] ExpandoRowUtil.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.
static ExpandoValue[] ExpandoValueUtil.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ?.
 ExpandoColumn[] ExpandoColumnPersistence.findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ?.
static List<ExpandoColumn> ExpandoColumnUtil.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando rows where tableId = ?.
static List<ExpandoRow> ExpandoRowUtil.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando rows where tableId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ?.
 List<ExpandoColumn> ExpandoColumnPersistence.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ?.
static List<ExpandoTable> ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoColumn> ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoRow> ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service with parameters of type OrderByComparator
static List JournalArticleResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalArticleLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalFeedLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List JournalArticleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List JournalContentSearchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalArticleImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalContentSearchLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List JournalArticleImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalContentSearchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List JournalFeedLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List JournalFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalArticleResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalArticleImageLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalArticleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalArticleResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalFeedLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles belonging to the group.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleService.getArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleServiceWrapper.getArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and folder.
static List<JournalArticle> JournalArticleServiceUtil.getArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleService.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
 List<JournalArticle> JournalArticleService.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status.
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status.
 List<JournalArticle> JournalArticleService.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
 List<Object> JournalFolderServiceWrapper.getFoldersAndArticles(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
static List<Object> JournalFolderServiceUtil.getFoldersAndArticles(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
 List<Object> JournalFolderService.getFoldersAndArticles(long groupId, long folderId, int status, int start, int end, OrderByComparator obc)
           
static List<Object> JournalFolderLocalServiceUtil.getFoldersAndArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<Object> JournalFolderServiceWrapper.getFoldersAndArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static List<Object> JournalFolderServiceUtil.getFoldersAndArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<Object> JournalFolderLocalService.getFoldersAndArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<Object> JournalFolderLocalServiceWrapper.getFoldersAndArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<Object> JournalFolderService.getFoldersAndArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<Object> JournalFolderServiceWrapper.getFoldersAndArticles(long groupId, long userId, long folderId, int status, int start, int end, OrderByComparator obc)
           
static List<Object> JournalFolderServiceUtil.getFoldersAndArticles(long groupId, long userId, long folderId, int status, int start, int end, OrderByComparator obc)
           
 List<Object> JournalFolderService.getFoldersAndArticles(long groupId, long userId, long folderId, int status, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int status, boolean includeOwner, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
 List<JournalArticle> JournalArticleServiceWrapper.getGroupArticles(long groupId, long userId, long rootFolderId, int status, boolean includeOwner, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
static List<JournalArticle> JournalArticleServiceUtil.getGroupArticles(long groupId, long userId, long rootFolderId, int status, boolean includeOwner, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
 List<JournalArticle> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
 List<JournalArticle> JournalArticleServiceWrapper.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
static List<JournalArticle> JournalArticleServiceUtil.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
 List<JournalArticle> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
 List<JournalArticle> JournalArticleServiceWrapper.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
static List<JournalArticle> JournalArticleServiceUtil.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
 List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
static List<JournalArticle> JournalArticleLocalServiceUtil.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
static List<JournalArticle> JournalArticleLocalServiceUtil.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
 List<JournalStructure> JournalStructureLocalService.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalStructure> JournalStructureLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalStructure> JournalStructureLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalStructure> JournalStructureService.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalStructure> JournalStructureServiceWrapper.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalStructure> JournalStructureServiceUtil.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalStructure> JournalStructureLocalService.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalStructure> JournalStructureLocalServiceWrapper.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalStructure> JournalStructureLocalServiceUtil.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalStructure> JournalStructureService.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalStructure> JournalStructureServiceWrapper.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalStructure> JournalStructureServiceUtil.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalTemplate> JournalTemplateServiceUtil.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalService.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalTemplate> JournalTemplateLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateServiceWrapper.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateService.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalTemplate> JournalTemplateServiceUtil.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalService.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalTemplate> JournalTemplateLocalServiceUtil.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateServiceWrapper.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateService.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
 List<JournalArticle> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
 List<JournalArticle> JournalArticleServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
static List<JournalArticle> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
static List<JournalArticle> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
static List<JournalArticle> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
 List<JournalFeed> JournalFeedLocalServiceWrapper.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
static List<JournalFeed> JournalFeedLocalServiceUtil.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalFeed> JournalFeedLocalService.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalFeed> JournalFeedLocalServiceWrapper.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalFeed> JournalFeedLocalServiceUtil.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalFeed> JournalFeedLocalService.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portlet.journal.service.persistence
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type OrderByComparator
 JournalContentSearch JournalContentSearchPersistence.fetchByArticleId_First(String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByArticleId_First(String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByArticleId_Last(String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByArticleId_Last(String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
 JournalFolder JournalFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_NotST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByC_NotST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_NotST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByC_NotST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_T_First(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByC_T_First(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByC_T_Last(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByC_T_Last(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalFolder JournalFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalFolder JournalFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ?.
 JournalFolder JournalFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalFolder JournalFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ?.
 JournalFolder JournalFolderPersistence.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_A_First(long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_A_First(long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_A_Last(long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_A_Last(long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder JournalFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder JournalFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder JournalFolderUtil.fetchByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder JournalFolderUtil.fetchByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalFolder JournalFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
static JournalFolder JournalFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalFolder JournalFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
static JournalFolder JournalFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where portletId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where portletId = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistence.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistence.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
static JournalArticle JournalArticleUtil.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
 JournalFolder JournalFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFolder JournalFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ? and companyId = ?.
 JournalFolder JournalFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFolder JournalFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ? and companyId = ?.
 JournalFolder JournalFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalArticleResource JournalArticleResourcePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
static JournalFolder JournalFolderUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ?.
 JournalFolder JournalFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalArticleResource JournalArticleResourcePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
static JournalFolder JournalFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
 JournalFolder[] JournalFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder[] JournalFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<JournalFolder> JournalFolderPersistence.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<JournalFolder> JournalFolderUtil.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder[] JournalFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static JournalFolder[] JournalFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 JournalFolder[] JournalFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder[] JournalFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
 List<JournalFolder> JournalFolderPersistence.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?.
static List<JournalFolder> JournalFolderUtil.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?.
 List<JournalFolder> JournalFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static List<JournalFolder> JournalFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
 JournalFolder[] JournalFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
 JournalFeed[] JournalFeedPersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
static JournalFeed[] JournalFeedUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
static JournalFolder[] JournalFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?.
 List<JournalFolder> JournalFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
static List<JournalFeed> JournalFeedUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
static List<JournalFolder> JournalFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalFolder> JournalFolderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalArticleResource> JournalArticleResourceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources.
 List<JournalFeed> JournalFeedPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds.
 List<JournalArticle> JournalArticlePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalArticleImage> JournalArticleImageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images.
static List<JournalFeed> JournalFeedUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds.
 List<JournalArticleResource> JournalArticleResourcePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources.
static List<JournalFolder> JournalFolderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders.
 List<JournalArticleImage> JournalArticleImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images.
 List<JournalContentSearch> JournalContentSearchPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs.
static List<JournalContentSearch> JournalContentSearchUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs.
 JournalContentSearch JournalContentSearchPersistence.findByArticleId_First(String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByArticleId_First(String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByArticleId_Last(String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByArticleId_Last(String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByArticleId_PrevAndNext(long contentSearchId, String articleId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByArticleId_PrevAndNext(long contentSearchId, String articleId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByArticleId(String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where articleId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByArticleId(String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where articleId = ?.
static List<JournalFeed> JournalFeedFinderUtil.findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalFeed> JournalFeedFinder.findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalFeed> JournalFeedFinderUtil.findByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalFeed> JournalFeedFinder.findByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 JournalFolder JournalFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?.
 JournalFolder[] JournalFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder[] JournalFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?.
 List<JournalFolder> JournalFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?.
static List<JournalFolder> JournalFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_NotST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByC_NotST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_NotST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByC_NotST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_T_First(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByC_T_First(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByC_T_Last(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByC_T_Last(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByC_T_PrevAndNext(long id, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByC_T_PrevAndNext(long id, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByC_T(long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_T(long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle[] JournalArticlePersistence.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V(long companyId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V(long companyId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
 JournalFolder JournalFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalFolder JournalFolderUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ?.
 JournalFolder JournalFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalFolder JournalFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ?.
 JournalFolder[] JournalFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?.
static JournalArticle[] JournalArticleUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
static JournalFolder[] JournalFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?.
 List<JournalFolder> JournalFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
static List<JournalFolder> JournalFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where companyId = ?.
 JournalFolder JournalFolderPersistence.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<JournalFolder> JournalFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<JournalFolder> JournalFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByG_A_PrevAndNext(long contentSearchId, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_A_PrevAndNext(long contentSearchId, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static JournalArticleImage JournalArticleImageUtil.findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage JournalArticleImagePersistence.findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static JournalArticleImage JournalArticleImageUtil.findByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage JournalArticleImagePersistence.findByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage[] JournalArticleImagePersistence.findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByG_A_V(long groupId, String articleId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByG_A_V(long groupId, String articleId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_A_First(long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_A_First(long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_A_Last(long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_A_Last(long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByG_P_A_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_P_A_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, String articleId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByG_P_A(long groupId, boolean privateLayout, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_P_A(long groupId, boolean privateLayout, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder JournalFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder JournalFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByG_P_L_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_P_L_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByG_P_L_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_P_L_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder JournalFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder JournalFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalFolder JournalFolderPersistence.findByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.findByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder[] JournalFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder[] JournalFolderUtil.findByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<JournalFolder> JournalFolderPersistence.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<JournalFolder> JournalFolderUtil.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByG_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder[] JournalFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder[] JournalFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalFolder JournalFolderPersistence.findByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder JournalFolderUtil.findByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 JournalFolder JournalFolderPersistence.findByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder JournalFolderUtil.findByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 JournalFolder[] JournalFolderPersistence.findByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder[] JournalFolderUtil.findByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 List<JournalFolder> JournalFolderPersistence.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?.
static List<JournalFolder> JournalFolderUtil.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?.
 List<JournalFolder> JournalFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?.
static List<JournalFolder> JournalFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?.
static JournalArticle JournalArticleUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 JournalFolder JournalFolderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
static JournalFolder JournalFolderUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalFolder JournalFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
static JournalFolder JournalFolderUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalFolder[] JournalFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?.
static JournalArticle[] JournalArticleUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticleResource[] JournalArticleResourceUtil.findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
 JournalFeed[] JournalFeedPersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?.
static JournalFeed[] JournalFeedUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
 JournalArticleResource[] JournalArticleResourcePersistence.findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
static JournalFolder[] JournalFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?.
 JournalArticleImage[] JournalArticleImagePersistence.findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?.
 List<JournalFolder> JournalFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
static List<JournalArticleResource> JournalArticleResourceUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ?.
static List<JournalFeed> JournalFeedUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
 List<JournalArticleResource> JournalArticleResourcePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources where groupId = ?.
static List<JournalFolder> JournalFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalFeed> JournalFeedFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalFeed> JournalFeedFinder.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
static JournalArticle JournalArticleUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
 JournalContentSearch JournalContentSearchPersistence.findByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
static JournalContentSearch JournalContentSearchUtil.findByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where portletId = ?.
static JournalContentSearch JournalContentSearchUtil.findByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where portletId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByPortletId_PrevAndNext(long contentSearchId, String portletId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByPortletId_PrevAndNext(long contentSearchId, String portletId, OrderByComparator orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where portletId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByPortletId(String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs where portletId = ?.
static JournalArticle JournalArticleUtil.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle[] JournalArticlePersistence.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle[] JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle[] JournalArticleUtil.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
static JournalArticle JournalArticleUtil.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistence.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
static JournalArticle[] JournalArticleUtil.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where structureId = ?.
 JournalArticle[] JournalArticlePersistence.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String[] structureIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = any ?.
 List<JournalArticle> JournalArticlePersistence.findByStructureId(String[] structureIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = any ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = ?.
static JournalArticleImage JournalArticleImageUtil.findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?.
 JournalArticleImage[] JournalArticleImagePersistence.findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where tempImage = ?.
static JournalArticle JournalArticleUtil.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistence.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistence.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
static JournalArticle[] JournalArticleUtil.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where templateId = ?.
 JournalFolder JournalFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFolder JournalFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ? and companyId = ?.
 JournalFolder JournalFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFolder JournalFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ? and companyId = ?.
 JournalFolder[] JournalFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFolder[] JournalFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?.
 List<JournalFolder> JournalFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where uuid = ? and companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
static List<JournalFolder> JournalFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where uuid = ? and companyId = ?.
 JournalFolder JournalFolderPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
static JournalFolder JournalFolderUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ?.
 JournalFolder JournalFolderPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
static JournalFolder JournalFolderUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ?.
 JournalFolder[] JournalFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
static JournalArticleResource[] JournalArticleResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
 JournalArticleResource[] JournalArticleResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?.
static JournalFolder[] JournalFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?.
 List<JournalFolder> JournalFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
static List<JournalArticleResource> JournalArticleResourceUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources where uuid = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
 List<JournalArticleResource> JournalArticleResourcePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources where uuid = ?.
static List<JournalFolder> JournalFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal folders where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticleResource> JournalArticleResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticleImage> JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalFeed> JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalFolder> JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalContentSearch> JournalContentSearchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.journal.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.journal.util.comparator
 class ArticleCreateDateComparator
           
 class ArticleDisplayDateComparator
           
 class ArticleIDComparator
           
 class ArticleModifiedDateComparator
           
 class ArticleReviewDateComparator
           
 class ArticleTitleComparator
           
 class ArticleVersionComparator
           
 class StructurePKComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service with parameters of type OrderByComparator
static List MBMessageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBThreadFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBMailingListLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MBMailingListLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBMessageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBThreadFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBThreadLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBDiscussionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MBCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBMailingListLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MBThreadLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBBanLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBDiscussionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MBBanLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MBThreadFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBThreadLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MBStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBBanLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MBDiscussionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBMessageLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MBCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List<MBMessage> MBMessageLocalServiceUtil.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getUserDiscussionMessages(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getUserDiscussionMessages(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId, String className, long classPK, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId, String className, long classPK, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getUserDiscussionMessages(long userId, String className, long classPK, int status, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portlet.messageboards.service.persistence
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type OrderByComparator
 MBMailingList MBMailingListPersistence.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBBan MBBanUtil.fetchByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.fetchByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.fetchByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.fetchByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
static MBMessage MBMessageUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.fetchByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.fetchByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBThread MBThreadPersistence.fetchByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.fetchByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.fetchByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBCategory MBCategoryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
static MBDiscussion MBDiscussionUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBMessage MBMessageUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
 MBMessage MBMessagePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBMessage MBMessageUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
 MBMessage MBMessagePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
 MBThread MBThreadPersistence.fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBMessage MBMessageUtil.fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBMessage MBMessagePersistence.fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.fetchByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.fetchByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.fetchByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.fetchByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBMessage MBMessageUtil.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBMessage MBMessagePersistence.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.fetchByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBStatsUser MBStatsUserPersistence.fetchByG_NotU_NotM_First(long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
static MBStatsUser MBStatsUserUtil.fetchByG_NotU_NotM_First(long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
 MBStatsUser MBStatsUserPersistence.fetchByG_NotU_NotM_Last(long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
static MBStatsUser MBStatsUserUtil.fetchByG_NotU_NotM_Last(long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
 MBCategory MBCategoryPersistence.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage MBMessagePersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage MBMessageUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage MBMessagePersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage MBMessageUtil.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
static MBMessage MBMessageUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
static MBThread MBThreadUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBBan MBBanUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBMessage MBMessagePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
 MBBan MBBanPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
static MBMessage MBMessageUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
static MBThread MBThreadUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
static MBBan MBBanUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBMessage MBMessagePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
 MBBan MBBanPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBMessage MBMessageUtil.fetchByT_A_First(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.fetchByT_A_First(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage MBMessageUtil.fetchByT_A_Last(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.fetchByT_A_Last(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage MBMessageUtil.fetchByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage MBMessagePersistence.fetchByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage MBMessageUtil.fetchByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage MBMessagePersistence.fetchByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage MBMessageUtil.fetchByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.fetchByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.fetchByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.fetchByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.fetchByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.fetchByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.fetchByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.fetchByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.fetchByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.fetchByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.fetchByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage MBMessagePersistence.fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage MBMessageUtil.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage MBMessagePersistence.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage MBMessageUtil.fetchByU_C_S_First(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByU_C_S_First(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBStatsUser MBStatsUserPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBMessage MBMessageUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
static MBBan MBBanUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBMessage MBMessagePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
 MBBan MBBanPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBMessage MBMessageUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
static MBBan MBBanUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBMessage MBMessagePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
 MBBan MBBanPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBMessage MBMessageUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBMessage MBMessagePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBMessage MBMessageUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBMessage MBMessagePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBMessage MBMessageUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
static MBThread MBThreadUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
static MBBan MBBanUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBMessage MBMessagePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
 MBBan MBBanPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
static MBMessage MBMessageUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
static MBThread MBThreadUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
static MBBan MBBanUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBMessage MBMessagePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
 MBBan MBBanPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
static MBMessage[] MBMessageUtil.filterFindByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static MBMessage[] MBMessageUtil.filterFindByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
static MBMessage[] MBMessageUtil.filterFindByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage[] MBMessageUtil.filterFindByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage[] MBMessageUtil.filterFindByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?.
 MBThread[] MBThreadPersistence.filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
 MBThread[] MBThreadPersistence.filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?.
static MBMessage[] MBMessageUtil.filterFindByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?.
static MBMessage[] MBMessageUtil.filterFindByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?.
static MBMessage[] MBMessageUtil.filterFindByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?.
 MBCategory[] MBCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
static MBCategory[] MBCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
 MBThread[] MBThreadPersistence.filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?.
static MBMessage[] MBMessageUtil.filterFindByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ?.
static MBThread[] MBThreadUtil.filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?.
 MBMessage[] MBMessagePersistence.filterFindByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
 List<MBThread> MBThreadPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
static List<MBMessage> MBMessageUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?.
static List<MBThread> MBThreadUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
 List<MBMessage> MBMessagePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?.
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories.
 List<MBThread> MBThreadPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads.
 List<MBStatsUser> MBStatsUserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users.
 List<MBMailingList> MBMailingListPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
static List<MBStatsUser> MBStatsUserUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users.
static List<MBDiscussion> MBDiscussionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions.
 List<MBThreadFlag> MBThreadFlagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags.
static List<MBThreadFlag> MBThreadFlagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags.
static List<MBMessage> MBMessageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages.
static List<MBThread> MBThreadUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads.
static List<MBMailingList> MBMailingListUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
 List<MBDiscussion> MBDiscussionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions.
static List<MBBan> MBBanUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans.
 List<MBMessage> MBMessagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages.
 List<MBBan> MBBanPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans.
 MBMailingList MBMailingListPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
 MBMailingList[] MBMailingListPersistence.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
static MBMailingList[] MBMailingListUtil.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where active = ?.
static List<MBMailingList> MBMailingListUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where active = ?.
static MBBan MBBanUtil.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
static MBBan[] MBBanUtil.findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
 MBBan[] MBBanPersistence.findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
static List<MBBan> MBBanUtil.findByBanUserId(long banUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistence.findByBanUserId(long banUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where banUserId = ?.
static MBMessage MBMessageUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage[] MBMessageUtil.findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage[] MBMessagePersistence.findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage[] MBMessageUtil.findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.
 List<MBMessage> MBMessagePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.
 MBThread MBThreadPersistence.findByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.findByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.findByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.findByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread[] MBThreadPersistence.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread[] MBThreadUtil.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 MBCategory MBCategoryPersistence.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage MBMessageUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistence.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage MBMessageUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ? and status = ?.
static MBDiscussion MBDiscussionUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion[] MBDiscussionUtil.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion[] MBDiscussionPersistence.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBMessage MBMessageUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
 MBMessage MBMessagePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBMessage MBMessageUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
 MBMessage MBMessagePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
static MBCategory[] MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
static MBMessage[] MBMessageUtil.findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?.
 MBMessage[] MBMessagePersistence.findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
static List<MBMessage> MBMessageUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ?.
 List<MBMessage> MBMessagePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ?.
 MBThread MBThreadPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBMessage MBMessageUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBMessage MBMessagePersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistence.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread[] MBThreadUtil.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBMessage MBMessageUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBMessage MBMessagePersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread[] MBThreadUtil.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBMessage[] MBMessageUtil.findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBThread[] MBThreadUtil.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBMessage[] MBMessagePersistence.findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.findByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage MBMessageUtil.findByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.findByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage[] MBMessageUtil.findByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage[] MBMessagePersistence.findByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> MBMessageUtil.findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 List<MBMessage> MBMessagePersistence.findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage MBMessageUtil.findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage MBMessagePersistence.findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage MBMessageUtil.findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage MBMessagePersistence.findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage[] MBMessageUtil.findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage[] MBMessagePersistence.findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage MBMessageUtil.findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> MBMessagePersistence.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
static List<MBMessage> MBMessageUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBMessage> MBMessagePersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread[] MBThreadUtil.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread[] MBThreadUtil.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread[] MBThreadUtil.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 MBStatsUser MBStatsUserPersistence.findByG_NotU_NotM_First(long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
static MBStatsUser MBStatsUserUtil.findByG_NotU_NotM_First(long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
 MBStatsUser MBStatsUserPersistence.findByG_NotU_NotM_Last(long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
static MBStatsUser MBStatsUserUtil.findByG_NotU_NotM_Last(long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
 MBStatsUser[] MBStatsUserPersistence.findByG_NotU_NotM_PrevAndNext(long statsUserId, long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
static MBStatsUser[] MBStatsUserUtil.findByG_NotU_NotM_PrevAndNext(long statsUserId, long groupId, long userId, int messageCount, OrderByComparator orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
 List<MBStatsUser> MBStatsUserPersistence.findByG_NotU_NotM(long groupId, long userId, int messageCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?.
static List<MBStatsUser> MBStatsUserUtil.findByG_NotU_NotM(long groupId, long userId, int messageCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?.
 MBCategory MBCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage MBMessagePersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage MBMessageUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage MBMessagePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage[] MBMessageUtil.findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage[] MBMessagePersistence.findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage MBMessageUtil.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.
 List<MBMessage> MBMessagePersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
static MBMessage MBMessageUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBBan MBBanUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBMessage MBMessagePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
static MBMessage MBMessageUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
static MBBan MBBanUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBMessage MBMessagePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBCategory[] MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
static MBCategory[] MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 MBThread[] MBThreadPersistence.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
 MBStatsUser[] MBStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?.
static MBStatsUser[] MBStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?.
static MBMessage[] MBMessageUtil.findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?.
static MBThread[] MBThreadUtil.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
static MBBan[] MBBanUtil.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
 MBMessage[] MBMessagePersistence.findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?.
 MBBan[] MBBanPersistence.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
 List<MBStatsUser> MBStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users where groupId = ?.
static List<MBStatsUser> MBStatsUserUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users where groupId = ?.
static List<MBMessage> MBMessageUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ?.
static List<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
static List<MBBan> MBBanUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where groupId = ?.
 List<MBMessage> MBMessagePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ?.
 List<MBBan> MBBanPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where groupId = ?.
 MBThread MBThreadPersistence.findByL_P_First(Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.findByL_P_First(Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistence.findByL_P_Last(Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.findByL_P_Last(Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread[] MBThreadPersistence.findByL_P_PrevAndNext(long threadId, Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread[] MBThreadUtil.findByL_P_PrevAndNext(long threadId, Date lastPostDate, double priority, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
static MBMessage MBMessageUtil.findByT_A_First(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.findByT_A_First(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage MBMessageUtil.findByT_A_Last(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.findByT_A_Last(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage[] MBMessageUtil.findByT_A_PrevAndNext(long messageId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage[] MBMessagePersistence.findByT_A_PrevAndNext(long messageId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?.
static List<MBMessage> MBMessageUtil.findByT_A(long threadId, boolean answer, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?.
 List<MBMessage> MBMessagePersistence.findByT_A(long threadId, boolean answer, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?.
static MBMessage MBMessageUtil.findByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage MBMessagePersistence.findByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage MBMessageUtil.findByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage MBMessagePersistence.findByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage[] MBMessageUtil.findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage[] MBMessagePersistence.findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static List<MBMessage> MBMessageUtil.findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.
 List<MBMessage> MBMessagePersistence.findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.
static MBMessage MBMessageUtil.findByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.findByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByT_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByT_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
 MBThreadFlag MBThreadFlagPersistence.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBThreadFlag[] MBThreadFlagPersistence.findByThreadId_PrevAndNext(long threadFlagId, long threadId, OrderByComparator orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag[] MBThreadFlagUtil.findByThreadId_PrevAndNext(long threadFlagId, long threadId, OrderByComparator orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?.
static MBMessage[] MBMessageUtil.findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
 MBMessage[] MBMessagePersistence.findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags where threadId = ?.
static List<MBThreadFlag> MBThreadFlagUtil.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags where threadId = ?.
static List<MBMessage> MBMessageUtil.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 List<MBMessage> MBMessagePersistence.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
static MBMessage MBMessageUtil.findByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.findByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.findByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.findByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
static MBMessage[] MBMessageUtil.findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
 MBMessage[] MBMessagePersistence.findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
static List<MBMessage> MBMessageUtil.findByThreadReplies(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 List<MBMessage> MBMessagePersistence.findByThreadReplies(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
static MBMessage MBMessageUtil.findByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.findByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByTR_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByTR_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
static MBMessage MBMessageUtil.findByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.findByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.findByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage[] MBMessageUtil.findByU_C_C_PrevAndNext(long messageId, long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage[] MBMessagePersistence.findByU_C_C_PrevAndNext(long messageId, long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.findByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.findByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.findByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage[] MBMessageUtil.findByU_C_C_S_PrevAndNext(long messageId, long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByU_C_C_S_PrevAndNext(long messageId, long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C_C(long userId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.
 List<MBMessage> MBMessagePersistence.findByU_C_C(long userId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage MBMessagePersistence.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage MBMessageUtil.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage MBMessagePersistence.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage[] MBMessageUtil.findByU_C_PrevAndNext(long messageId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage[] MBMessagePersistence.findByU_C_PrevAndNext(long messageId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage MBMessageUtil.findByU_C_S_First(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage MBMessagePersistence.findByU_C_S_First(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage MBMessageUtil.findByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage MBMessagePersistence.findByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByU_C_S_PrevAndNext(long messageId, long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByU_C_S_PrevAndNext(long messageId, long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C_S(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByU_C_S(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C_S(long userId, long classNameId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByU_C_S(long userId, long classNameId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C(long userId, long[] classNameIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?.
 List<MBMessage> MBMessagePersistence.findByU_C(long userId, long[] classNameIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?.
static List<MBMessage> MBMessageUtil.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.
 List<MBMessage> MBMessagePersistence.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.
 MBStatsUser MBStatsUserPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBMessage MBMessageUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
static MBBan MBBanUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBMessage MBMessagePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBMessage MBMessageUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
static MBBan MBBanUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBMessage MBMessagePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBStatsUser[] MBStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?.
static MBStatsUser[] MBStatsUserUtil.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?.
 MBThreadFlag[] MBThreadFlagPersistence.findByUserId_PrevAndNext(long threadFlagId, long userId, OrderByComparator orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag[] MBThreadFlagUtil.findByUserId_PrevAndNext(long threadFlagId, long userId, OrderByComparator orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?.
static MBMessage[] MBMessageUtil.findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?.
static MBBan[] MBBanUtil.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
 MBMessage[] MBMessagePersistence.findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?.
 MBBan[] MBBanPersistence.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
 List<MBStatsUser> MBStatsUserPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users where userId = ?.
static List<MBStatsUser> MBStatsUserUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users where userId = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags where userId = ?.
static List<MBThreadFlag> MBThreadFlagUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags where userId = ?.
static List<MBMessage> MBMessageUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ?.
static List<MBBan> MBBanUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where userId = ?.
 List<MBMessage> MBMessagePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ?.
 List<MBBan> MBBanPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where userId = ?.
 MBCategory MBCategoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBMessage MBMessageUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBMessage MBMessagePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBMessage MBMessageUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBMessage MBMessagePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory[] MBCategoryUtil.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
 MBThread[] MBThreadPersistence.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBMailingList[] MBMailingListPersistence.findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion[] MBDiscussionUtil.findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag[] MBThreadFlagPersistence.findByUuid_C_PrevAndNext(long threadFlagId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag[] MBThreadFlagUtil.findByUuid_C_PrevAndNext(long threadFlagId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBMessage[] MBMessageUtil.findByUuid_C_PrevAndNext(long messageId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?.
static MBThread[] MBThreadUtil.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion[] MBDiscussionPersistence.findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBBan[] MBBanUtil.findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBMessage[] MBMessagePersistence.findByUuid_C_PrevAndNext(long messageId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBBan[] MBBanPersistence.findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
static List<MBCategory> MBCategoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
static List<MBThreadFlag> MBThreadFlagUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
static List<MBMessage> MBMessageUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?.
static List<MBThread> MBThreadUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
static List<MBBan> MBBanUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
 List<MBMessage> MBMessagePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?.
 List<MBBan> MBBanPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBMessage MBMessageUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
static MBThread MBThreadUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
static MBBan MBBanUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBMessage MBMessagePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
 MBBan MBBanPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
static MBMessage MBMessageUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
static MBThread MBThreadUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
static MBBan MBBanUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBMessage MBMessagePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
 MBBan MBBanPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
static MBCategory[] MBCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistence.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
 MBMailingList[] MBMailingListPersistence.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
static MBDiscussion[] MBDiscussionUtil.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
 MBThreadFlag[] MBThreadFlagPersistence.findByUuid_PrevAndNext(long threadFlagId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag[] MBThreadFlagUtil.findByUuid_PrevAndNext(long threadFlagId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ?.
static MBMessage[] MBMessageUtil.findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?.
static MBThread[] MBThreadUtil.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
 MBDiscussion[] MBDiscussionPersistence.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
static MBBan[] MBBanUtil.findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
 MBMessage[] MBMessagePersistence.findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?.
 MBBan[] MBBanPersistence.findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBThread> MBThreadPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ?.
static List<MBThreadFlag> MBThreadFlagUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ?.
static List<MBMessage> MBMessageUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ?.
static List<MBThread> MBThreadUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ?.
static List<MBBan> MBBanUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ?.
 List<MBMessage> MBMessagePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ?.
 List<MBBan> MBBanPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ?.
static List<MBCategory> MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBStatsUser> MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBDiscussion> MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThreadFlag> MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMailingList> MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBBan> MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.messageboards.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.messageboards.util.comparator
 class MessageCreateDateComparator
           
 class ThreadLastPostDateComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.mobiledevicerules.service
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type OrderByComparator
 List MDRRuleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MDRRuleGroupInstanceLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MDRRuleGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MDRActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MDRRuleLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MDRRuleGroupInstanceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MDRRuleGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MDRRuleGroupInstanceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MDRActionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MDRActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List MDRRuleGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List MDRRuleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalService.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceWrapper.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceService.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceUtil.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.mobiledevicerules.service.persistence
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type OrderByComparator
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRule MDRRuleUtil.fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRule MDRRulePersistence.fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRule MDRRuleUtil.fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRule MDRRulePersistence.fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where ruleGroupId = ?.
 MDRAction MDRActionPersistence.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static MDRRule MDRRuleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
 MDRRule MDRRulePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static MDRRule MDRRuleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
 MDRRule MDRRulePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
static MDRRule MDRRuleUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
 MDRRule MDRRulePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
static MDRRule MDRRuleUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
 MDRRule MDRRulePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.filterFindByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.filterFindByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups that the user has permissions to view where groupId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups that the user has permissions to view where groupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups.
static List<MDRRuleGroup> MDRRuleGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances.
static List<MDRRule> MDRRuleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rules.
 List<MDRAction> MDRActionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances.
 List<MDRRule> MDRRulePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rules.
static List<MDRAction> MDRActionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByC_C_PrevAndNext(long ruleGroupInstanceId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByC_C_PrevAndNext(long ruleGroupInstanceId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.findByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.findByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where groupId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where groupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRule MDRRuleUtil.findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRule MDRRulePersistence.findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRule MDRRuleUtil.findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRule MDRRulePersistence.findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId, long ruleGroupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRule[] MDRRuleUtil.findByRuleGroupId_PrevAndNext(long ruleId, long ruleGroupId, OrderByComparator orderByComparator)
          Returns the m d r rules before and after the current m d r rule in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId, long ruleGroupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRule[] MDRRulePersistence.findByRuleGroupId_PrevAndNext(long ruleId, long ruleGroupId, OrderByComparator orderByComparator)
          Returns the m d r rules before and after the current m d r rule in the ordered set where ruleGroupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByRuleGroupId(long ruleGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?.
static List<MDRRule> MDRRuleUtil.findByRuleGroupId(long ruleGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rules where ruleGroupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByRuleGroupId(long ruleGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?.
 List<MDRRule> MDRRulePersistence.findByRuleGroupId(long ruleGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rules where ruleGroupId = ?.
 MDRAction MDRActionPersistence.findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction[] MDRActionPersistence.findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction[] MDRActionUtil.findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.
 List<MDRAction> MDRActionPersistence.findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.
static List<MDRAction> MDRActionUtil.findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static MDRRule MDRRuleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
 MDRRule MDRRulePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static MDRRule MDRRuleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
 MDRRule MDRRulePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.findByUuid_C_PrevAndNext(long ruleGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.findByUuid_C_PrevAndNext(long ruleGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByUuid_C_PrevAndNext(long ruleGroupInstanceId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
static MDRRule[] MDRRuleUtil.findByUuid_C_PrevAndNext(long ruleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ? and companyId = ?.
 MDRAction[] MDRActionPersistence.findByUuid_C_PrevAndNext(long actionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByUuid_C_PrevAndNext(long ruleGroupInstanceId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ? and companyId = ?.
 MDRRule[] MDRRulePersistence.findByUuid_C_PrevAndNext(long ruleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ? and companyId = ?.
static MDRAction[] MDRActionUtil.findByUuid_C_PrevAndNext(long actionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ? and companyId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ? and companyId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where uuid = ? and companyId = ?.
static List<MDRRule> MDRRuleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?.
 List<MDRAction> MDRActionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where uuid = ? and companyId = ?.
 List<MDRRule> MDRRulePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?.
static List<MDRAction> MDRActionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
static MDRRule MDRRuleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
 MDRRule MDRRulePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
static MDRRule MDRRuleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
 MDRRule MDRRulePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.findByUuid_PrevAndNext(long ruleGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.findByUuid_PrevAndNext(long ruleGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByUuid_PrevAndNext(long ruleGroupInstanceId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?.
static MDRRule[] MDRRuleUtil.findByUuid_PrevAndNext(long ruleId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ?.
 MDRAction[] MDRActionPersistence.findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByUuid_PrevAndNext(long ruleGroupInstanceId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?.
 MDRRule[] MDRRulePersistence.findByUuid_PrevAndNext(long ruleId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ?.
static MDRAction[] MDRActionUtil.findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where uuid = ?.
static List<MDRRule> MDRRuleUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rules where uuid = ?.
 List<MDRAction> MDRActionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where uuid = ?.
 List<MDRRule> MDRRulePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rules where uuid = ?.
static List<MDRAction> MDRActionUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MDRRule> MDRRuleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MDRAction> MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.mobiledevicerules.util
 

Subclasses of OrderByComparator in com.liferay.portlet.mobiledevicerules.util
 class RuleGroupInstancePriorityComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.passwordpoliciesadmin.util
 

Methods in com.liferay.portlet.passwordpoliciesadmin.util that return OrderByComparator
 OrderByComparator PasswordPoliciesAdmin.getPasswordPolicyOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator PasswordPoliciesAdminUtil.getPasswordPolicyOrderByComparator(String orderByCol, String orderByType)
           
 

Uses of OrderByComparator in com.liferay.portlet.polls.service
 

Methods in com.liferay.portlet.polls.service with parameters of type OrderByComparator
 List PollsChoiceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PollsChoiceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PollsQuestionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PollsVoteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PollsQuestionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PollsVoteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PollsVoteLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List PollsQuestionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List PollsChoiceLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 

Uses of OrderByComparator in com.liferay.portlet.polls.service.persistence
 

Methods in com.liferay.portlet.polls.service.persistence with parameters of type OrderByComparator
static PollsVote PollsVoteUtil.fetchByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.fetchByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.fetchByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.fetchByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
 PollsQuestion PollsQuestionPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where groupId = ?.
static PollsQuestion PollsQuestionUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where groupId = ?.
 PollsQuestion PollsQuestionPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where groupId = ?.
static PollsQuestion PollsQuestionUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where groupId = ?.
 PollsChoice PollsChoicePersistence.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsQuestion PollsQuestionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ? and companyId = ?.
static PollsQuestion PollsQuestionUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsQuestion PollsQuestionPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ? and companyId = ?.
static PollsQuestion PollsQuestionUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsQuestion PollsQuestionPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ?.
static PollsQuestion PollsQuestionUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
 PollsQuestion PollsQuestionPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ?.
static PollsQuestion PollsQuestionUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
 PollsQuestion[] PollsQuestionPersistence.filterFindByGroupId_PrevAndNext(long questionId, long groupId, OrderByComparator orderByComparator)
          Returns the polls questions before and after the current polls question in the ordered set of polls questions that the user has permission to view where groupId = ?.
static PollsQuestion[] PollsQuestionUtil.filterFindByGroupId_PrevAndNext(long questionId, long groupId, OrderByComparator orderByComparator)
          Returns the polls questions before and after the current polls question in the ordered set of polls questions that the user has permission to view where groupId = ?.
 List<PollsQuestion> PollsQuestionPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions that the user has permissions to view where groupId = ?.
static List<PollsQuestion> PollsQuestionUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions that the user has permissions to view where groupId = ?.
 List<PollsChoice> PollsChoicePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices.
static List<PollsChoice> PollsChoiceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices.
 List<PollsQuestion> PollsQuestionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions.
static List<PollsQuestion> PollsQuestionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions.
static List<PollsVote> PollsVoteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes.
 List<PollsVote> PollsVotePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes.
static PollsVote PollsVoteUtil.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
static PollsVote[] PollsVoteUtil.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
 PollsVote[] PollsVotePersistence.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where choiceId = ?.
 PollsQuestion PollsQuestionPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where groupId = ?.
static PollsQuestion PollsQuestionUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where groupId = ?.
 PollsQuestion PollsQuestionPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where groupId = ?.
static PollsQuestion PollsQuestionUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where groupId = ?.
 PollsQuestion[] PollsQuestionPersistence.findByGroupId_PrevAndNext(long questionId, long groupId, OrderByComparator orderByComparator)
          Returns the polls questions before and after the current polls question in the ordered set where groupId = ?.
static PollsQuestion[] PollsQuestionUtil.findByGroupId_PrevAndNext(long questionId, long groupId, OrderByComparator orderByComparator)
          Returns the polls questions before and after the current polls question in the ordered set where groupId = ?.
 List<PollsQuestion> PollsQuestionPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions where groupId = ?.
static List<PollsQuestion> PollsQuestionUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions where groupId = ?.
 PollsChoice PollsChoicePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
 PollsChoice[] PollsChoicePersistence.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
static PollsChoice[] PollsChoiceUtil.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
static PollsVote[] PollsVoteUtil.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.
 PollsVote[] PollsVotePersistence.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.
 List<PollsChoice> PollsChoicePersistence.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where questionId = ?.
static List<PollsChoice> PollsChoiceUtil.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where questionId = ?.
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where questionId = ?.
 PollsChoice PollsChoicePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsQuestion PollsQuestionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ? and companyId = ?.
static PollsQuestion PollsQuestionUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsQuestion PollsQuestionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ? and companyId = ?.
static PollsQuestion PollsQuestionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsChoice[] PollsChoicePersistence.findByUuid_C_PrevAndNext(long choiceId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice[] PollsChoiceUtil.findByUuid_C_PrevAndNext(long choiceId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsQuestion[] PollsQuestionPersistence.findByUuid_C_PrevAndNext(long questionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?.
static PollsQuestion[] PollsQuestionUtil.findByUuid_C_PrevAndNext(long questionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?.
static PollsVote[] PollsVoteUtil.findByUuid_C_PrevAndNext(long voteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote[] PollsVotePersistence.findByUuid_C_PrevAndNext(long voteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.
 List<PollsChoice> PollsChoicePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ? and companyId = ?.
static List<PollsChoice> PollsChoiceUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ? and companyId = ?.
 List<PollsQuestion> PollsQuestionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions where uuid = ? and companyId = ?.
static List<PollsQuestion> PollsQuestionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions where uuid = ? and companyId = ?.
static List<PollsVote> PollsVoteUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.
 List<PollsVote> PollsVotePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsQuestion PollsQuestionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ?.
static PollsQuestion PollsQuestionUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
 PollsQuestion PollsQuestionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ?.
static PollsQuestion PollsQuestionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
 PollsChoice[] PollsChoicePersistence.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
static PollsChoice[] PollsChoiceUtil.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
 PollsQuestion[] PollsQuestionPersistence.findByUuid_PrevAndNext(long questionId, String uuid, OrderByComparator orderByComparator)
          Returns the polls questions before and after the current polls question in the ordered set where uuid = ?.
static PollsQuestion[] PollsQuestionUtil.findByUuid_PrevAndNext(long questionId, String uuid, OrderByComparator orderByComparator)
          Returns the polls questions before and after the current polls question in the ordered set where uuid = ?.
static PollsVote[] PollsVoteUtil.findByUuid_PrevAndNext(long voteId, String uuid, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.
 PollsVote[] PollsVotePersistence.findByUuid_PrevAndNext(long voteId, String uuid, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.
 List<PollsChoice> PollsChoicePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ?.
static List<PollsChoice> PollsChoiceUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ?.
 List<PollsQuestion> PollsQuestionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions where uuid = ?.
static List<PollsQuestion> PollsQuestionUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions where uuid = ?.
static List<PollsVote> PollsVoteUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ?.
 List<PollsVote> PollsVotePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ?.
static List<PollsChoice> PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PollsQuestion> PollsQuestionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PollsVote> PollsVoteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.ratings.service
 

Methods in com.liferay.portlet.ratings.service with parameters of type OrderByComparator
static List RatingsStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List RatingsStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List RatingsStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List RatingsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List RatingsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List RatingsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 

Uses of OrderByComparator in com.liferay.portlet.ratings.service.persistence
 

Methods in com.liferay.portlet.ratings.service.persistence with parameters of type OrderByComparator
 RatingsEntry RatingsEntryPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.fetchByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry RatingsEntryUtil.fetchByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistence.fetchByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry RatingsEntryUtil.fetchByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries.
static List<RatingsStats> RatingsStatsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings statses.
 List<RatingsStats> RatingsStatsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings statses.
static List<RatingsEntry> RatingsEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries.
 RatingsEntry RatingsEntryPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry[] RatingsEntryPersistence.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry[] RatingsEntryUtil.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry RatingsEntryUtil.findByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry RatingsEntryUtil.findByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry[] RatingsEntryPersistence.findByC_C_S_PrevAndNext(long entryId, long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry[] RatingsEntryUtil.findByC_C_S_PrevAndNext(long entryId, long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByC_C_S(long classNameId, long classPK, double score, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C_S(long classNameId, long classPK, double score, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
static List<RatingsStats> RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<RatingsEntry> RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.shopping.service
 

Methods in com.liferay.portlet.shopping.service with parameters of type OrderByComparator
 List ShoppingCouponLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingItemFieldLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ShoppingItemFieldLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ShoppingCouponLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingOrderItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingItemLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingOrderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ShoppingCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ShoppingCartLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingCartLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ShoppingOrderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ShoppingItemPriceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ShoppingItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List ShoppingOrderItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingOrderLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingCartLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingItemPriceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingItemFieldLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingOrderItemLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingItemPriceLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List ShoppingCouponLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<ShoppingItem> ShoppingItemService.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 List<ShoppingItem> ShoppingItemLocalService.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
static List<ShoppingItem> ShoppingItemServiceUtil.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 List<ShoppingItem> ShoppingItemServiceWrapper.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemLocalService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
static ShoppingItem[] ShoppingItemServiceUtil.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
static ShoppingItem[] ShoppingItemLocalServiceUtil.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemLocalServiceWrapper.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemServiceWrapper.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type OrderByComparator
 ShoppingItem ShoppingItemPersistence.fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingItem ShoppingItemPersistence.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder ShoppingOrderUtil.fetchByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder ShoppingOrderUtil.fetchByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingCart ShoppingCartUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping coupon in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping coupon in the ordered set where groupId = ?.
static ShoppingOrder ShoppingOrderUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping coupon in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping coupon in the ordered set where groupId = ?.
static ShoppingOrder ShoppingOrderUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item price in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.fetchByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.fetchByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.fetchByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.fetchByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item price in the ordered set where itemId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.fetchByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.fetchByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.fetchByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.fetchByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last shopping order item in the ordered set where orderId = ?.
static ShoppingCart ShoppingCartUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingItem[] ShoppingItemPersistence.filterFindByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?.
static ShoppingItem[] ShoppingItemUtil.filterFindByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items that the user has permissions to view where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items that the user has permissions to view where groupId = ? and categoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
 ShoppingOrder[] ShoppingOrderPersistence.filterFindByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder[] ShoppingOrderUtil.filterFindByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder[] ShoppingOrderPersistence.filterFindByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?.
static ShoppingOrder[] ShoppingOrderUtil.filterFindByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?.
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?.
static List<ShoppingCart> ShoppingCartUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item fields.
 List<ShoppingOrder> ShoppingOrderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders.
 List<ShoppingCoupon> ShoppingCouponPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping coupons.
 List<ShoppingCategory> ShoppingCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories.
static List<ShoppingCoupon> ShoppingCouponUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping coupons.
 List<ShoppingItem> ShoppingItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items.
static List<ShoppingItemField> ShoppingItemFieldUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item fields.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices.
static List<ShoppingOrder> ShoppingOrderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders.
static List<ShoppingItem> ShoppingItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items.
static List<ShoppingCategory> ShoppingCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices.
 ShoppingItem ShoppingItemPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingItem ShoppingItemPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingItem[] ShoppingItemPersistence.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem[] ShoppingItemUtil.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?.
 List<ShoppingOrder> ShoppingOrderFinder.findByG_C_U_N_PPPS(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<ShoppingOrder> ShoppingOrderFinderUtil.findByG_C_U_N_PPPS(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items where groupId = ? and categoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 ShoppingOrder ShoppingOrderPersistence.findByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder ShoppingOrderUtil.findByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder ShoppingOrderPersistence.findByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder ShoppingOrderUtil.findByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder[] ShoppingOrderPersistence.findByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder[] ShoppingOrderUtil.findByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?.
static List<ShoppingOrder> ShoppingOrderUtil.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingCart ShoppingCartUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingOrder ShoppingOrderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping coupon in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping coupon in the ordered set where groupId = ?.
static ShoppingOrder ShoppingOrderUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingOrder ShoppingOrderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping coupon in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping coupon in the ordered set where groupId = ?.
static ShoppingOrder ShoppingOrderUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
static ShoppingCart[] ShoppingCartUtil.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
 ShoppingCart[] ShoppingCartPersistence.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
 ShoppingOrder[] ShoppingOrderPersistence.findByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?.
 ShoppingCoupon[] ShoppingCouponPersistence.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
static ShoppingCoupon[] ShoppingCouponUtil.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
static ShoppingOrder[] ShoppingOrderUtil.findByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders where groupId = ?.
 List<ShoppingCoupon> ShoppingCouponPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping coupons where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ?.
static List<ShoppingCoupon> ShoppingCouponUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping coupons where groupId = ?.
static List<ShoppingOrder> ShoppingOrderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item price in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item price in the ordered set where itemId = ?.
 ShoppingItemField[] ShoppingItemFieldPersistence.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
          Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?.
static ShoppingItemField[] ShoppingItemFieldUtil.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
          Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?.
static ShoppingItemPrice[] ShoppingItemPriceUtil.findByItemId_PrevAndNext(long itemPriceId, long itemId, OrderByComparator orderByComparator)
          Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice[] ShoppingItemPricePersistence.findByItemId_PrevAndNext(long itemPriceId, long itemId, OrderByComparator orderByComparator)
          Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item fields where itemId = ?.
static List<ShoppingItemField> ShoppingItemFieldUtil.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item fields where itemId = ?.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices where itemId = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices where itemId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem[] ShoppingOrderItemPersistence.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
          Returns the shopping order items before and after the current shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem[] ShoppingOrderItemUtil.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
          Returns the shopping order items before and after the current shopping order item in the ordered set where orderId = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findByOrderId(long orderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items where orderId = ?.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findByOrderId(long orderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items where orderId = ?.
static ShoppingCart ShoppingCartUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
static ShoppingCart[] ShoppingCartUtil.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
 ShoppingCart[] ShoppingCartPersistence.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
static List<ShoppingCart> ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingCoupon> ShoppingCouponUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingOrder> ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItem> ShoppingItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingCategory> ShoppingCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.shopping.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.shopping.util.comparator
 class ItemMinQuantityComparator
           
 class ItemNameComparator
           
 class ItemPriceComparator
           
 class ItemSKUComparator
           
 class OrderDateComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service with parameters of type OrderByComparator
static List SocialRelationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivityLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SocialActivityCounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SocialActivityLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialRelationLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivityLimitLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivitySettingLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivityCounterLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivityAchievementLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivityAchievementLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivityLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivitySetLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SocialActivitySetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivityLimitLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SocialActivityLimitLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SocialRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivityCounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivitySetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialRelationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SocialActivitySettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SocialActivitySettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SocialActivityAchievementLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 

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

Methods in com.liferay.portlet.social.service.persistence with parameters of type OrderByComparator
 SocialActivity SocialActivityPersistence.fetchByActivitySetId_First(long activitySetId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
static SocialActivity SocialActivityUtil.fetchByActivitySetId_First(long activitySetId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
 SocialActivity SocialActivityPersistence.fetchByActivitySetId_Last(long activitySetId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where activitySetId = ?.
static SocialActivity SocialActivityUtil.fetchByActivitySetId_Last(long activitySetId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where activitySetId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityLimit SocialActivityLimitUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityLimit SocialActivityLimitPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityLimit SocialActivityLimitUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivity SocialActivityPersistence.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivity SocialActivityUtil.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivity SocialActivityPersistence.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivity SocialActivityUtil.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialRequest SocialRequestPersistence.fetchByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest SocialRequestUtil.fetchByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest SocialRequestPersistence.fetchByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest SocialRequestUtil.fetchByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRelation SocialRelationPersistence.fetchByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ? and type = ?.
 SocialActivity SocialActivityPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
 SocialRelation SocialRelationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
 SocialRequest SocialRequestPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
static SocialRequest SocialRequestUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
 SocialRequest SocialRequestPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
static SocialRequest SocialRequestUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
 SocialActivitySetting SocialActivitySettingPersistence.fetchByG_A_First(long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?.
static SocialActivitySetting SocialActivitySettingUtil.fetchByG_A_First(long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?.
 SocialActivitySetting SocialActivitySettingPersistence.fetchByG_A_Last(long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?.
static SocialActivitySetting SocialActivitySettingUtil.fetchByG_A_Last(long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?.
 SocialActivitySetting SocialActivitySettingPersistence.fetchByG_C_A_First(long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
static SocialActivitySetting SocialActivitySettingUtil.fetchByG_C_A_First(long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
 SocialActivitySetting SocialActivitySettingPersistence.fetchByG_C_A_Last(long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
static SocialActivitySetting SocialActivitySettingUtil.fetchByG_C_A_Last(long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivitySetting SocialActivitySettingPersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?.
static SocialActivitySetting SocialActivitySettingUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?.
 SocialActivitySetting SocialActivitySettingPersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?.
static SocialActivitySetting SocialActivitySettingUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_F_First(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_F_First(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_F_Last(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_F_Last(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_N_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_N_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_N_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_N_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
 SocialActivity SocialActivityPersistence.fetchByG_U_C_C_T_R_First(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivity SocialActivityUtil.fetchByG_U_C_C_T_R_First(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
 SocialActivity SocialActivityPersistence.fetchByG_U_C_C_T_R_Last(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivity SocialActivityUtil.fetchByG_U_C_C_T_R_Last(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_F_First(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_U_F_First(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_F_Last(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_U_F_Last(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByG_U_T_First(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByG_U_T_First(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByG_U_T_Last(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByG_U_T_Last(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
 SocialActivitySetting SocialActivitySettingPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where groupId = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
static SocialActivityLimit SocialActivityLimitUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where groupId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
static SocialActivitySetting SocialActivitySettingUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
 SocialActivitySetting SocialActivitySettingPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where groupId = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
static SocialActivityLimit SocialActivityLimitUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where groupId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
static SocialActivitySetting SocialActivitySettingUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.fetchByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.fetchByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.fetchByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.fetchByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialRequest SocialRequestPersistence.fetchByR_S_First(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
static SocialRequest SocialRequestUtil.fetchByR_S_First(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest SocialRequestPersistence.fetchByR_S_Last(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
static SocialRequest SocialRequestUtil.fetchByR_S_Last(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
 SocialActivity SocialActivityPersistence.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
 SocialRequest SocialRequestPersistence.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
static SocialRequest SocialRequestUtil.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistence.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
 SocialRequest SocialRequestPersistence.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
static SocialRequest SocialRequestUtil.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
 SocialRelation SocialRelationPersistence.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.fetchByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.fetchByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialRequest SocialRequestPersistence.fetchByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest SocialRequestUtil.fetchByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest SocialRequestPersistence.fetchByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest SocialRequestUtil.fetchByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest SocialRequestPersistence.fetchByU_S_First(long userId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
static SocialRequest SocialRequestUtil.fetchByU_S_First(long userId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
 SocialRequest SocialRequestPersistence.fetchByU_S_Last(long userId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
static SocialRequest SocialRequestUtil.fetchByU_S_Last(long userId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
 SocialRelation SocialRelationPersistence.fetchByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByU1_U2_First(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation SocialRelationUtil.fetchByU1_U2_First(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistence.fetchByU1_U2_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation SocialRelationUtil.fetchByU1_U2_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistence.fetchByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where userId = ?.
static SocialActivityLimit SocialActivityLimitUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
 SocialRequest SocialRequestPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
static SocialRequest SocialRequestUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where userId = ?.
static SocialActivityLimit SocialActivityLimitUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
 SocialActivitySet SocialActivitySetPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ?.
 SocialRequest SocialRequestPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
static SocialRequest SocialRequestUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.fetchByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.fetchByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.fetchByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.fetchByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRequest SocialRequestPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
static SocialRequest SocialRequestUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
static SocialRelation SocialRelationUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRelation SocialRelationPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRequest SocialRequestPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
static SocialRequest SocialRequestUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
static SocialRelation SocialRelationUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRelation SocialRelationPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ?.
 SocialRequest SocialRequestPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
static SocialRequest SocialRequestUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
 SocialRequest SocialRequestPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
static SocialRequest SocialRequestUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings.
 List<SocialRelation> SocialRelationPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations.
static List<SocialActivitySet> SocialActivitySetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets.
 List<SocialActivityLimit> SocialActivityLimitPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits.
static List<SocialActivityCounter> SocialActivityCounterUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters.
static List<SocialActivityLimit> SocialActivityLimitUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements.
static List<SocialActivitySetting> SocialActivitySettingUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings.
 List<SocialActivity> SocialActivityPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements.
static List<SocialActivity> SocialActivityUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities.
 List<SocialActivitySet> SocialActivitySetPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters.
 List<SocialRequest> SocialRequestPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests.
static List<SocialRequest> SocialRequestUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests.
static List<SocialRelation> SocialRelationUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations.
 SocialActivity SocialActivityPersistence.findByActivitySetId_First(long activitySetId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
static SocialActivity SocialActivityUtil.findByActivitySetId_First(long activitySetId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
 SocialActivity SocialActivityPersistence.findByActivitySetId_Last(long activitySetId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where activitySetId = ?.
static SocialActivity SocialActivityUtil.findByActivitySetId_Last(long activitySetId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where activitySetId = ?.
 SocialActivity[] SocialActivityPersistence.findByActivitySetId_PrevAndNext(long activityId, long activitySetId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where activitySetId = ?.
static SocialActivity[] SocialActivityUtil.findByActivitySetId_PrevAndNext(long activityId, long activitySetId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where activitySetId = ?.
 List<SocialActivity> SocialActivityPersistence.findByActivitySetId(long activitySetId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where activitySetId = ?.
static List<SocialActivity> SocialActivityUtil.findByActivitySetId(long activitySetId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where activitySetId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityLimit SocialActivityLimitUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityLimit SocialActivityLimitPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityLimit SocialActivityLimitUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityLimit[] SocialActivityLimitPersistence.findByC_C_PrevAndNext(long activityLimitId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter[] SocialActivityCounterUtil.findByC_C_PrevAndNext(long activityCounterId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityLimit[] SocialActivityLimitUtil.findByC_C_PrevAndNext(long activityLimitId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity[] SocialActivityPersistence.findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.
static SocialActivity[] SocialActivityUtil.findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter[] SocialActivityCounterPersistence.findByC_C_PrevAndNext(long activityCounterId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivitySet SocialActivitySetUtil.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivity SocialActivityPersistence.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivity SocialActivityUtil.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivity SocialActivityPersistence.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivity SocialActivityUtil.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByC_C_T_PrevAndNext(long activitySetId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivity[] SocialActivityPersistence.findByC_C_T_PrevAndNext(long activityId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
static SocialActivity[] SocialActivityUtil.findByC_C_T_PrevAndNext(long activityId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet[] SocialActivitySetPersistence.findByC_C_T_PrevAndNext(long activitySetId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
 SocialRequest SocialRequestPersistence.findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest SocialRequestUtil.findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest SocialRequestPersistence.findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest SocialRequestUtil.findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest[] SocialRequestPersistence.findByC_C_T_R_S_PrevAndNext(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest[] SocialRequestUtil.findByC_C_T_R_S_PrevAndNext(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 List<SocialRequest> SocialRequestPersistence.findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static List<SocialRequest> SocialRequestUtil.findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static List<SocialActivitySet> SocialActivitySetUtil.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.
 List<SocialActivity> SocialActivityPersistence.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?.
static List<SocialActivity> SocialActivityUtil.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.
 List<SocialActivityLimit> SocialActivityLimitPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.
static List<SocialActivityLimit> SocialActivityLimitUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?.
 List<SocialActivity> SocialActivityPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where classNameId = ? and classPK = ?.
static List<SocialActivity> SocialActivityUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.
 SocialRelation SocialRelationPersistence.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation[] SocialRelationPersistence.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation[] SocialRelationUtil.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where companyId = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where companyId = ? and type = ?.
 SocialActivity SocialActivityPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
 SocialActivity[] SocialActivityPersistence.findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ?.
static SocialActivity[] SocialActivityUtil.findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where classNameId = ?.
 List<SocialActivity> SocialActivityPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where classNameId = ?.
static List<SocialActivity> SocialActivityUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where classNameId = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
 SocialRequest SocialRequestPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
static SocialRequest SocialRequestUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
 SocialRequest SocialRequestPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
static SocialRequest SocialRequestUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
 SocialRelation[] SocialRelationPersistence.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where companyId = ?.
 SocialActivity[] SocialActivityPersistence.findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where companyId = ?.
static SocialActivity[] SocialActivityUtil.findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where companyId = ?.
 SocialRequest[] SocialRequestPersistence.findByCompanyId_PrevAndNext(long requestId, long companyId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where companyId = ?.
static SocialRequest[] SocialRequestUtil.findByCompanyId_PrevAndNext(long requestId, long companyId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where companyId = ?.
static SocialRelation[] SocialRelationUtil.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where companyId = ?.
 List<SocialRelation> SocialRelationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where companyId = ?.
 List<SocialActivity> SocialActivityPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where companyId = ?.
static List<SocialActivity> SocialActivityUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where companyId = ?.
 List<SocialRequest> SocialRequestPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where companyId = ?.
static List<SocialRequest> SocialRequestUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where companyId = ?.
static List<SocialRelation> SocialRelationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where companyId = ?.
 SocialActivitySetting SocialActivitySettingPersistence.findByG_A_First(long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?.
static SocialActivitySetting SocialActivitySettingUtil.findByG_A_First(long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?.
 SocialActivitySetting SocialActivitySettingPersistence.findByG_A_Last(long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?.
static SocialActivitySetting SocialActivitySettingUtil.findByG_A_Last(long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?.
 SocialActivitySetting[] SocialActivitySettingPersistence.findByG_A_PrevAndNext(long activitySettingId, long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?.
static SocialActivitySetting[] SocialActivitySettingUtil.findByG_A_PrevAndNext(long activitySettingId, long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findByG_A(long groupId, int activityType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?.
static List<SocialActivitySetting> SocialActivitySettingUtil.findByG_A(long groupId, int activityType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?.
 SocialActivitySetting SocialActivitySettingPersistence.findByG_C_A_First(long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
static SocialActivitySetting SocialActivitySettingUtil.findByG_C_A_First(long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
 SocialActivitySetting SocialActivitySettingPersistence.findByG_C_A_Last(long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
static SocialActivitySetting SocialActivitySettingUtil.findByG_C_A_Last(long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
 SocialActivitySetting[] SocialActivitySettingPersistence.findByG_C_A_PrevAndNext(long activitySettingId, long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
static SocialActivitySetting[] SocialActivitySettingUtil.findByG_C_A_PrevAndNext(long activitySettingId, long groupId, long classNameId, int activityType, OrderByComparator orderByComparator)
          Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findByG_C_A(long groupId, long classNameId, int activityType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?.
static List<SocialActivitySetting> SocialActivitySettingUtil.findByG_C_A(long groupId, long classNameId, int activityType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static SocialActivityCounter[] SocialActivityCounterUtil.findByG_C_C_O_PrevAndNext(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter[] SocialActivityCounterPersistence.findByG_C_C_O_PrevAndNext(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivitySetting SocialActivitySettingPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?.
static SocialActivitySetting SocialActivitySettingUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?.
 SocialActivitySetting SocialActivitySettingPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?.
static SocialActivitySetting SocialActivitySettingUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?.
 SocialActivitySetting[] SocialActivitySettingPersistence.findByG_C_PrevAndNext(long activitySettingId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?.
static SocialActivitySetting[] SocialActivitySettingUtil.findByG_C_PrevAndNext(long activitySettingId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?.
static List<SocialActivitySetting> SocialActivitySettingUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByG_F_First(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_F_First(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByG_F_Last(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_F_Last(long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
 SocialActivityAchievement[] SocialActivityAchievementPersistence.findByG_F_PrevAndNext(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
static SocialActivityAchievement[] SocialActivityAchievementUtil.findByG_F_PrevAndNext(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_F(long groupId, boolean firstInGroup, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByG_F(long groupId, boolean firstInGroup, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByG_N_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_N_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByG_N_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_N_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
 SocialActivityAchievement[] SocialActivityAchievementPersistence.findByG_N_PrevAndNext(long activityAchievementId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?.
static SocialActivityAchievement[] SocialActivityAchievementUtil.findByG_N_PrevAndNext(long activityAchievementId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_N(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByG_N(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
 SocialActivity SocialActivityPersistence.findByG_U_C_C_T_R_First(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByG_U_C_C_T_R_First(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByG_U_C_C_T_R_Last(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByG_U_C_C_T_R_Last(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
 SocialActivity[] SocialActivityPersistence.findByG_U_C_C_T_R_PrevAndNext(long activityId, long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivity[] SocialActivityUtil.findByG_U_C_C_T_R_PrevAndNext(long activityId, long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
 List<SocialActivity> SocialActivityPersistence.findByG_U_C_C_T_R(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static List<SocialActivity> SocialActivityUtil.findByG_U_C_C_T_R(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivitySet SocialActivitySetUtil.findByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.findByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.findByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByG_U_C_T_PrevAndNext(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
 SocialActivitySet[] SocialActivitySetPersistence.findByG_U_C_T_PrevAndNext(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
static List<SocialActivitySet> SocialActivitySetUtil.findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByG_U_F_First(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_U_F_First(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByG_U_F_Last(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_U_F_Last(long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
 SocialActivityAchievement[] SocialActivityAchievementPersistence.findByG_U_F_PrevAndNext(long activityAchievementId, long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
static SocialActivityAchievement[] SocialActivityAchievementUtil.findByG_U_F_PrevAndNext(long activityAchievementId, long groupId, long userId, boolean firstInGroup, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_U_F(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByG_U_F(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.
 SocialActivityAchievement[] SocialActivityAchievementPersistence.findByG_U_PrevAndNext(long activityAchievementId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivityAchievement[] SocialActivityAchievementUtil.findByG_U_PrevAndNext(long activityAchievementId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.
static SocialActivitySet SocialActivitySetUtil.findByG_U_T_First(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.findByG_U_T_First(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByG_U_T_Last(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.findByG_U_T_Last(long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByG_U_T_PrevAndNext(long activitySetId, long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
 SocialActivitySet[] SocialActivitySetPersistence.findByG_U_T_PrevAndNext(long activitySetId, long groupId, long userId, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
static List<SocialActivitySet> SocialActivitySetUtil.findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
 SocialActivitySetting SocialActivitySettingPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ?.
static SocialActivitySet SocialActivitySetUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where groupId = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
static SocialActivityLimit SocialActivityLimitUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where groupId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
static SocialActivitySetting SocialActivitySettingUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
 SocialActivitySet SocialActivitySetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
 SocialActivitySetting SocialActivitySettingPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ?.
static SocialActivitySet SocialActivitySetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where groupId = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
static SocialActivityLimit SocialActivityLimitUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where groupId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
static SocialActivitySetting SocialActivitySettingUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
static SocialActivityAchievement SocialActivityAchievementUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
 SocialActivitySet SocialActivitySetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
 SocialActivitySetting[] SocialActivitySettingPersistence.findByGroupId_PrevAndNext(long activitySettingId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByGroupId_PrevAndNext(long activitySetId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.
 SocialActivityLimit[] SocialActivityLimitPersistence.findByGroupId_PrevAndNext(long activityLimitId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?.
static SocialActivityCounter[] SocialActivityCounterUtil.findByGroupId_PrevAndNext(long activityCounterId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.
static SocialActivityLimit[] SocialActivityLimitUtil.findByGroupId_PrevAndNext(long activityLimitId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?.
 SocialActivityAchievement[] SocialActivityAchievementPersistence.findByGroupId_PrevAndNext(long activityAchievementId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.
static SocialActivitySetting[] SocialActivitySettingUtil.findByGroupId_PrevAndNext(long activitySettingId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?.
 SocialActivity[] SocialActivityPersistence.findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where groupId = ?.
static SocialActivityAchievement[] SocialActivityAchievementUtil.findByGroupId_PrevAndNext(long activityAchievementId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.
static SocialActivity[] SocialActivityUtil.findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where groupId = ?.
 SocialActivitySet[] SocialActivitySetPersistence.findByGroupId_PrevAndNext(long activitySetId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.
 SocialActivityCounter[] SocialActivityCounterPersistence.findByGroupId_PrevAndNext(long activityCounterId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings where groupId = ?.
static List<SocialActivitySet> SocialActivitySetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where groupId = ?.
 List<SocialActivityLimit> SocialActivityLimitPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits where groupId = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ?.
static List<SocialActivityLimit> SocialActivityLimitUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits where groupId = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ?.
static List<SocialActivitySetting> SocialActivitySettingUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings where groupId = ?.
 List<SocialActivity> SocialActivityPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where groupId = ?.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ?.
static List<SocialActivity> SocialActivityUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where groupId = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where groupId = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ?.
 SocialActivity SocialActivityPersistence.findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistence.findByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static SocialActivity SocialActivityUtil.findByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialActivity[] SocialActivityPersistence.findByM_C_C_PrevAndNext(long activityId, long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static SocialActivity[] SocialActivityUtil.findByM_C_C_PrevAndNext(long activityId, long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 List<SocialActivity> SocialActivityPersistence.findByM_C_C(long mirrorActivityId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static List<SocialActivity> SocialActivityUtil.findByM_C_C(long mirrorActivityId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialRequest SocialRequestPersistence.findByR_S_First(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
static SocialRequest SocialRequestUtil.findByR_S_First(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest SocialRequestPersistence.findByR_S_Last(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
static SocialRequest SocialRequestUtil.findByR_S_Last(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest[] SocialRequestPersistence.findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.
static SocialRequest[] SocialRequestUtil.findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.
 List<SocialRequest> SocialRequestPersistence.findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
static List<SocialRequest> SocialRequestUtil.findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
 SocialRequest SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
static SocialRequest SocialRequestUtil.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
 SocialRequest SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
static SocialRequest SocialRequestUtil.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
 SocialActivity[] SocialActivityPersistence.findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?.
static SocialActivity[] SocialActivityUtil.findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?.
 SocialRequest[] SocialRequestPersistence.findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.
static SocialRequest[] SocialRequestUtil.findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.
 List<SocialActivity> SocialActivityPersistence.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where receiverUserId = ?.
static List<SocialActivity> SocialActivityUtil.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where receiverUserId = ?.
 List<SocialRequest> SocialRequestPersistence.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ?.
static List<SocialRequest> SocialRequestUtil.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ?.
 SocialRelation SocialRelationPersistence.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.findByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.findByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
 SocialRelation[] SocialRelationPersistence.findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where type = ?.
static SocialRelation[] SocialRelationUtil.findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where type = ?.
 List<SocialRelation> SocialRelationPersistence.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where type = ?.
static List<SocialRelation> SocialRelationUtil.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where type = ?.
static SocialActivitySet SocialActivitySetUtil.findByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.findByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet SocialActivitySetPersistence.findByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByU_C_C_T_PrevAndNext(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet[] SocialActivitySetPersistence.findByU_C_C_T_PrevAndNext(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialRequest SocialRequestPersistence.findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest SocialRequestUtil.findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest SocialRequestPersistence.findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest SocialRequestUtil.findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest[] SocialRequestPersistence.findByU_C_C_T_S_PrevAndNext(long requestId, long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest[] SocialRequestUtil.findByU_C_C_T_S_PrevAndNext(long requestId, long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 List<SocialRequest> SocialRequestPersistence.findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static List<SocialRequest> SocialRequestUtil.findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static List<SocialActivitySet> SocialActivitySetUtil.findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialRequest SocialRequestPersistence.findByU_S_First(long userId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
static SocialRequest SocialRequestUtil.findByU_S_First(long userId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
 SocialRequest SocialRequestPersistence.findByU_S_Last(long userId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
static SocialRequest SocialRequestUtil.findByU_S_Last(long userId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
 SocialRequest[] SocialRequestPersistence.findByU_S_PrevAndNext(long requestId, long userId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.
static SocialRequest[] SocialRequestUtil.findByU_S_PrevAndNext(long requestId, long userId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.
 List<SocialRequest> SocialRequestPersistence.findByU_S(long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and status = ?.
static List<SocialRequest> SocialRequestUtil.findByU_S(long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and status = ?.
 SocialRelation SocialRelationPersistence.findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation[] SocialRelationPersistence.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation[] SocialRelationUtil.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_T(long userId1, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_T(long userId1, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU1_U2_First(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation SocialRelationUtil.findByU1_U2_First(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistence.findByU1_U2_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation SocialRelationUtil.findByU1_U2_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation[] SocialRelationPersistence.findByU1_U2_PrevAndNext(long relationId, long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation[] SocialRelationUtil.findByU1_U2_PrevAndNext(long relationId, long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_U2(long userId1, long userId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_U2(long userId1, long userId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistence.findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation[] SocialRelationPersistence.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation[] SocialRelationUtil.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU2_T(long userId2, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId2 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU2_T(long userId2, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId2 = ? and type = ?.
static SocialActivitySet SocialActivitySetUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where userId = ?.
static SocialActivityLimit SocialActivityLimitUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
 SocialActivitySet SocialActivitySetPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
 SocialRequest SocialRequestPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
static SocialRequest SocialRequestUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
static SocialActivitySet SocialActivitySetUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ?.
 SocialActivityLimit SocialActivityLimitPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where userId = ?.
static SocialActivityLimit SocialActivityLimitUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
 SocialActivitySet SocialActivitySetPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ?.
 SocialRequest SocialRequestPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
static SocialRequest SocialRequestUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
static SocialActivitySet[] SocialActivitySetUtil.findByUserId_PrevAndNext(long activitySetId, long userId, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.
 SocialActivityLimit[] SocialActivityLimitPersistence.findByUserId_PrevAndNext(long activityLimitId, long userId, OrderByComparator orderByComparator)
          Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?.
static SocialActivityLimit[] SocialActivityLimitUtil.findByUserId_PrevAndNext(long activityLimitId, long userId, OrderByComparator orderByComparator)
          Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?.
 SocialActivity[] SocialActivityPersistence.findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where userId = ?.
static SocialActivity[] SocialActivityUtil.findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator orderByComparator)
          Returns the social activities before and after the current social activity in the ordered set where userId = ?.
 SocialActivitySet[] SocialActivitySetPersistence.findByUserId_PrevAndNext(long activitySetId, long userId, OrderByComparator orderByComparator)
          Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.
 SocialRequest[] SocialRequestPersistence.findByUserId_PrevAndNext(long requestId, long userId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ?.
static SocialRequest[] SocialRequestUtil.findByUserId_PrevAndNext(long requestId, long userId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ?.
static List<SocialActivitySet> SocialActivitySetUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where userId = ?.
 List<SocialActivityLimit> SocialActivityLimitPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits where userId = ?.
static List<SocialActivityLimit> SocialActivityLimitUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits where userId = ?.
 List<SocialActivity> SocialActivityPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where userId = ?.
static List<SocialActivity> SocialActivityUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where userId = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity sets where userId = ?.
 List<SocialRequest> SocialRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ?.
static List<SocialRequest> SocialRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ?.
 SocialRelation SocialRelationPersistence.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
 SocialRelation[] SocialRelationPersistence.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.
static SocialRelation[] SocialRelationUtil.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId1(long userId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId1(long userId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ?.
 SocialRelation SocialRelationPersistence.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
 SocialRelation[] SocialRelationPersistence.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.
static SocialRelation[] SocialRelationUtil.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId2(long userId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId2(long userId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId2 = ?.
 SocialRelation SocialRelationPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRequest SocialRequestPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
static SocialRequest SocialRequestUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
static SocialRelation SocialRelationUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRelation SocialRelationPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRequest SocialRequestPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
static SocialRequest SocialRequestUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
static SocialRelation SocialRelationUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRelation[] SocialRelationPersistence.findByUuid_C_PrevAndNext(long relationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRequest[] SocialRequestPersistence.findByUuid_C_PrevAndNext(long requestId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.
static SocialRequest[] SocialRequestUtil.findByUuid_C_PrevAndNext(long requestId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.
static SocialRelation[] SocialRelationUtil.findByUuid_C_PrevAndNext(long relationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.
 List<SocialRelation> SocialRelationPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where uuid = ? and companyId = ?.
 List<SocialRequest> SocialRequestPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where uuid = ? and companyId = ?.
static List<SocialRequest> SocialRequestUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where uuid = ? and companyId = ?.
static List<SocialRelation> SocialRelationUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where uuid = ? and companyId = ?.
 SocialRelation SocialRelationPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ?.
 SocialRequest SocialRequestPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
static SocialRequest SocialRequestUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
 SocialRequest SocialRequestPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
static SocialRequest SocialRequestUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
 SocialRelation[] SocialRelationPersistence.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where uuid = ?.
 SocialRequest[] SocialRequestPersistence.findByUuid_PrevAndNext(long requestId, String uuid, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where uuid = ?.
static SocialRequest[] SocialRequestUtil.findByUuid_PrevAndNext(long requestId, String uuid, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where uuid = ?.
static SocialRelation[] SocialRelationUtil.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where uuid = ?.
 List<SocialRelation> SocialRelationPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where uuid = ?.
 List<SocialRequest> SocialRequestPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where uuid = ?.
static List<SocialRequest> SocialRequestUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where uuid = ?.
static List<SocialRelation> SocialRelationUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where uuid = ?.
static List<SocialActivitySet> SocialActivitySetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivityCounter> SocialActivityCounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivityLimit> SocialActivityLimitUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivitySetting> SocialActivitySettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivity> SocialActivityUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialRequest> SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialRelation> SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.social.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.social.util.comparator
 class SocialActivitySetModifiedDateComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.softwarecatalog.service
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type OrderByComparator
 List SCProductVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SCLicenseLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SCProductEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SCProductScreenshotLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SCProductScreenshotLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SCProductVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SCProductEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SCFrameworkVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SCProductScreenshotLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SCFrameworkVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SCProductVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List SCLicenseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SCProductEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SCFrameworkVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List SCLicenseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryLocalService.getSCLicenseSCProductEntries(long licenseId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getSCLicenseSCProductEntries(long licenseId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getSCLicenseSCProductEntries(long licenseId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicenseLocalService.getSCProductEntrySCLicenses(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getSCProductEntrySCLicenses(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getSCProductEntrySCLicenses(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.softwarecatalog.service.persistence
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type OrderByComparator
 SCLicense SCLicensePersistence.fetchByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.fetchByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.fetchByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.fetchByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
static SCProductEntry SCProductEntryUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
static SCProductScreenshot SCProductScreenshotUtil.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistence.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
static SCProductVersion SCProductVersionUtil.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
static SCProductScreenshot SCProductScreenshotUtil.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistence.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
static SCProductVersion SCProductVersionUtil.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
 SCLicense[] SCLicensePersistence.filterFindByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ? and recommended = ?.
static SCLicense[] SCLicenseUtil.filterFindByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.filterFindByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses that the user has permissions to view where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.filterFindByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses that the user has permissions to view where active = ? and recommended = ?.
 SCLicense[] SCLicensePersistence.filterFindByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ?.
static SCLicense[] SCLicenseUtil.filterFindByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ?.
 List<SCLicense> SCLicensePersistence.filterFindByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses that the user has permissions to view where active = ?.
static List<SCLicense> SCLicenseUtil.filterFindByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses that the user has permissions to view where active = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.filterFindByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?.
static SCFrameworkVersion[] SCFrameworkVersionUtil.filterFindByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?.
static SCProductEntry[] SCProductEntryUtil.filterFindByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?.
 SCProductEntry[] SCProductEntryPersistence.filterFindByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ? and userId = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.filterFindByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?.
static SCFrameworkVersion[] SCFrameworkVersionUtil.filterFindByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?.
static SCProductEntry[] SCProductEntryUtil.filterFindByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?.
 SCProductEntry[] SCProductEntryPersistence.filterFindByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ?.
static List<SCProductScreenshot> SCProductScreenshotUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product screenshots.
 List<SCProductVersion> SCProductVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions.
 List<SCLicense> SCLicensePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions.
static List<SCProductEntry> SCProductEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product screenshots.
static List<SCProductVersion> SCProductVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions.
static List<SCLicense> SCLicenseUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses.
 List<SCProductEntry> SCProductEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries.
 SCLicense SCLicensePersistence.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ? and recommended = ?.
 SCLicense[] SCLicensePersistence.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?.
static SCLicense[] SCLicenseUtil.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ?.
 SCLicense[] SCLicensePersistence.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set where active = ?.
static SCLicense[] SCLicenseUtil.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set where active = ?.
 List<SCLicense> SCLicensePersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses where active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.findByCompanyId_PrevAndNext(long frameworkVersionId, long companyId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion[] SCFrameworkVersionUtil.findByCompanyId_PrevAndNext(long frameworkVersionId, long companyId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?.
static SCProductEntry[] SCProductEntryUtil.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?.
 SCProductEntry[] SCProductEntryPersistence.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where companyId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where companyId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where companyId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.findByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion[] SCFrameworkVersionUtil.findByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ? and active = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ? and active = ?.
static SCProductEntry SCProductEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry[] SCProductEntryUtil.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry[] SCProductEntryPersistence.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where groupId = ? and userId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.findByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion[] SCFrameworkVersionUtil.findByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?.
static SCProductEntry[] SCProductEntryUtil.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?.
 SCProductEntry[] SCProductEntryPersistence.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where groupId = ?.
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
static SCProductVersion SCProductVersionUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
static SCProductVersion SCProductVersionUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
static SCProductScreenshot[] SCProductScreenshotUtil.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?.
 SCProductVersion[] SCProductVersionPersistence.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product versions before and after the current s c product version in the ordered set where productEntryId = ?.
 SCProductScreenshot[] SCProductScreenshotPersistence.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?.
static SCProductVersion[] SCProductVersionUtil.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product versions before and after the current s c product version in the ordered set where productEntryId = ?.
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product screenshots where productEntryId = ?.
 List<SCProductVersion> SCProductVersionPersistence.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product screenshots where productEntryId = ?.
static List<SCProductVersion> SCProductVersionUtil.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions where productEntryId = ?.
static List<SCProductScreenshot> SCProductScreenshotUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductVersion> SCProductVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SCLicense> SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCProductVersionPersistence.getSCFrameworkVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions associated with the s c product version.
static List<SCFrameworkVersion> SCProductVersionUtil.getSCFrameworkVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions associated with the s c product version.
static List<SCLicense> SCProductEntryUtil.getSCLicenses(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses associated with the s c product entry.
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses associated with the s c product entry.
 List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries associated with the s c license.
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries associated with the s c license.
 List<SCProductVersion> SCFrameworkVersionPersistence.getSCProductVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions associated with the s c framework version.
static List<SCProductVersion> SCFrameworkVersionUtil.getSCProductVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions associated with the s c framework version.
 

Uses of OrderByComparator in com.liferay.portlet.softwarecatalog.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.softwarecatalog.util.comparator
 class ProductEntryCreateDateComparator
           
 class ProductEntryModifiedDateComparator
           
 class ProductEntryNameComparator
           
 class ProductEntryTypeComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.trash.service
 

Methods in com.liferay.portlet.trash.service with parameters of type OrderByComparator
 List TrashVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List TrashVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List TrashEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List TrashVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List TrashEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List TrashEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static TrashEntryList TrashEntryServiceUtil.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 List<TrashEntry> TrashEntryLocalService.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 TrashEntryList TrashEntryServiceWrapper.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 List<TrashEntry> TrashEntryLocalServiceWrapper.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
static List<TrashEntry> TrashEntryLocalServiceUtil.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 TrashEntryList TrashEntryService.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 

Uses of OrderByComparator in com.liferay.portlet.trash.service.persistence
 

Methods in com.liferay.portlet.trash.service.persistence with parameters of type OrderByComparator
 TrashVersion TrashVersionPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where classNameId = ? and classPK = ?.
static TrashVersion TrashVersionUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where classNameId = ? and classPK = ?.
 TrashVersion TrashVersionPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where classNameId = ? and classPK = ?.
static TrashVersion TrashVersionUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where classNameId = ? and classPK = ?.
static TrashEntry TrashEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashVersion TrashVersionPersistence.fetchByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.fetchByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.fetchByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.fetchByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.fetchByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.fetchByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistence.fetchByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.fetchByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
static TrashEntry TrashEntryUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries.
 List<TrashVersion> TrashVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions.
static List<TrashVersion> TrashVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions.
 TrashVersion TrashVersionPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where classNameId = ? and classPK = ?.
static TrashVersion TrashVersionUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where classNameId = ? and classPK = ?.
 TrashVersion TrashVersionPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where classNameId = ? and classPK = ?.
static TrashVersion TrashVersionUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where classNameId = ? and classPK = ?.
 TrashVersion[] TrashVersionPersistence.findByC_C_PrevAndNext(long versionId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where classNameId = ? and classPK = ?.
static TrashVersion[] TrashVersionUtil.findByC_C_PrevAndNext(long versionId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where classNameId = ? and classPK = ?.
 List<TrashVersion> TrashVersionPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions where classNameId = ? and classPK = ?.
static List<TrashVersion> TrashVersionUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions where classNameId = ? and classPK = ?.
static TrashEntry TrashEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
static TrashEntry[] TrashEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
 TrashEntry[] TrashEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
static List<TrashEntry> TrashEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
 TrashVersion TrashVersionPersistence.findByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.findByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.findByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion[] TrashVersionPersistence.findByE_C_PrevAndNext(long versionId, long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion[] TrashVersionUtil.findByE_C_PrevAndNext(long versionId, long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistence.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
static List<TrashVersion> TrashVersionUtil.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 TrashVersion[] TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId, long entryId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
static TrashVersion[] TrashVersionUtil.findByEntryId_PrevAndNext(long versionId, long entryId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
 List<TrashVersion> TrashVersionPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ?.
static List<TrashVersion> TrashVersionUtil.findByEntryId(long entryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ?.
static TrashEntry TrashEntryUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry[] TrashEntryUtil.findByG_C_PrevAndNext(long entryId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry[] TrashEntryPersistence.findByG_C_PrevAndNext(long entryId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
static List<TrashEntry> TrashEntryUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
 List<TrashEntry> TrashEntryPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry[] TrashEntryUtil.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry[] TrashEntryPersistence.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
static List<TrashEntry> TrashEntryUtil.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
 List<TrashEntry> TrashEntryPersistence.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
static TrashEntry[] TrashEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
 TrashEntry[] TrashEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<TrashVersion> TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.trash.util
 

Methods in com.liferay.portlet.trash.util that return OrderByComparator
static OrderByComparator TrashUtil.getEntryOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator Trash.getEntryOrderByComparator(String orderByCol, String orderByType)
           
 

Uses of OrderByComparator in com.liferay.portlet.trash.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.trash.util.comparator
 class EntryTypeComparator
           
 class EntryUserNameComparator
           
 

Uses of OrderByComparator in com.liferay.portlet.usersadmin.util
 

Methods in com.liferay.portlet.usersadmin.util that return OrderByComparator
 OrderByComparator UsersAdmin.getGroupOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator UsersAdminUtil.getGroupOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator UsersAdmin.getOrganizationOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator UsersAdminUtil.getOrganizationOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator UsersAdmin.getRoleOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator UsersAdminUtil.getRoleOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator UsersAdmin.getUserGroupOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator UsersAdminUtil.getUserGroupOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator UsersAdmin.getUserOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator UsersAdminUtil.getUserOrderByComparator(String orderByCol, String orderByType)
           
 

Uses of OrderByComparator in com.liferay.portlet.wiki.service
 

Methods in com.liferay.portlet.wiki.service with parameters of type OrderByComparator
 List WikiPageResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WikiPageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WikiPageLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List WikiPageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List WikiPageResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WikiNodeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WikiNodeLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List WikiNodeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List WikiPageResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, boolean head, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, boolean head, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, boolean head, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageService.getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageServiceWrapper.getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageServiceUtil.getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageService.getPages(long groupId, long nodeId, boolean head, long userId, boolean includeOwner, int status, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageServiceWrapper.getPages(long groupId, long nodeId, boolean head, long userId, boolean includeOwner, int status, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageServiceUtil.getPages(long groupId, long nodeId, boolean head, long userId, boolean includeOwner, int status, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, String title, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, String title, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, String title, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.portlet.wiki.service.persistence
 

Methods in com.liferay.portlet.wiki.service.persistence with parameters of type OrderByComparator
 WikiNode WikiNodePersistence.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ? and status = ?.
static WikiNode WikiNodeUtil.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ? and status = ?.
 WikiNode WikiNodePersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where companyId = ? and status = ?.
static WikiNode WikiNodeUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where companyId = ? and status = ?.
 WikiNode WikiNodePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ?.
static WikiNode WikiNodeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ?.
 WikiNode WikiNodePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where companyId = ?.
static WikiNode WikiNodeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where companyId = ?.
static WikiPage WikiPageUtil.fetchByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.fetchByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.fetchByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.fetchByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.fetchByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.fetchByG_N_H_Last(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByG_N_H_Last(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.fetchByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage WikiPageUtil.fetchByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage WikiPageUtil.fetchByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
static WikiPage WikiPageUtil.fetchByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
static WikiPage WikiPageUtil.fetchByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByG_N_S_Last(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_N_S_Last(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
static WikiPage WikiPageUtil.fetchByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiNode WikiNodePersistence.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ? and status = ?.
static WikiNode WikiNodeUtil.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ? and status = ?.
 WikiNode WikiNodePersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where groupId = ? and status = ?.
static WikiNode WikiNodeUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where groupId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiNode WikiNodePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ?.
static WikiNode WikiNodeUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ?.
 WikiNode WikiNodePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where groupId = ?.
static WikiNode WikiNodeUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where groupId = ?.
static WikiPage WikiPageUtil.fetchByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.fetchByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.fetchByN_H_NotS_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
 WikiPage WikiPagePersistence.fetchByN_H_NotS_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
static WikiPage WikiPageUtil.fetchByN_H_NotS_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
 WikiPage WikiPagePersistence.fetchByN_H_NotS_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
static WikiPage WikiPageUtil.fetchByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
static WikiPage WikiPageUtil.fetchByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
static WikiPage WikiPageUtil.fetchByN_H_P_NotS_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.fetchByN_H_P_NotS_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
static WikiPage WikiPageUtil.fetchByN_H_P_NotS_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.fetchByN_H_P_NotS_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
static WikiPage WikiPageUtil.fetchByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_H_R_First(long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_H_R_First(long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.fetchByN_H_R_Last(long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_H_R_Last(long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.fetchByN_H_R_NotS_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.fetchByN_H_R_NotS_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
static WikiPage WikiPageUtil.fetchByN_H_R_NotS_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.fetchByN_H_R_NotS_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
static WikiPage WikiPageUtil.fetchByN_H_R_S_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_H_R_S_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_H_R_S_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_H_R_S_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage WikiPageUtil.fetchByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage WikiPageUtil.fetchByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.fetchByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.fetchByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.fetchByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
static WikiPage WikiPageUtil.fetchByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
static WikiPage WikiPageUtil.fetchByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
static WikiPage WikiPageUtil.fetchByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.fetchByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
static WikiPage WikiPageUtil.fetchByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_T_S_Last(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_T_S_Last(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
static WikiPage WikiPageUtil.fetchByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.fetchByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.fetchByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.fetchByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.fetchByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.fetchByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.fetchByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.fetchByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.fetchByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.fetchByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.fetchByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByR_S_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByR_S_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?.
static WikiPage WikiPageUtil.fetchByR_S_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByR_S_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?.
static WikiPage WikiPageUtil.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ?.
 WikiPage WikiPagePersistence.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ?.
static WikiPage WikiPageUtil.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ?.
 WikiPage WikiPagePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ?.
static WikiPage WikiPageUtil.fetchByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiNode WikiNodePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ? and companyId = ?.
static WikiPage WikiPageUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ? and companyId = ?.
static WikiNode WikiNodeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ? and companyId = ?.
 WikiPage WikiPagePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ? and companyId = ?.
 WikiNode WikiNodePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where uuid = ? and companyId = ?.
static WikiPage WikiPageUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ? and companyId = ?.
static WikiNode WikiNodeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where uuid = ? and companyId = ?.
 WikiPage WikiPagePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ? and companyId = ?.
 WikiPageResource WikiPageResourcePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
 WikiNode WikiNodePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ?.
static WikiPage WikiPageUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
static WikiNode WikiNodeUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ?.
static WikiPageResource WikiPageResourceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
 WikiPage WikiPagePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 WikiNode WikiNodePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where uuid = ?.
static WikiPage WikiPageUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
static WikiNode WikiNodeUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where uuid = ?.
static WikiPageResource WikiPageResourceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 WikiPage WikiPagePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
static WikiPage[] WikiPageUtil.filterFindByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
static List<WikiPage> WikiPageUtil.filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistence.filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage[] WikiPageUtil.filterFindByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.
static WikiPage[] WikiPageUtil.filterFindByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.
static List<WikiPage> WikiPageUtil.filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistence.filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and status = ?.
static List<WikiPage> WikiPageUtil.filterFindByG_N_H(long groupId, long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistence.filterFindByG_N_H(long groupId, long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ?.
static WikiPage[] WikiPageUtil.filterFindByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.
static List<WikiPage> WikiPageUtil.filterFindByG_N_S(long groupId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistence.filterFindByG_N_S(long groupId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and status = ?.
static WikiPage[] WikiPageUtil.filterFindByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.
static List<WikiPage> WikiPageUtil.filterFindByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistence.filterFindByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiNode[] WikiNodePersistence.filterFindByG_S_PrevAndNext(long nodeId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?.
static WikiNode[] WikiNodeUtil.filterFindByG_S_PrevAndNext(long nodeId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?.
 List<WikiNode> WikiNodePersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?.
static List<WikiNode> WikiNodeUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?.
static WikiPage[] WikiPageUtil.filterFindByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
static List<WikiPage> WikiPageUtil.filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistence.filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiNode[] WikiNodePersistence.filterFindByGroupId_PrevAndNext(long nodeId, long groupId, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?.
static WikiNode[] WikiNodeUtil.filterFindByGroupId_PrevAndNext(long nodeId, long groupId, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?.
 List<WikiNode> WikiNodePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?.
static List<WikiNode> WikiNodeUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?.
 List<WikiPageResource> WikiPageResourcePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources.
 List<WikiNode> WikiNodePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes.
static List<WikiPage> WikiPageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages.
static List<WikiNode> WikiNodeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes.
static List<WikiPageResource> WikiPageResourceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources.
 List<WikiPage> WikiPagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages.
 WikiNode WikiNodePersistence.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ? and status = ?.
static WikiNode WikiNodeUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ? and status = ?.
 WikiNode WikiNodePersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where companyId = ? and status = ?.
static WikiNode WikiNodeUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where companyId = ? and status = ?.
 WikiNode[] WikiNodePersistence.findByC_S_PrevAndNext(long nodeId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?.
static WikiNode[] WikiNodeUtil.findByC_S_PrevAndNext(long nodeId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?.
 List<WikiNode> WikiNodePersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where companyId = ? and status = ?.
static List<WikiNode> WikiNodeUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where companyId = ? and status = ?.
 WikiNode WikiNodePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ?.
static WikiNode WikiNodeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ?.
 WikiNode WikiNodePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where companyId = ?.
static WikiNode WikiNodeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where companyId = ?.
 WikiNode[] WikiNodePersistence.findByCompanyId_PrevAndNext(long nodeId, long companyId, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?.
static WikiNode[] WikiNodeUtil.findByCompanyId_PrevAndNext(long nodeId, long companyId, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?.
 List<WikiNode> WikiNodePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where companyId = ?.
static List<WikiNode> WikiNodeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where companyId = ?.
static WikiPage WikiPageUtil.findByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.findByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.findByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.findByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
static WikiPage[] WikiPageUtil.findByFormat_PrevAndNext(long pageId, String format, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where format = ?.
 WikiPage[] WikiPagePersistence.findByFormat_PrevAndNext(long pageId, String format, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where format = ?.
static List<WikiPage> WikiPageUtil.findByFormat(String format, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where format = ?.
 List<WikiPage> WikiPagePersistence.findByFormat(String format, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where format = ?.
static WikiPage WikiPageUtil.findByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByG_N_H_Last(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByG_N_H_Last(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage WikiPageUtil.findByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage[] WikiPageUtil.findByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage[] WikiPageUtil.findByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
static WikiPage WikiPageUtil.findByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
static WikiPage[] WikiPageUtil.findByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistence.findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByG_N_S_Last(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_S_Last(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
static WikiPage[] WikiPageUtil.findByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByG_N_S(long groupId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByG_N_S(long groupId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.findByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
static WikiPage WikiPageUtil.findByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.findByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
static WikiPage[] WikiPageUtil.findByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
static List<WikiPage> WikiPageUtil.findByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistence.findByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiNode WikiNodePersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ? and status = ?.
static WikiNode WikiNodeUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ? and status = ?.
 WikiNode WikiNodePersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where groupId = ? and status = ?.
static WikiNode WikiNodeUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where groupId = ? and status = ?.
 WikiNode[] WikiNodePersistence.findByG_S_PrevAndNext(long nodeId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?.
static WikiNode[] WikiNodeUtil.findByG_S_PrevAndNext(long nodeId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?.
 List<WikiNode> WikiNodePersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where groupId = ? and status = ?.
static List<WikiNode> WikiNodeUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where groupId = ? and status = ?.
static WikiPage WikiPageUtil.findByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
static WikiPage[] WikiPageUtil.findByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiNode WikiNodePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ?.
static WikiNode WikiNodeUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ?.
 WikiNode WikiNodePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where groupId = ?.
static WikiNode WikiNodeUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where groupId = ?.
 WikiNode[] WikiNodePersistence.findByGroupId_PrevAndNext(long nodeId, long groupId, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?.
static WikiNode[] WikiNodeUtil.findByGroupId_PrevAndNext(long nodeId, long groupId, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?.
 List<WikiNode> WikiNodePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where groupId = ?.
static List<WikiNode> WikiNodeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where groupId = ?.
static WikiPage WikiPageUtil.findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByN_H_NotS_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_NotS_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
static WikiPage WikiPageUtil.findByN_H_NotS_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_NotS_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
static WikiPage[] WikiPageUtil.findByN_H_NotS_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
 WikiPage[] WikiPagePersistence.findByN_H_NotS_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
static List<WikiPage> WikiPageUtil.findByN_H_NotS(long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?.
 List<WikiPage> WikiPagePersistence.findByN_H_NotS(long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?.
static WikiPage WikiPageUtil.findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
static WikiPage WikiPageUtil.findByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
static WikiPage WikiPageUtil.findByN_H_P_NotS_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_P_NotS_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
static WikiPage WikiPageUtil.findByN_H_P_NotS_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_P_NotS_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
static WikiPage[] WikiPageUtil.findByN_H_P_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
 WikiPage[] WikiPagePersistence.findByN_H_P_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
static List<WikiPage> WikiPageUtil.findByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
 List<WikiPage> WikiPagePersistence.findByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
static WikiPage[] WikiPageUtil.findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
static WikiPage WikiPageUtil.findByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage WikiPageUtil.findByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
static WikiPage[] WikiPageUtil.findByN_H_P_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_H_P_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
 List<WikiPage> WikiPagePersistence.findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
static WikiPage[] WikiPageUtil.findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByN_H_R_First(long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_H_R_First(long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.findByN_H_R_Last(long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_H_R_Last(long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.findByN_H_R_NotS_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_R_NotS_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
static WikiPage WikiPageUtil.findByN_H_R_NotS_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_R_NotS_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
static WikiPage[] WikiPageUtil.findByN_H_R_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
 WikiPage[] WikiPagePersistence.findByN_H_R_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
static List<WikiPage> WikiPageUtil.findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
 List<WikiPage> WikiPagePersistence.findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
static WikiPage[] WikiPageUtil.findByN_H_R_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_H_R_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.findByN_H_R_S_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_R_S_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
static WikiPage WikiPageUtil.findByN_H_R_S_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_R_S_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
static WikiPage[] WikiPageUtil.findByN_H_R_S_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_H_R_S_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByN_H_R(long nodeId, boolean head, String redirectTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
 List<WikiPage> WikiPagePersistence.findByN_H_R(long nodeId, boolean head, String redirectTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
static WikiPage WikiPageUtil.findByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
static WikiPage[] WikiPageUtil.findByN_H_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_H_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByN_H_S(long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByN_H_S(long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByN_H(long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistence.findByN_H(long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage WikiPageUtil.findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage[] WikiPageUtil.findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static List<WikiPage> WikiPageUtil.findByN_P(long nodeId, String parentTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?.
 List<WikiPage> WikiPagePersistence.findByN_P(long nodeId, String parentTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?.
static WikiPage WikiPageUtil.findByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage[] WikiPageUtil.findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static List<WikiPage> WikiPageUtil.findByN_R(long nodeId, String redirectTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?.
 List<WikiPage> WikiPagePersistence.findByN_R(long nodeId, String redirectTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.findByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage[] WikiPageUtil.findByN_S_PrevAndNext(long pageId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_S_PrevAndNext(long pageId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByN_S(long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByN_S(long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.findByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
static WikiPage WikiPageUtil.findByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
static WikiPage WikiPageUtil.findByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
static WikiPage[] WikiPageUtil.findByN_T_H_PrevAndNext(long pageId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByN_T_H_PrevAndNext(long pageId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
static List<WikiPage> WikiPageUtil.findByN_T_H(long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistence.findByN_T_H(long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?.
static WikiPage WikiPageUtil.findByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.findByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
static WikiPage[] WikiPageUtil.findByN_T_PrevAndNext(long pageId, long nodeId, String title, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage[] WikiPagePersistence.findByN_T_PrevAndNext(long pageId, long nodeId, String title, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?.
static WikiPage WikiPageUtil.findByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
static WikiPage WikiPageUtil.findByN_T_S_Last(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_T_S_Last(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
static WikiPage[] WikiPageUtil.findByN_T_S_PrevAndNext(long pageId, long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_T_S_PrevAndNext(long pageId, long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByN_T_S(long nodeId, String title, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByN_T_S(long nodeId, String title, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByN_T(long nodeId, String title, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.
 List<WikiPage> WikiPagePersistence.findByN_T(long nodeId, String title, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.
static WikiPage WikiPageUtil.findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
static WikiPage[] WikiPageUtil.findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
 WikiPage[] WikiPagePersistence.findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
static List<WikiPage> WikiPageUtil.findByNodeId(long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ?.
 List<WikiPage> WikiPagePersistence.findByNodeId(long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ?.
static WikiPage WikiPageUtil.findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.findByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
static WikiPage[] WikiPageUtil.findByR_N_H_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByR_N_H_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
static List<WikiPage> WikiPageUtil.findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistence.findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage[] WikiPageUtil.findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage[] WikiPagePersistence.findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.findByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
static WikiPage[] WikiPageUtil.findByR_N_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByR_N_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByR_N(long resourcePrimKey, long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
 List<WikiPage> WikiPagePersistence.findByR_N(long resourcePrimKey, long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.findByR_S_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?.
 WikiPage WikiPagePersistence.findByR_S_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?.
static WikiPage WikiPageUtil.findByR_S_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?.
 WikiPage WikiPagePersistence.findByR_S_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?.
static WikiPage[] WikiPageUtil.findByR_S_PrevAndNext(long pageId, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByR_S_PrevAndNext(long pageId, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByR_S(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByR_S(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?.
static WikiPage WikiPageUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ?.
 WikiPage WikiPagePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ?.
static WikiPage WikiPageUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ?.
 WikiPage WikiPagePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ?.
static WikiPage[] WikiPageUtil.findByResourcePrimKey_PrevAndNext(long pageId, long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?.
 WikiPage[] WikiPagePersistence.findByResourcePrimKey_PrevAndNext(long pageId, long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?.
static List<WikiPage> WikiPageUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ?.
 List<WikiPage> WikiPagePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ?.
static WikiPage WikiPageUtil.findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
static WikiPage[] WikiPageUtil.findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
static List<WikiPage> WikiPageUtil.findByU_N_S(long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByU_N_S(long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
 WikiNode WikiNodePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ? and companyId = ?.
static WikiPage WikiPageUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ? and companyId = ?.
static WikiNode WikiNodeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ? and companyId = ?.
 WikiPage WikiPagePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ? and companyId = ?.
 WikiNode WikiNodePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where uuid = ? and companyId = ?.
static WikiPage WikiPageUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ? and companyId = ?.
static WikiNode WikiNodeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where uuid = ? and companyId = ?.
 WikiPage WikiPagePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ? and companyId = ?.
 WikiNode[] WikiNodePersistence.findByUuid_C_PrevAndNext(long nodeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?.
static WikiPage[] WikiPageUtil.findByUuid_C_PrevAndNext(long pageId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?.
static WikiNode[] WikiNodeUtil.findByUuid_C_PrevAndNext(long nodeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?.
 WikiPage[] WikiPagePersistence.findByUuid_C_PrevAndNext(long pageId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?.
 List<WikiNode> WikiNodePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?.
static List<WikiPage> WikiPageUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?.
static List<WikiNode> WikiNodeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?.
 List<WikiPage> WikiPagePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?.
 WikiPageResource WikiPageResourcePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
 WikiNode WikiNodePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ?.
static WikiPage WikiPageUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
static WikiNode WikiNodeUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ?.
static WikiPageResource WikiPageResourceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
 WikiPage WikiPagePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 WikiNode WikiNodePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where uuid = ?.
static WikiPage WikiPageUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
static WikiNode WikiNodeUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where uuid = ?.
static WikiPageResource WikiPageResourceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 WikiPage WikiPagePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
 WikiPageResource[] WikiPageResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?.
 WikiNode[] WikiNodePersistence.findByUuid_PrevAndNext(long nodeId, String uuid, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?.
static WikiPage[] WikiPageUtil.findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?.
static WikiNode[] WikiNodeUtil.findByUuid_PrevAndNext(long nodeId, String uuid, OrderByComparator orderByComparator)
          Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?.
static WikiPageResource[] WikiPageResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?.
 WikiPage[] WikiPagePersistence.findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?.
 List<WikiPageResource> WikiPageResourcePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources where uuid = ?.
 List<WikiNode> WikiNodePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where uuid = ?.
static List<WikiPage> WikiPageUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where uuid = ?.
static List<WikiNode> WikiNodeUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes where uuid = ?.
static List<WikiPageResource> WikiPageResourceUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources where uuid = ?.
 List<WikiPage> WikiPagePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where uuid = ?.
static List<WikiPage> WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WikiNode> WikiNodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WikiPageResource> WikiPageResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.wiki.util.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.wiki.util.comparator
 class PageCreateDateComparator
           
 class PageTitleComparator
           
 class PageVersionComparator
           
 

Uses of OrderByComparator in com.liferay.util.bridges.alloy
 

Methods in com.liferay.util.bridges.alloy with parameters of type OrderByComparator
 List AlloyServiceInvoker.executeDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator obc)
           
 List AlloyServiceInvoker.executeDynamicQuery(Object[] properties, int start, int end, OrderByComparator obc)
           
 

Uses of OrderByComparator in com.liferay.util.dao.orm
 

Methods in com.liferay.util.dao.orm with parameters of type OrderByComparator
 String CustomSQL.replaceOrderBy(String sql, OrderByComparator obc)
           
static String CustomSQLUtil.replaceOrderBy(String sql, OrderByComparator obc)
           
 


Liferay 6.2-ce-ga5