Liferay 6.1.2-ce-ga3

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.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.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.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.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.persistence   
com.liferay.portlet.softwarecatalog.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.dao.orm   
 

Uses of OrderByComparator in com.liferay.counter.service
 

Methods in com.liferay.counter.service with parameters of type OrderByComparator
 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.
 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.
 

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 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)
           
 

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> DefaultLocalRepositoryImpl.getFileEntries(long folderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> Repository.getFileEntries(long folderId, int start, int end, OrderByComparator obc)
           
 List<FileEntry> LocalRepository.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> DefaultLocalRepositoryImpl.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> Repository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Folder> LocalRepository.getFolders(long parentFolderId, 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> DefaultLocalRepositoryImpl.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> LocalRepository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DefaultLocalRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, int start, int end, OrderByComparator obc)
           
 List<Object> DefaultLocalRepositoryImpl.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<Object> LocalRepository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, 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<Folder> DefaultLocalRepositoryImpl.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<Folder> Repository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<Folder> LocalRepository.getMountFolders(long parentFolderId, 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, int start, int end, OrderByComparator obc)
           
 List<FileEntry> Repository.getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<FileEntry> BaseRepositoryImpl.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
 

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)
           
 

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

Methods in com.liferay.portal.kernel.workflow with parameters of type OrderByComparator
 List<WorkflowDefinition> WorkflowDefinitionManager.getActiveWorkflowDefinitions(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowDefinition> WorkflowDefinitionManagerUtil.getActiveWorkflowDefinitions(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowDefinition> WorkflowDefinitionManager.getActiveWorkflowDefinitions(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowDefinition> WorkflowDefinitionManagerUtil.getActiveWorkflowDefinitions(long companyId, String name, 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, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowDefinition> WorkflowDefinitionManager.getWorkflowDefinitions(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowDefinition> WorkflowDefinitionManagerUtil.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)
           
 List<WorkflowLog> WorkflowLogManager.getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, 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.getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, 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<WorkflowTask> WorkflowTaskManager.getWorkflowTasks(long companyId, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.getWorkflowTasks(long companyId, 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.getWorkflowTasksByRole(long companyId, long roleId, 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.getWorkflowTasksBySubmittingUser(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.getWorkflowTasksByUser(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.getWorkflowTasksByUserRoles(long companyId, long userId, 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.getWorkflowTasksByWorkflowInstance(long companyId, Long userId, long workflowInstanceId, Boolean completed, 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, 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 keywords, String[] assetTypes, Boolean completed, Boolean searchByUserRoles, 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)
           
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)
           
 

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

Subclasses of OrderByComparator in com.liferay.portal.kernel.workflow.comparator
 class BaseWorkflowDefinitionNameComparator
           
 class BaseWorkflowInstanceEndDateComparator
           
 class BaseWorkflowInstanceStartDateComparator
           
 class BaseWorkflowInstanceStateComparator
           
 class BaseWorkflowLogCreateDateComparator
           
 class BaseWorkflowLogUserIdComparator
           
 class BaseWorkflowTaskCompletionDateComparator
           
 class BaseWorkflowTaskCreateDateComparator
           
 class BaseWorkflowTaskDueDateComparator
           
 class BaseWorkflowTaskNameComparator
           
 class BaseWorkflowTaskUserIdComparator
           
 

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

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> LocalRepositoryProxyBean.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> LocalRepositoryProxyBean.getFolders(long parentFolderId, 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> LocalRepositoryProxyBean.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<Object> LocalRepositoryProxyBean.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<Folder> LocalRepositoryProxyBean.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 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 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 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.
 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 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.
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.
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 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.
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 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.
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.
 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 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.
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 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.
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.
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 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.
 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.
 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 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 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.
 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.
 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 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 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.
 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.
 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 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 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 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.
 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 PermissionLocalService.dynamicQuery(DynamicQuery 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 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 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 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.
static List ResourceCodeLocalServiceUtil.dynamicQuery(DynamicQuery 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 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 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 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.
 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 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.
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.
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 PermissionLocalServiceWrapper.dynamicQuery(DynamicQuery 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 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.
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.
 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 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 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.
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 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 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 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 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 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 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 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.
 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.
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 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 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 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 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.
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 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.
 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 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.
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.
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.
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 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.
 List ResourceLocalServiceWrapper.dynamicQuery(DynamicQuery 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 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.
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.
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 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 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 ResourceLocalServiceUtil.dynamicQuery(DynamicQuery 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 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 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 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.
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 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 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.
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.
 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 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 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.
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.
 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 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 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.
 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.
 List ResourceCodeLocalService.dynamicQuery(DynamicQuery 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.
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 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.
 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.
 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 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 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 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.
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.
 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.
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 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.
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 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.
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 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 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.
 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.
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.
 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.
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 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 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 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 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.
 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 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.
 List ResourceLocalService.dynamicQuery(DynamicQuery 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 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 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 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.
 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 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.
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.
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 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 ResourceCodeLocalServiceWrapper.dynamicQuery(DynamicQuery 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 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 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 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.
 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.
 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 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 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.
 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.
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.
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.
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 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 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 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 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.
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 PermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 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 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.
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 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.
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 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 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 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.
 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.
 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 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.
 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 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.
 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.
 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 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.
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.
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 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.
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 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 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<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<LayoutRevision> LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, 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)
           
static List<Organization> OrganizationLocalServiceUtil.getGroupOrganizations(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Permission> PermissionLocalService.getGroupPermissions(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Permission> PermissionLocalServiceWrapper.getGroupPermissions(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<Permission> PermissionLocalServiceUtil.getGroupPermissions(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)
           
 List<Role> RoleLocalService.getGroupRoles(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.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)
           
 List<LayoutBranch> LayoutBranchLocalServiceWrapper.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
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<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 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<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
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> GroupLocalServiceWrapper.getPermissionGroups(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getPermissionGroups(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getPermissionGroups(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleLocalServiceUtil.getPermissionRoles(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RoleLocalServiceWrapper.getPermissionRoles(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RoleLocalService.getPermissionRoles(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserLocalServiceUtil.getPermissionUsers(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalServiceWrapper.getPermissionUsers(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
 List<User> UserLocalService.getPermissionUsers(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<Permission> PermissionLocalService.getRolePermissions(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<Permission> PermissionLocalServiceWrapper.getRolePermissions(long roleId, int start, int end, OrderByComparator orderByComparator)
           
static List<Permission> PermissionLocalServiceUtil.getRolePermissions(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.
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.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> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
static List<Team> TeamLocalServiceUtil.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)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Permission> PermissionLocalService.getUserPermissions(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Permission> PermissionLocalServiceWrapper.getUserPermissions(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Permission> PermissionLocalServiceUtil.getUserPermissions(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<Role> RoleLocalService.getUserRoles(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Subscription> SubscriptionLocalService.getUserSubscriptions(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Subscription> SubscriptionLocalServiceUtil.getUserSubscriptions(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Subscription> SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Team> TeamLocalServiceUtil.getUserTeams(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Team> TeamLocalService.getUserTeams(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceWrapper.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<LayoutPrototype> LayoutPrototypeLocalServiceWrapper.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<LayoutPrototype> LayoutPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
static List<LayoutPrototype> LayoutPrototypeServiceUtil.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<LayoutSetPrototype> LayoutSetPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeService.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, 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[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, 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, 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<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 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 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.
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.
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, 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, 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.
 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.
 List<PasswordPolicy> PasswordPolicyLocalServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.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<UserGroup> UserGroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
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, 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, 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<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.
 List<Team> TeamLocalServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the name and description.
static List<Team> TeamLocalServiceUtil.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)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, 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> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, 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, 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<UserGroup> UserGroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the name and description.
 List<UserGroup> UserGroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the name and description.
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
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_First(boolean active, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 Country CountryPersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last country 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 = ?.
static Region RegionUtil.fetchByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? 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 = ?.
 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_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 = ?.
 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_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? 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 = ?.
 Region RegionPersistence.fetchByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 Website WebsitePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone 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 = ?.
static Website WebsiteUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website 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 = ?.
 Phone PhonePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone 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 = ?.
 Address AddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website 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 = ?.
 Phone PhonePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
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_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
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_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_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.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 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_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 User UserPersistence.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 ResourcePermission ResourcePermissionUtil.fetchByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 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_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_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.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 ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static Organization OrganizationUtil.fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
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 = ?.
 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 ResourcePermission ResourcePermissionUtil.fetchByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static Organization OrganizationUtil.fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
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 = ?.
 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 ResourcePermission ResourcePermissionUtil.fetchByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static User UserUtil.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 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_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 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_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_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.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 = ?.
static Resource ResourceUtil.fetchByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.fetchByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where codeId = ?.
static Resource ResourceUtil.fetchByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.fetchByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where codeId = ?.
static ResourceCode ResourceCodeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first resource code 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 = ?.
 PluginSetting PluginSettingPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting 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 = ?.
static Contact ContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact 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 = ?.
 Layout LayoutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout 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 = ?.
 Group GroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group 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 LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website 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 WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where companyId = ?.
 Address AddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
 Role RolePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role 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 = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype 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 = ?.
static Phone PhoneUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone 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 = ?.
 Contact ContactPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact 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 Website WebsiteUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website 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 = ?.
static Layout LayoutUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout 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 EmailAddress EmailAddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address 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 LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype 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 = ?.
 Organization OrganizationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization 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 Group GroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group 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 = ?.
static ResourceCode ResourceCodeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last resource code 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 = ?.
 PluginSetting PluginSettingPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting 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 = ?.
static Contact ContactUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact 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 = ?.
 Layout LayoutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout 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 = ?.
 Group GroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group 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 LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website 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 WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where companyId = ?.
 Address AddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
 Role RolePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role 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 = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype 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 = ?.
static Phone PhoneUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone 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 = ?.
 Contact ContactPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact 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 Website WebsiteUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website 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 = ?.
static Layout LayoutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout 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 EmailAddress EmailAddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address 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 LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype 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 = ?.
 Organization OrganizationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization 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 Group GroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group 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 = ?.
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 = ?.
static User UserUtil.fetchByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistence.fetchByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 User UserPersistence.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 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_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_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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.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 = ?.
 Layout LayoutPersistence.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout 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 = ?.
 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 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 = ?.
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 = ?.
 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 Layout LayoutUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
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_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_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.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 = ?.
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_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_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 = ?.
 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 MembershipRequest MembershipRequestUtil.fetchByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
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 = ?.
 MembershipRequest MembershipRequestPersistence.fetchByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? 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_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_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.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 Team TeamUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team 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 UserGroupRole UserGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role 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 = ?.
 Layout LayoutPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout 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 UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role 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 = ?.
static OrgGroupPermission OrgGroupPermissionUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group permission in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role 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 = ?.
 UserGroupRole UserGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role 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 = ?.
 MembershipRequest MembershipRequestPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request 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 = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group permission 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 = ?.
 Repository RepositoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org 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 = ?.
 Team TeamPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team 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 MembershipRequest MembershipRequestUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
 Layout LayoutPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout 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 UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role 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 = ?.
static OrgGroupPermission OrgGroupPermissionUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group permission 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 = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role 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 = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set 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 = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group permission 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 = ?.
 Repository RepositoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
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_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_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last 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.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_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_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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.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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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_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_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_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_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_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_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_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_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_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_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision 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 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 = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision 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 LayoutBranch LayoutBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first 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 LayoutSet LayoutSetUtil.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 < ?.
static Image ImageUtil.fetchByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistence.fetchByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first 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 < ?.
 Image ImagePersistence.fetchByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
 ResourceAction ResourceActionPersistence.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action 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 = ?.
static ResourceCode ResourceCodeUtil.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource code 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 = ?.
 ResourceCode ResourceCodePersistence.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where name = ?.
 Role RolePersistence.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role 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 ResourceAction ResourceActionUtil.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource code 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 = ?.
 ResourceCode ResourceCodePersistence.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where name = ?.
 Role RolePersistence.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where name = ?.
 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_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 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_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_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last 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 ≠ ?.
 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 = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static OrgGroupPermission OrgGroupPermissionUtil.fetchByPermissionId_First(long permissionId, OrderByComparator orderByComparator)
          Returns the first org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.fetchByPermissionId_First(long permissionId, OrderByComparator orderByComparator)
          Returns the first org group permission in the ordered set where permissionId = ?.
static OrgGroupPermission OrgGroupPermissionUtil.fetchByPermissionId_Last(long permissionId, OrderByComparator orderByComparator)
          Returns the last org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.fetchByPermissionId_Last(long permissionId, OrderByComparator orderByComparator)
          Returns the last org group permission in the ordered set where permissionId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences 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 LayoutRevision LayoutRevisionUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision 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 = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences 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 = ?.
static LayoutRevision LayoutRevisionUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision 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 = ?.
 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 Resource ResourceUtil.fetchByPrimKey_First(String primKey, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where primKey = ?.
 Resource ResourcePersistence.fetchByPrimKey_First(String primKey, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where primKey = ?.
static Resource ResourceUtil.fetchByPrimKey_Last(String primKey, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where primKey = ?.
 Resource ResourcePersistence.fetchByPrimKey_Last(String primKey, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where primKey = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first 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 RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 Permission PermissionPersistence.fetchByResourceId_First(long resourceId, OrderByComparator orderByComparator)
          Returns the first permission in the ordered set where resourceId = ?.
static Permission PermissionUtil.fetchByResourceId_First(long resourceId, OrderByComparator orderByComparator)
          Returns the first permission in the ordered set where resourceId = ?.
 Permission PermissionPersistence.fetchByResourceId_Last(long resourceId, OrderByComparator orderByComparator)
          Returns the last permission in the ordered set where resourceId = ?.
static Permission PermissionUtil.fetchByResourceId_Last(long resourceId, OrderByComparator orderByComparator)
          Returns the last permission in the ordered set where resourceId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user 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 = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type 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 = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role 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 ResourcePermission ResourcePermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission 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 = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission 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_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user 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 = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type 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 = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role 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 ResourcePermission ResourcePermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission 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 = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission 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 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 = ?.
static Role RoleUtil.fetchBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 Role RolePersistence.fetchBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 Role RolePersistence.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 = ?.
static Role RoleUtil.fetchByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 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_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 Role RolePersistence.fetchByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 ListType ListTypePersistence.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type 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_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type 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 = ?.
 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 = ?.
 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_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static Subscription SubscriptionUtil.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
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_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_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.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 UserGroupGroupRole UserGroupGroupRoleUtil.fetchByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 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_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last 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 UserGroupRole UserGroupRoleUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role 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 MembershipRequest MembershipRequestUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request 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 UserTracker UserTrackerUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription 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 = ?.
 Address AddressPersistence.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 = ?.
 PasswordTracker PasswordTrackerPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker 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 = ?.
 MembershipRequest MembershipRequestPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request 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 = ?.
static Phone PhoneUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone 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 = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper 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 = ?.
static Address AddressUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address 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 = ?.
static Subscription SubscriptionUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription 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 UserGroupRole UserGroupRoleUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role 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 MembershipRequest MembershipRequestUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request 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 UserTracker UserTrackerUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription 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 = ?.
 Address AddressPersistence.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 = ?.
 PasswordTracker PasswordTrackerPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker 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 = ?.
 MembershipRequest MembershipRequestPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request 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 = ?.
static Phone PhoneUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone 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 = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper 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 = ?.
static Address AddressUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address 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 = ?.
static Subscription SubscriptionUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription 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 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 = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 Layout LayoutPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout 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 User UserUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user 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 = ?.
 User UserPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user 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 = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry 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 = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 Repository RepositoryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository 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 LayoutPrototype LayoutPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout 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 = ?.
 Lock LockPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock 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 = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 Layout LayoutPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout 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 User UserUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user 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 = ?.
 User UserPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user 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 = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry 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 = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 Repository RepositoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository 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 LayoutPrototype LayoutPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout 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 = ?.
 Lock LockPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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<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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 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 = ?.
 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 = ?.
 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 = ?.
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 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 = ?.
 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 = ?.
 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 = ?.
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<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<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<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 = ?.
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<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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
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<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 = ?.
 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 = ?.
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 = ?.
 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<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 = ?.
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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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<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<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 = ?.
 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<ServiceComponent> ServiceComponentPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components.
static List<Team> TeamUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types.
 List<ResourceAction> ResourceActionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions.
static List<ResourceAction> ResourceActionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions.
static List<ResourceCode> ResourceCodeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors.
 List<ClusterGroup> ClusterGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cluster groups.
static List<PortletItem> PortletItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links.
static List<UserTrackerPath> UserTrackerPathUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths.
 List<Team> TeamPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams.
 List<PluginSetting> PluginSettingPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings.
static List<Role> RoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles.
static List<ServiceComponent> ServiceComponentUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components.
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles.
static List<Contact> ContactUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
 List<Company> CompanyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
static List<Account> AccountUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the accounts.
static List<Resource> ResourceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resources.
 List<UserNotificationEvent> UserNotificationEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events.
 List<UserTrackerPath> UserTrackerPathPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels.
static List<Region> RegionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions.
 List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs.
static List<Shard> ShardUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shards.
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
static List<Company> CompanyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
static List<Image> ImageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
static List<MembershipRequest> MembershipRequestUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests.
 List<Layout> LayoutPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
 List<Release> ReleasePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the releases.
static List<PasswordPolicy> PasswordPolicyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
static List<PasswordTracker> PasswordTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers.
static List<Repository> RepositoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories.
static List<ClassName> ClassNameUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the class names.
static List<UserTracker> UserTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles.
 List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups.
 List<BrowserTracker> BrowserTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the browser trackers.
static List<LayoutSetBranch> LayoutSetBranchUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs.
 List<Permission> PermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions.
static List<User> UserUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users.
static List<OrgGroupPermission> OrgGroupPermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group permissions.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions.
 List<ClassName> ClassNamePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the class names.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
 List<PortalPreferences> PortalPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
 List<User> UserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users.
 List<Subscription> SubscriptionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions.
static List<Country> CountryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links.
 List<ResourceCode> ResourceCodePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes.
static List<LayoutRevision> LayoutRevisionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions.
static List<UserNotificationEvent> UserNotificationEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events.
 List<Address> AddressPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses.
 List<UserIdMapper> UserIdMapperPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers.
 List<PortletItem> PortletItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items.
 List<ResourceTypePermission> ResourceTypePermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions.
 List<Image> ImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images.
 List<Region> RegionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions.
 List<Role> RolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles.
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web d a v propses.
 List<PasswordTracker> PasswordTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers.
 List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles.
 List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets.
 List<MembershipRequest> MembershipRequestPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests.
 List<RepositoryEntry> RepositoryEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs.
 List<UserTracker> UserTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers.
static List<Lock> LockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
 List<OrgGroupPermission> OrgGroupPermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group permissions.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes.
static List<PluginSetting> PluginSettingUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings.
static List<Release> ReleaseUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the releases.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets.
static List<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones.
static List<BrowserTracker> BrowserTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the browser trackers.
 List<Shard> ShardPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shards.
 List<EmailAddress> EmailAddressPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
static List<VirtualHost> VirtualHostUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the virtual hosts.
static List<ResourcePermission> ResourcePermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
 List<Contact> ContactPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
static List<UserIdMapper> UserIdMapperUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers.
 List<Repository> RepositoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions.
static List<Organization> OrganizationUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations.
static List<Layout> LayoutUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
static List<Address> AddressUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses.
 List<ResourcePermission> ResourcePermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses.
static List<Subscription> SubscriptionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions.
static List<ResourceBlock> ResourceBlockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks.
static List<ClusterGroup> ClusterGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cluster groups.
 List<Ticket> TicketPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets.
 List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones.
 List<Account> AccountPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the accounts.
static List<LayoutPrototype> LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes.
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web d a v propses.
static List<RepositoryEntry> RepositoryEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
 List<LayoutRevision> LayoutRevisionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions.
static List<UserGroup> UserGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups.
static List<Permission> PermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions.
 List<Organization> OrganizationPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations.
 List<ResourceBlock> ResourceBlockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
 List<UserGroup> UserGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups.
 List<Lock> LockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles.
 List<LayoutPrototype> LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes.
 List<VirtualHost> VirtualHostPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the virtual hosts.
 List<Country> CountryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries.
static List<PortalPreferences> PortalPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels.
static List<Ticket> TicketUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs.
 List<Resource> ResourcePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resources.
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_First(boolean active, OrderByComparator orderByComparator)
          Returns the first 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_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 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 = ?.
 List<Country> CountryPersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries 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 = ?.
static Region RegionUtil.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? 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 = ?.
 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_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 = ?.
 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_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? 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 = ?.
 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_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 = ?.
 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_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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 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 = ?.
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<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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 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<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 = ?.
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone 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 = ?.
static Website WebsiteUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website 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 = ?.
 Phone PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone 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 = ?.
 Address AddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 EmailAddress EmailAddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website 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 = ?.
 Phone PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static List<Group> GroupFinderUtil.findByC_C_N_D(long companyId, long[] classNameIds, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupFinder.findByC_C_N_D(long companyId, long[] classNameIds, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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<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 = ?.
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 = ?.
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 = ?.
 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 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_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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> 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 = ?.
 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 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_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 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 = ?.
 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 = ?.
 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[] 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 name, String description, 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<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 List<Group> GroupFinderUtil.findByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupFinder.findByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params, 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 ResourcePermission ResourcePermissionUtil.findByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_P_O_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_P_O_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
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 = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
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 ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, long actionIds, 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 = ? and roleId = ? and actionIds = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, long actionIds, 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 = ? and roleId = ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, 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 ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, 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 ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, 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 = ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, 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 = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_P_R_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, 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 = ? and roleId = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_P_R_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, 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 = ? and roleId = ?.
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_R(long companyId, String name, int scope, String primKey, long roleId, 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 = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, 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 = ?.
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<PasswordPolicy> PasswordPolicyFinderUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
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 Organization OrganizationUtil.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
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 = ?.
 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 ResourcePermission ResourcePermissionUtil.findByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.findByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static Organization OrganizationUtil.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
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 = ?.
 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 ResourcePermission ResourcePermissionUtil.findByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.findByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
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 = ?.
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 = ?.
 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 ResourcePermission[] ResourcePermissionUtil.findByC_P_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_P_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 ResourcePermission ResourcePermissionUtil.findByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_P_R_PrevAndNext(long resourcePermissionId, long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_P_R_PrevAndNext(long resourcePermissionId, long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_P_R(long companyId, String primKey, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_P_R(long companyId, String primKey, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
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 = ?.
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<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<ResourcePermission> ResourcePermissionUtil.findByC_P(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_P(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<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[] 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 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)
           
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)
           
static User UserUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 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_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 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_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 = ?.
 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 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 = ?.
 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 = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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 = ?.
static Resource ResourceUtil.findByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.findByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where codeId = ?.
static Resource ResourceUtil.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where codeId = ?.
static Resource[] ResourceUtil.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Returns the resources before and after the current resource in the ordered set where codeId = ?.
 Resource[] ResourcePersistence.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Returns the resources before and after the current resource in the ordered set where codeId = ?.
static List<Resource> ResourceUtil.findByCodeId(long codeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resources where codeId = ?.
 List<Resource> ResourcePersistence.findByCodeId(long codeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resources where codeId = ?.
static ResourceCode ResourceCodeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first resource code 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 = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting 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 = ?.
static Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact 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 = ?.
 Layout LayoutPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout 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 = ?.
 Group GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group 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 LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website 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 WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role 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 = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype 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 = ?.
static Phone PhoneUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone 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 = ?.
 Contact ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact 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 Website WebsiteUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website 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 = ?.
static Layout LayoutUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout 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 EmailAddress EmailAddressUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address 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 LayoutPrototype LayoutPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype 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 = ?.
 Organization OrganizationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization 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 Group GroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group 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 = ?.
static ResourceCode ResourceCodeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last resource code 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 = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting 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 = ?.
static Contact ContactUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact 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 = ?.
 Layout LayoutPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout 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 = ?.
 Group GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group 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 LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website 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 WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 ResourceCode ResourceCodePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role 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 = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype 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 = ?.
static Phone PhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone 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 = ?.
 Contact ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact 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 Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website 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 = ?.
static Layout LayoutUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout 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 EmailAddress EmailAddressUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address 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 LayoutPrototype LayoutPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype 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 = ?.
 Organization OrganizationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization 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 Group GroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group 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 = ?.
static ResourceCode[] ResourceCodeUtil.findByCompanyId_PrevAndNext(long codeId, long companyId, OrderByComparator orderByComparator)
          Returns the resource codes before and after the current resource code 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 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 = ?.
 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 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 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 = ?.
 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 = ?.
 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 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 = ?.
 ResourceCode[] ResourceCodePersistence.findByCompanyId_PrevAndNext(long codeId, long companyId, OrderByComparator orderByComparator)
          Returns the resource codes before and after the current resource code 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 = ?.
 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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 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 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 = ?.
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 = ?.
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 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 = ?.
 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 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 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 = ?.
 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 = ?.
 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 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 = ?.
 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 = ?.
static List<ResourceCode> ResourceCodeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes 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 = ?.
 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<Role> RoleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles 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 = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets 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<UserTracker> UserTrackerUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers 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<User> UserUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users 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<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites 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<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
 List<ResourceCode> ResourceCodePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes 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<Role> RolePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles 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<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<PluginSetting> PluginSettingUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings 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<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses 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<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets 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<Organization> OrganizationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations 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 = ?.
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<EmailAddress> EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses 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<LayoutPrototype> LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes 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 = ?.
 List<Organization> OrganizationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations 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<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups 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 = ?.
static List<Group> GroupFinderUtil.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Organization> OrganizationFinder.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 List<Organization> OrganizationFinderUtil.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 = ?.
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first 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_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<User> UserUtil.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
 List<User> UserPersistence.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 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_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_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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<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 = ?.
 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)
           
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_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_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_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_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 = ?.
 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 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 = ?.
 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 = ?.
 Layout LayoutPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout 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 = ?.
 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 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 = ?.
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 = ?.
 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 Layout LayoutUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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 = ?.
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_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_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_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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 MembershipRequest MembershipRequestUtil.findByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 MembershipRequest MembershipRequestPersistence.findByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
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 = ?.
 MembershipRequest MembershipRequestPersistence.findByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 Team TeamUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team 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 UserGroupRole UserGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role 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 = ?.
 Layout LayoutPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout 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 UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role 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 = ?.
static OrgGroupPermission OrgGroupPermissionUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group permission in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role 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 = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role 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 = ?.
 MembershipRequest MembershipRequestPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request 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 = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group permission 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 = ?.
 Repository RepositoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org 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 = ?.
 Team TeamPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team 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 MembershipRequest MembershipRequestUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
 Layout LayoutPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout 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 UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role 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 = ?.
static OrgGroupPermission OrgGroupPermissionUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group permission 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 = ?.
 OrgGroupRole OrgGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role 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 = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set 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 = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group permission 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 = ?.
 Repository RepositoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 OrgGroupPermission[] OrgGroupPermissionUtil.findByGroupId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long groupId, OrderByComparator orderByComparator)
          Returns the org group permissions before and after the current org group permission in the ordered set where groupId = ?.
 OrgGroupPermission[] OrgGroupPermissionPersistence.findByGroupId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long groupId, OrderByComparator orderByComparator)
          Returns the org group permissions before and after the current org group permission 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 = ?.
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 = ?.
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 = ?.
 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 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 = ?.
 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 List<Team> TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams 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<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<MembershipRequest> MembershipRequestUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ?.
 List<Layout> LayoutPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts 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<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<LayoutSetBranch> LayoutSetBranchUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
static List<OrgGroupPermission> OrgGroupPermissionUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group permissions 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<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles 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<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets 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 = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
 List<OrgGroupPermission> OrgGroupPermissionPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group permissions 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<Repository> RepositoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories 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 = ?.
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 = ?.
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_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_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 = ?.
 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<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<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, 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)
           
static List<Role> RoleFinderUtil.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)
           
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_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_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 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_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_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_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_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 = ?.
 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 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 = ?.
 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 = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch 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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
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_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_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_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_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 = ?.
 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 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<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 = ?.
 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 = ?.
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 = ?.
 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<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 = ?.
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_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_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
 LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch 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 = ?.
 LayoutRevision LayoutRevisionPersistence.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 = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision 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 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 = ?.
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 = ?.
 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 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 = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions 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<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first 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_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets 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 = ?.
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 < ?.
static Image ImageUtil.findByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistence.findByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first 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_Last(int size, OrderByComparator orderByComparator)
          Returns the last 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 < ?.
 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 List<Image> ImageUtil.findByLtSize(int size, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images where size < ?.
 List<Image> ImagePersistence.findByLtSize(int size, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images where size < ?.
 ResourceAction ResourceActionPersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action 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 = ?.
static ResourceCode ResourceCodeUtil.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource code 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 = ?.
 ResourceCode ResourceCodePersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource code in the ordered set where name = ?.
 Role RolePersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role 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 = ?.
static ResourceAction ResourceActionUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
static ResourceCode ResourceCodeUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource code 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 = ?.
 ResourceCode ResourceCodePersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource code in the ordered set where name = ?.
 Role RolePersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role 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 = ?.
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 = ?.
static ResourceCode[] ResourceCodeUtil.findByName_PrevAndNext(long codeId, String name, OrderByComparator orderByComparator)
          Returns the resource codes before and after the current resource code 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 = ?.
 ResourceCode[] ResourceCodePersistence.findByName_PrevAndNext(long codeId, String name, OrderByComparator orderByComparator)
          Returns the resource codes before and after the current resource code 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 = ?.
 List<ResourceAction> ResourceActionPersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions 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 = ?.
static List<ResourceCode> ResourceCodeUtil.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes 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 = ?.
 List<ResourceCode> ResourceCodePersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource codes where name = ?.
 List<Role> RolePersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where name = ?.
 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_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 = ?.
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 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_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_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last 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_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 ≠ ?.
 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 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 ≠ ?.
 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 ≠ ?.
 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 = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels 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 OrgGroupPermission OrgGroupPermissionUtil.findByPermissionId_First(long permissionId, OrderByComparator orderByComparator)
          Returns the first org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.findByPermissionId_First(long permissionId, OrderByComparator orderByComparator)
          Returns the first org group permission in the ordered set where permissionId = ?.
static OrgGroupPermission OrgGroupPermissionUtil.findByPermissionId_Last(long permissionId, OrderByComparator orderByComparator)
          Returns the last org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.findByPermissionId_Last(long permissionId, OrderByComparator orderByComparator)
          Returns the last org group permission in the ordered set where permissionId = ?.
static OrgGroupPermission[] OrgGroupPermissionUtil.findByPermissionId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long permissionId, OrderByComparator orderByComparator)
          Returns the org group permissions before and after the current org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission[] OrgGroupPermissionPersistence.findByPermissionId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long permissionId, OrderByComparator orderByComparator)
          Returns the org group permissions before and after the current org group permission in the ordered set where permissionId = ?.
static List<OrgGroupPermission> OrgGroupPermissionUtil.findByPermissionId(long permissionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group permissions where permissionId = ?.
 List<OrgGroupPermission> OrgGroupPermissionPersistence.findByPermissionId(long permissionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group permissions where permissionId = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences 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 LayoutRevision LayoutRevisionUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision 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 = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences 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 LayoutRevision LayoutRevisionUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision 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 = ?.
 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 = ?.
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 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 = ?.
 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 = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses 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 = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions 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 = ?.
 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 Resource ResourceUtil.findByPrimKey_First(String primKey, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where primKey = ?.
 Resource ResourcePersistence.findByPrimKey_First(String primKey, OrderByComparator orderByComparator)
          Returns the first resource in the ordered set where primKey = ?.
static Resource ResourceUtil.findByPrimKey_Last(String primKey, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where primKey = ?.
 Resource ResourcePersistence.findByPrimKey_Last(String primKey, OrderByComparator orderByComparator)
          Returns the last resource in the ordered set where primKey = ?.
static Resource[] ResourceUtil.findByPrimKey_PrevAndNext(long resourceId, String primKey, OrderByComparator orderByComparator)
          Returns the resources before and after the current resource in the ordered set where primKey = ?.
 Resource[] ResourcePersistence.findByPrimKey_PrevAndNext(long resourceId, String primKey, OrderByComparator orderByComparator)
          Returns the resources before and after the current resource in the ordered set where primKey = ?.
static List<Resource> ResourceUtil.findByPrimKey(String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resources where primKey = ?.
 List<Resource> ResourcePersistence.findByPrimKey(String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resources where primKey = ?.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries 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 = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 List<ResourceBlockPermission> ResourceBlockPermissionUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
 Permission PermissionPersistence.findByResourceId_First(long resourceId, OrderByComparator orderByComparator)
          Returns the first permission in the ordered set where resourceId = ?.
static Permission PermissionUtil.findByResourceId_First(long resourceId, OrderByComparator orderByComparator)
          Returns the first permission in the ordered set where resourceId = ?.
 Permission PermissionPersistence.findByResourceId_Last(long resourceId, OrderByComparator orderByComparator)
          Returns the last permission in the ordered set where resourceId = ?.
static Permission PermissionUtil.findByResourceId_Last(long resourceId, OrderByComparator orderByComparator)
          Returns the last permission in the ordered set where resourceId = ?.
 Permission[] PermissionPersistence.findByResourceId_PrevAndNext(long permissionId, long resourceId, OrderByComparator orderByComparator)
          Returns the permissions before and after the current permission in the ordered set where resourceId = ?.
static Permission[] PermissionUtil.findByResourceId_PrevAndNext(long permissionId, long resourceId, OrderByComparator orderByComparator)
          Returns the permissions before and after the current permission in the ordered set where resourceId = ?.
 List<Permission> PermissionPersistence.findByResourceId(long resourceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions where resourceId = ?.
static List<Permission> PermissionUtil.findByResourceId(long resourceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions where resourceId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user 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 = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type 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 = ?.
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role 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 ResourcePermission ResourcePermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission 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 = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission 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_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user 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 = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type 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 = ?.
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role 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 ResourcePermission ResourcePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission 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 = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 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 = ?.
 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 List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user 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<ResourceTypePermission> ResourceTypePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type 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 = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles 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<ResourcePermission> ResourcePermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions 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<ResourcePermission> ResourcePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions 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 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 = ?.
static Role RoleUtil.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 Role RolePersistence.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first 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_Last(String subtype, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<Role> RoleUtil.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where subtype = ?.
 List<Role> RolePersistence.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 = ?.
static Role RoleUtil.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 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_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 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_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 = ?.
 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 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<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 = ?.
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type 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_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type 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_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
          Returns the list types before and after the current 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 = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types 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 = ?.
 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 = ?.
 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_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 = ?.
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 = ?.
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_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_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_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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 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_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 UserGroupRole UserGroupRoleUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role 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 MembershipRequest MembershipRequestUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request 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 UserTracker UserTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription 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 = ?.
 Address AddressPersistence.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 = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker 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 = ?.
 MembershipRequest MembershipRequestPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request 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 = ?.
static Phone PhoneUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone 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 = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper 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 = ?.
static Address AddressUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address 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 = ?.
static Subscription SubscriptionUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription 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 UserGroupRole UserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role 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 MembershipRequest MembershipRequestUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request 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 UserTracker UserTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription 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 = ?.
 Address AddressPersistence.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 = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker 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 = ?.
 MembershipRequest MembershipRequestPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request 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 = ?.
static Phone PhoneUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone 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 = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper 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 = ?.
static Address AddressUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address 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 = ?.
static Subscription SubscriptionUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
 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 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 = ?.
 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 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<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<MembershipRequest> MembershipRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests 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<UserTracker> UserTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions 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<Address> AddressPersistence.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 = ?.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers 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 = ?.
 List<MembershipRequest> MembershipRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests 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 = ?.
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones 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 = ?.
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 = ?.
static List<Website> WebsiteUtil.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 = ?.
static List<EmailAddress> EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses 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<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones 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 = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout 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 User UserUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user 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 = ?.
 User UserPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user 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 = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry 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 = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 Repository RepositoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository 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 LayoutPrototype LayoutPrototypeUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout 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 = ?.
 Lock LockPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock 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 = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout 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 User UserUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user 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 = ?.
 User UserPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user 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 = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry 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 = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 Repository RepositoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository 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 LayoutPrototype LayoutPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout 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 = ?.
 Lock LockPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock 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 = ?.
 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 = ?.
 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 = ?.
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 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 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 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 = ?.
 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 = ?.
 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 = ?.
 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<Layout> LayoutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts 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<User> UserUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users 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<User> UserPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users 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<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries 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<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 List<Repository> RepositoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories 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<LayoutPrototype> LayoutPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout 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 = ?.
 List<Lock> LockPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks 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 = ?.
static List<Team> TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceAction> ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceCode> ResourceCodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<OrgLabor> OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PortletItem> PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserTrackerPath> UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ServiceComponent> ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupRole> UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Account> AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Resource> ResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Region> RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Shard> ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Portlet> PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Image> ImageUtil.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<PasswordPolicy> PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PasswordTracker> PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Repository> RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ClassName> ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserTracker> UserTrackerUtil.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<UserGroupGroupRole> UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutSetBranch> LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<OrgGroupPermission> OrgGroupPermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Country> CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutRevision> LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserNotificationEvent> UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WebDAVProps> WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Lock> LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PluginSetting> PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Release> ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutSet> LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Phone> PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<BrowserTracker> BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<VirtualHost> VirtualHostUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourcePermission> ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserIdMapper> UserIdMapperUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Website> WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceTypePermission> ResourceTypePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Organization> OrganizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Layout> LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Address> AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<EmailAddress> EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Subscription> SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceBlock> ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ClusterGroup> ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<RepositoryEntry> RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Permission> PermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Ticket> TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutBranch> LayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
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<Group> PermissionPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the permission.
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> UserPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 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> OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
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> PermissionUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the permission.
 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.
 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> UserUtil.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the user.
 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> GroupUtil.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the group.
static List<Permission> RoleUtil.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions associated with the role.
 List<Permission> GroupPersistence.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions associated with the group.
static List<Permission> UserUtil.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions associated with the user.
 List<Permission> UserPersistence.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions associated with the user.
 List<Permission> RolePersistence.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions associated with the role.
static List<Permission> GroupUtil.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the permissions associated with the group.
 List<Role> GroupPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the group.
 List<Role> PermissionPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the permission.
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> 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> PermissionUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the permission.
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.
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> 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> UserGroupUtil.getTeams(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
 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<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> TeamPersistence.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> 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> 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> 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> TeamUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the team.
 List<User> TeamPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the team.
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.
 List<User> PermissionPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the permission.
 List<User> RolePersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the role.
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.
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> PermissionUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the permission.
 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> 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> 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)
           
 List BasePersistenceImpl.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

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

Subclasses of OrderByComparator in com.liferay.portal.util.comparator
 class ContactFirstNameComparator
          Deprecated. This class has been renamed to UserFirstNameComparator.
 class ContactJobTitleComparator
          Deprecated. This class has been renamed to UserJobTitleComparator.
 class ContactLastNameComparator
          Deprecated. This class has been renamed to UserLastNameComparator.
 class GroupFriendlyURLComparator
           
 class GroupNameComparator
           
 class GroupTypeComparator
           
 class LayoutComparator
           
 class LayoutPriorityComparator
           
 class LayoutRevisionCreateDateComparator
           
 class LayoutRevisionIdComparator
           
 class LayoutSetBranchCreateDateComparator
           
 class OrganizationNameComparator
           
 class OrganizationTypeComparator
           
 class PasswordPolicyDescriptionComparator
           
 class PasswordPolicyNameComparator
           
 class PermissionComparator
           
 class ResourceComparator
           
 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 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.
 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.
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 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 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 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 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 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.
 

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 = ?.
 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_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_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 = ?.
 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.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_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<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.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries.
 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<AnnouncementsFlag> AnnouncementsFlagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements flags.
 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 = ?.
 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_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_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_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_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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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<AnnouncementsFlag> AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AnnouncementsDelivery> AnnouncementsDeliveryUtil.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 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.
 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 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 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 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 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.
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 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 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.
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 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 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.
 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.
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 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 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 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 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.
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 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.
 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.
 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.
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.
 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<AssetEntry> AssetEntryLocalServiceUtil.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryLocalService.getAssetEntryAssetCategories(long entryId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getAssetEntryAssetCategories(long entryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getAssetEntryAssetCategories(long entryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTag> AssetTagLocalService.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetTag> AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryLocalService.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.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)
           
 List<AssetTag> AssetTagService.getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagServiceUtil.getGroupTags(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, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyService.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> AssetVocabularyServiceWrapper.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)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.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)
           
 AssetVocabularyDisplay AssetVocabularyService.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 AssetVocabularyDisplay AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 JSONObject AssetVocabularyService.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 JSONObject AssetVocabularyServiceWrapper.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
static JSONObject AssetVocabularyServiceUtil.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 JSONObject AssetVocabularyService.getJSONGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 JSONObject AssetVocabularyServiceWrapper.getJSONGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
static JSONObject AssetVocabularyServiceUtil.getJSONGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 JSONArray AssetCategoryServiceWrapper.getJSONSearch(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated.  
 JSONArray AssetCategoryService.getJSONSearch(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated.  
static JSONArray AssetCategoryServiceUtil.getJSONSearch(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated.  
 JSONObject AssetCategoryServiceWrapper.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 JSONObject AssetCategoryService.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static JSONObject AssetCategoryServiceUtil.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 JSONObject AssetCategoryServiceWrapper.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 JSONObject AssetCategoryService.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
static JSONObject AssetCategoryServiceUtil.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagServiceWrapper.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)
           
static List<AssetTag> AssetTagServiceUtil.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.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> AssetCategoryServiceWrapper.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.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> AssetCategoryLocalServiceWrapper.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)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. replaced by AssetCategoryServiceWrapper.getVocabularyRootCategories(long, long, int, int, OrderByComparator)
 List<AssetCategory> AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. replaced by AssetCategoryService.getVocabularyRootCategories(long, long, int, int, OrderByComparator)
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. 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
 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 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 = ?.
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 = ?.
 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.fetchByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset category 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 = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first 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 AssetCategoryProperty AssetCategoryPropertyUtil.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 = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property 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 = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag 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 = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary 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 = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property 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 = ?.
 AssetEntry AssetEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset entry 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary 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 = ?.
static AssetEntry AssetEntryUtil.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 = ?.
static AssetTagProperty AssetTagPropertyUtil.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 = ?.
 AssetEntry AssetEntryPersistence.fetchByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.fetchByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static AssetEntry AssetEntryUtil.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
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_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_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_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_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_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_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_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_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_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_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_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_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_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_Last(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last 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 AssetTag AssetTagUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag 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 = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary 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 = ?.
 AssetTag AssetTagPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag 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 = ?.
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 = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary 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 = ?.
 AssetTag AssetTagPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static AssetEntry AssetEntryUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
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_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_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last 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.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_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_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the last 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_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_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_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last 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.fetchByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistence.fetchByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 AssetCategory AssetCategoryPersistence.fetchByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ?.
 AssetEntry AssetEntryPersistence.fetchByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.fetchByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first 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 AssetEntry AssetEntryUtil.fetchByPublishDate_Last(Date publishDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetTagProperty AssetTagPropertyPersistence.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 = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property 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_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 = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property 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 = ?.
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_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 AssetCategory AssetCategoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where uuid = ?.
 AssetEntry AssetEntryPersistence.fetchByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.fetchByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static AssetEntry AssetEntryUtil.fetchByVisible_Last(boolean visible, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
static AssetCategory AssetCategoryUtil.fetchByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.fetchByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 AssetCategory AssetCategoryPersistence.fetchByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
          Returns the last asset category in the ordered set where vocabularyId = ?.
static List<AssetTag> AssetTagFinderUtil.filterFindByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagFinder.filterFindByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
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 = ?.
 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 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[] 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 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<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<AssetTag> AssetTagFinderUtil.filterFindByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagFinder.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)
           
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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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[] 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 List<AssetLink> AssetLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties.
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries.
static List<AssetTag> AssetTagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags.
static List<AssetCategory> AssetCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories.
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties.
static List<AssetTagStats> AssetTagStatsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses.
 List<AssetVocabulary> AssetVocabularyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies.
static List<AssetLink> AssetLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links.
static List<AssetVocabulary> AssetVocabularyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies.
 List<AssetCategory> AssetCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories.
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties.
 List<AssetTag> AssetTagPersistence.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.
 List<AssetTagStats> AssetTagStatsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 List<AssetCategoryProperty> AssetCategoryPropertyUtil.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 = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property 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 = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag 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 = ?.
static AssetVocabulary AssetVocabularyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary 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 = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property 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 = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset entry 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary 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 = ?.
static AssetEntry AssetEntryUtil.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 = ?.
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset tag property 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties 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 = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag 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 = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first 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_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<AssetEntry> AssetEntryPersistence.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries 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 = ?.
static List<AssetTag> AssetTagFinderUtil.findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagFinder.findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
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_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_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_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_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 = ?.
 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 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[] 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 vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.
 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<AssetTag> AssetTagFinderUtil.findByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagFinder.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)
           
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_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_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_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_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 = ?.
 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 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 = ?.
 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 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_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_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_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_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 = ?.
 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 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 = ?.
 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 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_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_Last(long groupId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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[] 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 vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.
 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 AssetTag AssetTagUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag 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 = ?.
static AssetVocabulary AssetVocabularyUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary 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 = ?.
 AssetTag AssetTagPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag 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 = ?.
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 = ?.
static AssetVocabulary AssetVocabularyUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary 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 = ?.
 AssetTag AssetTagPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 List<AssetTag> AssetTagUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags 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 = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies 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 = ?.
 List<AssetTag> AssetTagPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags where groupId = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first 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_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<AssetEntry> AssetEntryPersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries 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 = ?.
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_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_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 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_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_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 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_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_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 AssetCategory AssetCategoryUtil.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistence.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<AssetCategory> AssetCategoryUtil.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories 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 = ?.
 AssetEntry AssetEntryPersistence.findByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.findByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first 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_Last(Date publishDate, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<AssetEntry> AssetEntryPersistence.findByPublishDate(Date publishDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries 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 = ?.
 AssetTagProperty AssetTagPropertyPersistence.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 = ?.
static AssetTagProperty AssetTagPropertyUtil.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property 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_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 = ?.
static AssetTagProperty AssetTagPropertyUtil.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property 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_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 = ?.
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 = ?.
 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 = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.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 = ?.
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 = ?.
 List<AssetTagStats> AssetTagStatsPersistence.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag statses where tagId = ?.
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_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories where uuid = ?.
 AssetEntry AssetEntryPersistence.findByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.findByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first 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_Last(boolean visible, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<AssetEntry> AssetEntryPersistence.findByVisible(boolean visible, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset entries 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 = ?.
static AssetCategory AssetCategoryUtil.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Returns the first asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long vocabularyId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<AssetCategory> AssetCategoryUtil.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset categories 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<AssetTag> AssetTagUtil.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<AssetVocabulary> AssetVocabularyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetEntry> AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 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<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.
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.
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> AssetCategoryPersistence.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.
 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.
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.
 

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.blogs.service
 

Methods in com.liferay.portlet.blogs.service with parameters of type OrderByComparator
 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.
 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.
 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.
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.
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)
           
 List<BlogsEntry> BlogsEntryLocalService.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.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)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.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)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalService.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.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
 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_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 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_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_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_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 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_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_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last 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 ≠ ?.
 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_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first 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_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 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_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 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_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_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_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.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 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_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 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_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_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_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 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_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_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last 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 ≠ ?.
 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_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first 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_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 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_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_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_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_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_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_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_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_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_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_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_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user 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 = ?.
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 = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user 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 = ?.
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.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_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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 BlogsEntry BlogsEntryUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 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_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_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last 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.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first 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 BlogsStatsUser BlogsStatsUserUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 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_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_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 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 = ?.
 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_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(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 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 < ?.
 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 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 = ?.
 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 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 = ?.
 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_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_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 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 = ?.
 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_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(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 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 < ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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<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<BlogsStatsUser> BlogsStatsUserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries.
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.
 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_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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_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_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_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 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 = ?.
 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_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(long companyId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
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 < ?.
 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_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_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_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_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 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 ≠ ?.
 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 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 ≠ ?.
 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_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 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_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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_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_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_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 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 = ?.
 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_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(long companyId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
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 = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries 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 = ?.
 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_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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_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_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_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 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 = ?.
 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_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(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
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 < ?.
 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_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_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_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_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 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 ≠ ?.
 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 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 ≠ ?.
 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_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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_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(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 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 < ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user 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 = ?.
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 = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users 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 = ?.
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 = ?.
 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_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 = ?.
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 = ?.
static List<BlogsEntry> BlogsEntryFinderUtil.findByOrganizationId(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryFinder.findByOrganizationId(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryFinderUtil.findByOrganizationIds(List<Long> organizationIds, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryFinder.findByOrganizationIds(List<Long> organizationIds, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long userId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 List<BlogsStatsUser> BlogsStatsUserUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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<BlogsEntry> BlogsEntryUtil.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
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 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.
 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 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 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 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<BookmarksEntry> BookmarksEntryService.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)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.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)
           
static List<BookmarksEntry> BookmarksEntryServiceUtil.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryLocalService.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
static BookmarksFolder BookmarksFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder 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 = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
 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_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
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_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_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry 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 = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry 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 = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry 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 = ?.
 BookmarksEntry BookmarksEntryPersistence.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 = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static BookmarksFolder BookmarksFolderUtil.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 = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksEntry BookmarksEntryPersistence.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 = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 BookmarksFolder BookmarksFolderUtil.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 = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
 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_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 = ?.
 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[] 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 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 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 = ?.
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_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 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 = ?.
 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 = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_U_PrevAndNext(long entryId, long groupId, long userId, 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 = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_U_PrevAndNext(long entryId, long groupId, long userId, 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 = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U(long groupId, long userId, 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 = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U(long groupId, long userId, 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 = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByGroupId_PrevAndNext(long entryId, long groupId, 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 = ?.
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 = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByGroupId_PrevAndNext(long entryId, long groupId, 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 = ?.
 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 = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries 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 = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions 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 = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.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.
static List<BookmarksEntry> BookmarksEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries.
 List<BookmarksFolder> BookmarksFolderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders.
static BookmarksFolder BookmarksFolderUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder 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 = ?.
 BookmarksFolder BookmarksFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder 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 = ?.
 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 List<BookmarksFolder> BookmarksFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders 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 = ?.
 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_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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[] 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 folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
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 = ?.
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_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_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last 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_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_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 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 = ?.
 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 = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_U_PrevAndNext(long entryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_U_PrevAndNext(long entryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry 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 = ?.
static BookmarksEntry BookmarksEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry 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 = ?.
static BookmarksEntry BookmarksEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry 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 = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry 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 = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry 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 = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries 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 = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries 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 = ?.
 BookmarksEntry BookmarksEntryPersistence.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 = ?.
static BookmarksEntry BookmarksEntryUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static BookmarksFolder BookmarksFolderUtil.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 = ?.
 BookmarksFolder BookmarksFolderPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.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 = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries 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 = ?.
 BookmarksEntry BookmarksEntryPersistence.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 = ?.
static BookmarksEntry BookmarksEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static BookmarksFolder BookmarksFolderUtil.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 = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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<BookmarksFolder> BookmarksFolderUtil.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 = ?.
 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<BookmarksFolder> BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<BookmarksEntry> BookmarksEntryUtil.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
           
 

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

Methods in com.liferay.portlet.calendar.service with parameters of type OrderByComparator
 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.
 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.
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_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_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 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 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 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.
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.
 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.
static List DLSyncLocalServiceUtil.dynamicQuery(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 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 DLSyncLocalService.dynamicQuery(DynamicQuery 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 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.
 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.
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 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.
 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 DLSyncLocalServiceWrapper.dynamicQuery(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 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 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.
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 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.
 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 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.
 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 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 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 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.
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, 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<DLFileEntryType> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
 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<DLFileEntry> DLFileEntryServiceUtil.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<FileEntry> DLAppLocalServiceWrapper.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<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static List<FileEntry> DLAppLocalServiceUtil.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> DLAppLocalService.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> 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<DLFileEntry> DLFileEntryLocalServiceWrapper.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)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
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<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<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<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
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.
static List<DLFileEntry> DLFileEntryServiceUtil.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)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 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.
 List<Folder> DLAppLocalServiceWrapper.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> DLAppLocalServiceUtil.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> DLAppLocalService.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> 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<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderServiceUtil.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<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
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<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<Folder> DLAppLocalServiceWrapper.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppLocalServiceUtil.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> DLAppLocalService.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> 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<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.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)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 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<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> DLAppLocalServiceWrapper.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.
static List<Object> DLAppLocalServiceUtil.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> DLAppLocalService.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> 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> DLFolderLocalServiceWrapper.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, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<Object> DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 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> DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLAppLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<Object> DLAppLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLAppLocalService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, 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)
           
static List<Object> DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<Object> DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Object> DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, 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> 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<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 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.
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.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<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
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<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<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<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
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<FileEntry> DLAppService.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<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, 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)
           
static List<FileEntry> DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 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<Folder> DLAppLocalServiceWrapper.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.
static List<Folder> DLAppLocalServiceUtil.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> DLAppLocalService.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> 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<DLFolder> DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.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)
           
 List<DLFolder> DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 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<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)
           
 List<DLFileEntryType> DLFileEntryTypeService.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)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.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
static DLSync DLSyncUtil.fetchByC_M_R_First(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 DLSync DLSyncPersistence.fetchByC_M_R_First(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
static DLSync DLSyncUtil.fetchByC_M_R_Last(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 DLSync DLSyncPersistence.fetchByC_M_R_Last(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? 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_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_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_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_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_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_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_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_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_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_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.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 = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder 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 = ?.
 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder 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 = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
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 = ?.
 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_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_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.fetchByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata 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 = ?.
 DLFileVersion DLFileVersionPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 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 = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank 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 = ?.
static DLFileRank DLFileRankUtil.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 = ?.
 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 = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?.
 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_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata 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.fetchByFileVersionId_First(long fileVersionId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
 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_Last(long fileVersionId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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_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 DLFileShortcut DLFileShortcutUtil.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut 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_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 DLFileShortcut DLFileShortcutUtil.fetchByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?.
 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_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_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.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 = ?.
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_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_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 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_M_First(long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
 DLFolder DLFolderPersistence.fetchByG_P_M_First(long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
static DLFolder DLFolderUtil.fetchByG_P_M_Last(long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
 DLFolder DLFolderPersistence.fetchByG_P_M_Last(long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
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 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 = ?.
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 = ?.
 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 = ?.
 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_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank 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 = ?.
 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 = ?.
 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 DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type 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 = ?.
 DLFolder DLFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder 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 = ?.
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 DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry type 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 = ?.
 DLFolder DLFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder 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 = ?.
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 = ?.
 DLFileVersion DLFileVersionPersistence.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 = ?.
static DLFileVersion DLFileVersionUtil.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 = ?.
 DLFileVersion DLFileVersionPersistence.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 = ?.
static DLFileVersion DLFileVersionUtil.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 = ?.
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_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_Last(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the last 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 DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 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_Last(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the last 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 DLFileRank DLFileRankUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 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_Last(long userId, OrderByComparator orderByComparator)
          Returns the last 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 DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata 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 DLFolder DLFolderUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder 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 = ?.
 DLFolder DLFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder 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 = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry type 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file shortcut 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 DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata 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 DLFolder DLFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder 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 = ?.
 DLFolder DLFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder 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 = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry type 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file shortcut 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, 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 status = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, 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 status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_S(long groupId, long folderId, 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 status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_S(long groupId, long folderId, 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 status = ?.
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 ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_M_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean mountPoint, 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 mountPoint = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_P_M_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean mountPoint, 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 mountPoint = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_M(long groupId, long parentFolderId, boolean mountPoint, 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 mountPoint = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P_M(long groupId, long parentFolderId, boolean mountPoint, 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 mountPoint = ?.
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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 List<DLFileEntryType> DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<Object> DLFolderFinder.filterFindF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<Object> DLFolderFinderUtil.filterFindF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry metadatas.
static List<DLFileRank> DLFileRankUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks.
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types.
 List<DLContent> DLContentPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders.
 List<DLFileVersion> DLFileVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions.
static List<DLContent> DLContentUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library contents.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.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.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries.
static List<DLFileVersion> DLFileVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions.
static List<DLFileShortcut> DLFileShortcutUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
static List<DLSync> DLSyncUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d l syncs.
 List<DLFileShortcut> DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLSync> DLSyncPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d l syncs.
 List<DLFileRank> DLFileRankPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks.
static DLSync DLSyncUtil.findByC_M_R_First(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 DLSync DLSyncPersistence.findByC_M_R_First(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
static DLSync DLSyncUtil.findByC_M_R_Last(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 DLSync DLSyncPersistence.findByC_M_R_Last(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
static DLSync[] DLSyncUtil.findByC_M_R_PrevAndNext(long syncId, long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the d l syncs before and after the current d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 DLSync[] DLSyncPersistence.findByC_M_R_PrevAndNext(long syncId, long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the d l syncs before and after the current d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
static List<DLSync> DLSyncUtil.findByC_M_R(long companyId, Date modifiedDate, long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 List<DLSync> DLSyncPersistence.findByC_M_R(long companyId, Date modifiedDate, long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d l syncs where companyId = ? and modifiedDate ≥ ? 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_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_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_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_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_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_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_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_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 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 ?.
 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 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 ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
static DLFolder DLFolderUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder 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 = ?.
 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder 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 = ?.
 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_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 = ?.
 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 = ?.
 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 List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders 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<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 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 = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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 = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata 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 = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 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 = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank 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 = ?.
static DLFileRank DLFileRankUtil.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 = ?.
 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 = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?.
 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_Last(long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata 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_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 = ?.
 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 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 = ?.
 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 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_First(long fileVersionId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long fileVersionId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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_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 DLFileShortcut DLFileShortcutUtil.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file shortcut 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_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 DLFileShortcut DLFileShortcutUtil.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file shortcut 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 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 = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, 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 status = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, 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 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 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 = ?.
static List<DLFileShortcut> DLFileShortcutUtil.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 shortcuts where groupId = ? and folderId = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.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 shortcuts where groupId = ? and folderId = ? and status = ?.
 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_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_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_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_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 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 = ?.
 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<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 = ?.
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 ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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_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_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_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_M_First(long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
 DLFolder DLFolderPersistence.findByG_P_M_First(long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
static DLFolder DLFolderUtil.findByG_P_M_Last(long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
 DLFolder DLFolderPersistence.findByG_P_M_Last(long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
static DLFolder[] DLFolderUtil.findByG_P_M_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
 DLFolder[] DLFolderPersistence.findByG_P_M_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean mountPoint, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and mountPoint = ?.
static List<DLFolder> DLFolderUtil.findByG_P_M(long groupId, long parentFolderId, boolean mountPoint, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and mountPoint = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_M(long groupId, long parentFolderId, boolean mountPoint, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and mountPoint = ?.
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 = ?.
 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 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 = ?.
 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 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 List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_F_M_S(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryFinder.findByG_U_F_M_S(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
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 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 = ?.
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 = ?.
 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 = ?.
 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_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank 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 = ?.
 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 = ?.
 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_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 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 = ?.
 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 = ?.
 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 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 = ?.
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<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 = ?.
 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 DLFileEntryType DLFileEntryTypeUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type 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 = ?.
 DLFolder DLFolderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder 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 = ?.
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 DLFileEntryType DLFileEntryTypeUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry type 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 = ?.
 DLFolder DLFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder 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 = ?.
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 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 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 = ?.
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 = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders 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 = ?.
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 = ?.
 List<DLFileEntryType> DLFileEntryTypeFinder.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 DLFileVersion DLFileVersionPersistence.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 = ?.
static DLFileVersion DLFileVersionUtil.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 = ?.
 DLFileVersion DLFileVersionPersistence.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 = ?.
static DLFileVersion DLFileVersionUtil.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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 DLFileShortcut DLFileShortcutUtil.findByToFileEntryId_First(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 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_Last(long toFileEntryId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 DLFileRank DLFileRankUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 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_Last(long userId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 DLFileEntryMetadata DLFileEntryMetadataUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry metadata 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 DLFolder DLFolderUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder 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 = ?.
 DLFolder DLFolderPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder 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 = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry type 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 = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file shortcut 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 DLFileEntryMetadata DLFileEntryMetadataUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry metadata 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 DLFolder DLFolderUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder 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 = ?.
 DLFolder DLFolderPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder 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 = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry type 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 = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file shortcut 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 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 = ?.
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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 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 = ?.
 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 = ?.
 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 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 = ?.
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<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders 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<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders 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 = ?.
 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 = ?.
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 = ?.
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<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file shortcuts 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<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<Object> DLFolderFinder.findF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<Object> DLFolderFinderUtil.findF_FE_FS_ByG_F_S_M_M(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileRank> DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLContent> DLContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileVersion> DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileShortcut> DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DLSync> DLSyncUtil.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.
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.
 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<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
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 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
 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 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.
 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.
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 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<DDLRecord> DDLRecordLocalServiceWrapper.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)
           
static List<DDLRecord> DDLRecordLocalServiceUtil.getRecords(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordVersion> DDLRecordLocalServiceWrapper.getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordVersion> DDLRecordLocalService.getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordVersion> DDLRecordLocalServiceUtil.getRecordVersions(long recordId, 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 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 name, String description, int scope, boolean andOperator, 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)
           
 List<DDLRecordSet> DDLRecordSetLocalServiceWrapper.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
 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_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static DDLRecordSet DDLRecordSetUtil.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 = ?.
 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_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_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.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 = ?.
 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_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first 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 DDLRecord DDLRecordUtil.fetchByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistence.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 = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 DDLRecordSet DDLRecordSetPersistence.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 = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
 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 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 = ?.
 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> 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<DDLRecord> DDLRecordPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records.
 List<DDLRecordVersion> DDLRecordVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions.
 List<DDLRecordSet> DDLRecordSetPersistence.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.
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> DDLRecordSetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets.
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)
           
 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_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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> DDLRecordSetUtil.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 = ?.
 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 = ?.
 List<DDLRecord> DDLRecordFinder.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecord> DDLRecordFinderUtil.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
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 = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 DDLRecord DDLRecordPersistence.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 = ?.
static DDLRecord DDLRecordUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
static DDLRecordSet DDLRecordSetUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 DDLRecordSet DDLRecordSetPersistence.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 = ?.
static DDLRecordSet DDLRecordSetUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordVersion> DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetUtil.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
 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 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.
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.
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.
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 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.
 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.
 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 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.
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 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.
 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.
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 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.
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. DDMStructureLocalService.getClassStructures(long, long, OrderByComparator)
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long, OrderByComparator)
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long classNameId, OrderByComparator orderByComparator)
          Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long, OrderByComparator)
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 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)
           
 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)
           
 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)
           
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)
           
 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)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type OrderByComparator
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_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_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last 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.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_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_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 = ?.
 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 = ?.
 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 = ?.
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_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_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_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.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMContent DDMContentPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m content 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 DDMContent DDMContentUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m content 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 = ?.
 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure 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 = ?.
 DDMTemplate DDMTemplatePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template 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 = ?.
static DDMTemplate DDMTemplateUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template 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 = ?.
 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 = ?.
 DDMTemplate DDMTemplatePersistence.fetchByS_T_First(long structureId, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByS_T_First(long structureId, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByS_T_Last(long structureId, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ?.
static DDMTemplate DDMTemplateUtil.fetchByS_T_Last(long structureId, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.fetchByS_T_M_First(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByS_T_M_First(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.fetchByS_T_M_Last(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.fetchByS_T_M_Last(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
 DDMTemplate DDMTemplatePersistence.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m template 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 = ?.
static DDMTemplate DDMTemplateUtil.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m template 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 = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure 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 = ?.
 DDMTemplate DDMTemplatePersistence.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m template 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 = ?.
static DDMTemplate DDMTemplateUtil.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m template 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 = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 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 = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link 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 = ?.
 DDMContent DDMContentPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m content 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 DDMContent DDMContentUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m content 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_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link 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 DDMStorageLink DDMStorageLinkUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link 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 = ?.
 DDMContent DDMContentPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m content 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 DDMContent DDMContentUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m content 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 = ?.
 DDMStorageLink DDMStorageLinkPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link 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 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[] 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 name, String description, String storageType, 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<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.filterFindByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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<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> DDMStructureFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, 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<DDMTemplate> DDMTemplateFinderUtil.filterFindByKeywords(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.filterFindByKeywords(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
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<DDMStructure> DDMStructureUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures.
 List<DDMContent> DDMContentPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents.
 List<DDMTemplate> DDMTemplatePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates.
static List<DDMContent> DDMContentUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents.
static List<DDMStructureLink> DDMStructureLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links.
static List<DDMTemplate> DDMTemplateUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates.
 List<DDMStorageLink> DDMStorageLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links.
 List<DDMStructureLink> DDMStructureLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links.
 List<DDMStructure> DDMStructurePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures.
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_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_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_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_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 = ?.
 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 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<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> 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[] 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 name, String description, String storageType, 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<DDMTemplate> DDMTemplateFinderUtil.findByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMTemplate> DDMTemplateFinderUtil.findByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
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_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_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_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_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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 DDMStructure DDMStructureUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMContent DDMContentPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m content 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 DDMContent DDMContentUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m content 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 = ?.
 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure 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 = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template 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 = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template 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_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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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 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<DDMContent> DDMContentPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents 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<DDMContent> DDMContentUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents 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<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> DDMStructureFinderUtil.findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, 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<DDMTemplate> DDMTemplateFinderUtil.findByKeywords(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> DDMTemplateFinder.findByKeywords(long companyId, long groupId, long structureId, 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 = ?.
 DDMTemplate DDMTemplatePersistence.findByS_T_First(long structureId, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByS_T_First(long structureId, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByS_T_Last(long structureId, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByS_T_Last(long structureId, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByS_T_M_First(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByS_T_M_First(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.findByS_T_M_Last(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByS_T_M_Last(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByS_T_M_PrevAndNext(long templateId, long structureId, 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 structureId = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.findByS_T_M_PrevAndNext(long templateId, long structureId, 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 structureId = ? and type = ? and mode = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByS_T_M(long structureId, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where structureId = ? and type = ? and mode = ?.
static List<DDMTemplate> DDMTemplateUtil.findByS_T_M(long structureId, String type, String mode, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where structureId = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByS_T_PrevAndNext(long templateId, long structureId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ?.
static DDMTemplate[] DDMTemplateUtil.findByS_T_PrevAndNext(long templateId, long structureId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByS_T(long structureId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where structureId = ? and type = ?.
static List<DDMTemplate> DDMTemplateUtil.findByS_T(long structureId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates where structureId = ? and type = ?.
static DDMStorageLink DDMStorageLinkUtil.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
 DDMTemplate DDMTemplatePersistence.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m template 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 = ?.
static DDMTemplate DDMTemplateUtil.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m template 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 = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure 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 = ?.
 DDMTemplate DDMTemplatePersistence.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m template 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 = ?.
static DDMTemplate DDMTemplateUtil.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m template 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 = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure 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 = ?.
 DDMTemplate[] DDMTemplatePersistence.findByStructureId_PrevAndNext(long templateId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template 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 = ?.
static DDMTemplate[] DDMTemplateUtil.findByStructureId_PrevAndNext(long templateId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template 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 = ?.
 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 = ?.
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 = ?.
 List<DDMTemplate> DDMTemplatePersistence.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates 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 = ?.
static List<DDMTemplate> DDMTemplateUtil.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m templates 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 = ?.
 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 = ?.
 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 = ?.
static DDMStorageLink DDMStorageLinkUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link 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 = ?.
 DDMContent DDMContentPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m content 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 DDMContent DDMContentUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m content 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_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link 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 DDMStorageLink DDMStorageLinkUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link 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 = ?.
 DDMContent DDMContentPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m content 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 DDMContent DDMContentUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m content 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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link 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 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
 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<DDMContent> DDMContentUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m contents 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 = ?.
 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<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<DDMStorageLink> DDMStorageLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMStructure> DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<DDMContent> DDMContentUtil.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)
           
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.
 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.
 

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.comparator
 

Subclasses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.util.comparator
 class StructureStructureKeyComparator
           
 

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

Methods in com.liferay.portlet.expando.service with parameters of type OrderByComparator
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.
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.
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 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 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.
 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.
 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.
 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.
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.
 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 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.
 

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 = ?.
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 = ?.
 ExpandoValue ExpandoValuePersistence.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 = ?.
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 = ?.
 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 ExpandoValue ExpandoValueUtil.fetchByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
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_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_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_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_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 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_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last 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_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_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_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 ExpandoColumn ExpandoColumnPersistence.fetchByT_N_First(long tableId, String name, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ? and name = ?.
static ExpandoColumn ExpandoColumnUtil.fetchByT_N_First(long tableId, String name, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ? and name = ?.
 ExpandoColumn ExpandoColumnPersistence.fetchByT_N_Last(long tableId, String name, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ? and name = ?.
static ExpandoColumn ExpandoColumnUtil.fetchByT_N_Last(long tableId, String name, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ? and name = ?.
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_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_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 ExpandoColumn ExpandoColumnPersistence.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando column 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 = ?.
 ExpandoRow ExpandoRowPersistence.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 = ?.
 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 = ?.
 ExpandoColumn ExpandoColumnPersistence.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando column 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 = ?.
 ExpandoRow ExpandoRowPersistence.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 = ?.
 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 = ?.
 ExpandoColumn[] ExpandoColumnPersistence.filterFindByT_N_PrevAndNext(long columnId, long tableId, String name, 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 = ? and name = ?.
static ExpandoColumn[] ExpandoColumnUtil.filterFindByT_N_PrevAndNext(long columnId, long tableId, String name, 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 = ? and name = ?.
 List<ExpandoColumn> ExpandoColumnPersistence.filterFindByT_N(long tableId, String[] names, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns that the user has permission to view where tableId = ? and name = any ?.
static List<ExpandoColumn> ExpandoColumnUtil.filterFindByT_N(long tableId, String[] names, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns that the user has permission to view where tableId = ? and name = any ?.
 List<ExpandoColumn> ExpandoColumnPersistence.filterFindByT_N(long tableId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ? and name = ?.
static List<ExpandoColumn> ExpandoColumnUtil.filterFindByT_N(long tableId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ? and name = ?.
 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 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 = ?.
 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 = ?.
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<ExpandoTable> ExpandoTablePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables.
 List<ExpandoColumn> ExpandoColumnPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns.
static List<ExpandoTable> ExpandoTableUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables.
static List<ExpandoRow> ExpandoRowUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistence.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<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values.
static List<ExpandoColumn> ExpandoColumnUtil.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 = ?.
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 = ?.
 ExpandoValue ExpandoValuePersistence.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 = ?.
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 = ?.
 ExpandoValue ExpandoValuePersistence.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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 ExpandoValue ExpandoValueUtil.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values 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 ExpandoValue ExpandoValueUtil.findByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values 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 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_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_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_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_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 = ?.
 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 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 = ?.
 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 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_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_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 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_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_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 = ?.
 ExpandoColumn ExpandoColumnPersistence.findByT_N_First(long tableId, String name, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ? and name = ?.
static ExpandoColumn ExpandoColumnUtil.findByT_N_First(long tableId, String name, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ? and name = ?.
 ExpandoColumn ExpandoColumnPersistence.findByT_N_Last(long tableId, String name, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ? and name = ?.
static ExpandoColumn ExpandoColumnUtil.findByT_N_Last(long tableId, String name, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ? and name = ?.
 ExpandoColumn[] ExpandoColumnPersistence.findByT_N_PrevAndNext(long columnId, long tableId, String name, OrderByComparator orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set where tableId = ? and name = ?.
static ExpandoColumn[] ExpandoColumnUtil.findByT_N_PrevAndNext(long columnId, long tableId, String name, OrderByComparator orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set where tableId = ? and name = ?.
 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 ?.
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 name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ? and name = ?.
static List<ExpandoColumn> ExpandoColumnUtil.findByT_N(long tableId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ? and name = ?.
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_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_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 = ?.
 ExpandoColumn ExpandoColumnPersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando column 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 = ?.
 ExpandoRow ExpandoRowPersistence.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 = ?.
 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 = ?.
 ExpandoColumn ExpandoColumnPersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando column 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 = ?.
 ExpandoRow ExpandoRowPersistence.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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
 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 = ?.
 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<ExpandoRow> ExpandoRowUtil.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando rows 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<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values 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 = ?.
static List<ExpandoTable> ExpandoTableUtil.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)
           
static List<ExpandoColumn> ExpandoColumnUtil.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
 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 JournalTemplateLocalService.dynamicQuery(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 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.
static List JournalStructureLocalServiceUtil.dynamicQuery(DynamicQuery 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 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.
 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 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.
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.
 List JournalStructureLocalService.dynamicQuery(DynamicQuery 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.
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 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 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 JournalTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List JournalStructureLocalServiceWrapper.dynamicQuery(DynamicQuery 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 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 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.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleService.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getStructureArticles(long groupId, String structureId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String structureId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getStructureArticles(long groupId, String structureId, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getTemplateArticles(long groupId, String templateId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String templateId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId, String templateId, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> JournalStructureLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalService.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureService.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureServiceWrapper.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> JournalStructureServiceUtil.search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> JournalStructureLocalServiceUtil.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalService.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureService.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalServiceWrapper.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureServiceWrapper.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> JournalStructureServiceUtil.search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateService.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalService.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateServiceUtil.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateServiceWrapper.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 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)
           
 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)
           
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)
           
 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)
           
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)
           
 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)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleService.search(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleServiceUtil.search(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleServiceWrapper.search(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleService.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleServiceUtil.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleServiceWrapper.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleService.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleServiceUtil.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleServiceWrapper.search(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalFeed> JournalFeedLocalService.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> JournalFeedLocalServiceWrapper.search(long companyId, long groupId, String keywords, 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)
           
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> JournalFeedLocalServiceWrapper.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
static JournalContentSearch JournalContentSearchUtil.fetchByArticleId_First(String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByArticleId_First(String articleId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByArticleId_Last(String articleId, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
 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_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first 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_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 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_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 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_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_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.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.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article 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.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article 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_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 = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article 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_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 = ?.
 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_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_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_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 = ?.
 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_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_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_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_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_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_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_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_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_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_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_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_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_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
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 = ?.
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_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_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_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_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
 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 JournalStructure JournalStructureUtil.fetchByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistence.fetchByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
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_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_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_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_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_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_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_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_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
 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 JournalStructure JournalStructureUtil.fetchByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistence.fetchByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ? and structureId = ?.
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 = ?.
static JournalTemplate JournalTemplateUtil.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template 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 = ?.
 JournalTemplate JournalTemplatePersistence.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template 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 = ?.
static JournalTemplate JournalTemplateUtil.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ? and structureId = ?.
 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_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first 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_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 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_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first 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_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
 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_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 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_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_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.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 = ?.
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 = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template 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 JournalStructure JournalStructureUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal structure 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 = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image 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 = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource 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 = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template 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 JournalStructure JournalStructureUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal structure 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 = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image 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 JournalArticleResource JournalArticleResourceUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first 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.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalStructure JournalStructureUtil.fetchByParentStructureId_First(String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where parentStructureId = ?.
 JournalStructure JournalStructurePersistence.fetchByParentStructureId_First(String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where parentStructureId = ?.
static JournalStructure JournalStructureUtil.fetchByParentStructureId_Last(String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where parentStructureId = ?.
 JournalStructure JournalStructurePersistence.fetchByParentStructureId_Last(String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where parentStructureId = ?.
 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_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first 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.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first 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.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first 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.fetchBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
static JournalStructure JournalStructureUtil.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistence.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal structure 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 = ?.
 JournalTemplate JournalTemplatePersistence.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template 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 = ?.
static JournalStructure JournalStructureUtil.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistence.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal structure 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 = ?.
 JournalArticle JournalArticlePersistence.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template 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 = ?.
 JournalTemplate JournalTemplatePersistence.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template 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 = ?.
static JournalTemplate JournalTemplateUtil.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where templateId = ?.
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 = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template 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 JournalStructure JournalStructureUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal structure 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 = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource 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 = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template 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 JournalStructure JournalStructureUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal structure 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 = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalStructure> JournalStructureFinderUtil.filterFindByC_G_S_N_D(long companyId, long[] groupIds, String[] structureIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureFinder.filterFindByC_G_S_N_D(long companyId, long[] groupIds, String[] structureIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> JournalStructureFinderUtil.filterFindByC_G_S_N_D(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureFinder.filterFindByC_G_S_N_D(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinder.filterFindByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateFinderUtil.filterFindByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 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_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_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 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 = ?.
 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[] 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 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_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(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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
static JournalStructure[] JournalStructureUtil.filterFindByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?.
 JournalStructure[] JournalStructurePersistence.filterFindByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?.
static List<JournalStructure> JournalStructureUtil.filterFindByG_P(long groupId, String parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ? and parentStructureId = ?.
 List<JournalStructure> JournalStructurePersistence.filterFindByG_P(long groupId, String parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ? and parentStructureId = ?.
 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 = ?.
 JournalTemplate[] JournalTemplatePersistence.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?.
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 = ?.
static JournalTemplate[] JournalTemplateUtil.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission 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 = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates that the user has permissions 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 = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ? and structureId = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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_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_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 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 = ?.
 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_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(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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 JournalTemplate[] JournalTemplatePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates 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 = ?.
static JournalStructure[] JournalStructureUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ?.
static JournalTemplate[] JournalTemplateUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?.
 JournalStructure[] JournalStructurePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures 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 = ?.
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 = ?.
 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 = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates 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 = ?.
static List<JournalStructure> JournalStructureUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ?.
 List<JournalStructure> JournalStructurePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures 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 = ?.
static List<JournalStructure> JournalStructureFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByKeywords(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.filterFindByKeywords(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
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.
 List<JournalArticle> JournalArticlePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalContentSearch> JournalContentSearchUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs.
 List<JournalTemplate> JournalTemplatePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalStructure> JournalStructureUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures.
static List<JournalTemplate> JournalTemplateUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates.
 List<JournalContentSearch> JournalContentSearchPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs.
 List<JournalStructure> JournalStructurePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures.
 List<JournalFeed> JournalFeedPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal feeds.
static List<JournalArticleImage> JournalArticleImageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images.
static List<JournalArticleResource> JournalArticleResourceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources.
static JournalContentSearch JournalContentSearchUtil.findByArticleId_First(String articleId, OrderByComparator orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByArticleId_First(String articleId, OrderByComparator orderByComparator)
          Returns the first 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_Last(String articleId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<JournalContentSearch> JournalContentSearchUtil.findByArticleId(String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal content searchs 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<JournalArticle> JournalArticleFinderUtil.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 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[] 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 feedId, String name, String description, 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)
           
static List<JournalStructure> JournalStructureFinderUtil.findByC_G_S_N_D(long companyId, long[] groupIds, String[] structureIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureFinder.findByC_G_S_N_D(long companyId, long[] groupIds, String[] structureIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> JournalStructureFinderUtil.findByC_G_S_N_D(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureFinder.findByC_G_S_N_D(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinder.findByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateFinderUtil.findByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 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_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 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_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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_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_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_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 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 = ?.
 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_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(long companyId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
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 = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article 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_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 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 = ?.
 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<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article 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_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 = ?.
 JournalArticle JournalArticlePersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article 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_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 = ?.
 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 = ?.
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_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 = ?.
 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_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_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_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_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 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 = ?.
 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[] 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 status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
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 = ?.
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 = ?.
 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 = ?.
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 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<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 = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 = ?.
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 = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 JournalStructure JournalStructureUtil.findByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
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_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_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_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_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_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_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_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_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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 JournalStructure JournalStructureUtil.findByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?.
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 = ?.
 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 JournalStructure[] JournalStructureUtil.findByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure[] JournalStructurePersistence.findByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?.
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<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<JournalStructure> JournalStructureUtil.findByG_P(long groupId, String parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures where groupId = ? and parentStructureId = ?.
 List<JournalStructure> JournalStructurePersistence.findByG_P(long groupId, String parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures where groupId = ? and parentStructureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ? and structureId = ?.
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 = ?.
static JournalTemplate JournalTemplateUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template 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 = ?.
 JournalTemplate JournalTemplatePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template 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 = ?.
static JournalTemplate JournalTemplateUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template 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 = ?.
 JournalTemplate[] JournalTemplatePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template 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 = ?.
static JournalTemplate[] JournalTemplateUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set 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 = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates 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 = ?.
static List<JournalTemplate> JournalTemplateUtil.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where groupId = ? and structureId = ?.
 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_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 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_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 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_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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_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_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_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 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 = ?.
 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_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(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
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 = ?.
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 = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template 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 JournalStructure JournalStructureUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal structure 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 = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image 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 = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource 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 = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template 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 JournalStructure JournalStructureUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal structure 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 = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image 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 = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource 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 = ?.
 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 = ?.
 JournalTemplate[] JournalTemplatePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template 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 JournalStructure[] JournalStructureUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where groupId = ?.
static JournalTemplate[] JournalTemplateUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ?.
 JournalStructure[] JournalStructurePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates 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<JournalStructure> JournalStructureUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where groupId = ?.
 List<JournalStructure> JournalStructurePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures 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 = ?.
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 = ?.
 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<JournalArticleResource> JournalArticleResourceUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources where groupId = ?.
static List<JournalStructure> JournalStructureFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureFinder.findByKeywords(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinder.findByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleFinderUtil.findByKeywords(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByKeywords(long companyId, long groupId, long classNameId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalFeed> JournalFeedFinder.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
static List<JournalFeed> JournalFeedFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 JournalArticle JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first 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_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles 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 = ?.
static JournalStructure JournalStructureUtil.findByParentStructureId_First(String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByParentStructureId_First(String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where parentStructureId = ?.
static JournalStructure JournalStructureUtil.findByParentStructureId_Last(String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByParentStructureId_Last(String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where parentStructureId = ?.
static JournalStructure[] JournalStructureUtil.findByParentStructureId_PrevAndNext(long id, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?.
 JournalStructure[] JournalStructurePersistence.findByParentStructureId_PrevAndNext(long id, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?.
static List<JournalStructure> JournalStructureUtil.findByParentStructureId(String parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures where parentStructureId = ?.
 List<JournalStructure> JournalStructurePersistence.findByParentStructureId(String parentStructureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures where parentStructureId = ?.
 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_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first 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_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first 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_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles 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 = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles 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 = ?.
 JournalArticle JournalArticlePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
static JournalStructure JournalStructureUtil.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal structure 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 = ?.
 JournalTemplate JournalTemplatePersistence.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template 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 = ?.
static JournalStructure JournalStructureUtil.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistence.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal structure 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 = ?.
 JournalTemplate[] JournalTemplatePersistence.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template 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 = ?.
static JournalStructure[] JournalStructureUtil.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where structureId = ?.
static JournalTemplate[] JournalTemplateUtil.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where structureId = ?.
 JournalStructure[] JournalStructurePersistence.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set 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 = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = ?.
static List<JournalStructure> JournalStructureUtil.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures where structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where structureId = ?.
 List<JournalStructure> JournalStructurePersistence.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures 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 = ?.
 JournalArticle JournalArticlePersistence.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template 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 = ?.
 JournalTemplate JournalTemplatePersistence.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template 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 = ?.
static JournalTemplate JournalTemplateUtil.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template 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 = ?.
 JournalTemplate[] JournalTemplatePersistence.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template 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 = ?.
static JournalTemplate[] JournalTemplateUtil.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set 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 = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates 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 = ?.
static List<JournalTemplate> JournalTemplateUtil.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where templateId = ?.
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 = ?.
 JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template 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 JournalStructure JournalStructureUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal structure 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 = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource 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 = ?.
 JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template 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 JournalStructure JournalStructureUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal structure 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 = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource 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 = ?.
 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 = ?.
 JournalTemplate[] JournalTemplatePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template 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 JournalStructure[] JournalStructureUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where uuid = ?.
static JournalTemplate[] JournalTemplateUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where uuid = ?.
 JournalStructure[] JournalStructurePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure 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 = ?.
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 = ?.
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 = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates 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<JournalStructure> JournalStructureUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures where uuid = ?.
static List<JournalTemplate> JournalTemplateUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where uuid = ?.
 List<JournalStructure> JournalStructurePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal structures 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 = ?.
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 = ?.
static List<JournalFeed> JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalContentSearch> JournalContentSearchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalStructure> JournalStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalTemplate> JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticleImage> JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticleResource> JournalArticleResourceUtil.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
 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 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 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.
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 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 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 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 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 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.
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 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 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 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 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.
 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.
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.
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.
 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.
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 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.
 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.
 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 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.
 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.
static List<MBMessage> MBMessageLocalServiceUtil.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)
           
 List<MBMessage> MBMessageLocalServiceWrapper.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> MBMessageLocalService.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)
           
static List<MBMessage> MBMessageLocalServiceUtil.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)
           
 List<MBMessage> MBMessageLocalServiceWrapper.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> MBMessageLocalService.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)
           
static List<MBMessage> MBMessageLocalServiceUtil.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)
           
 List<MBMessage> MBMessageLocalServiceWrapper.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> MBMessageLocalService.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)
           
static List<MBMessage> MBMessageLocalServiceUtil.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)
           
 List<MBMessage> MBMessageLocalServiceWrapper.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
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_First(boolean active, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 MBMailingList MBMailingListPersistence.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 = ?.
 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_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_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_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_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_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_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.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 = ?.
 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 = ?.
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_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message 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 = ?.
 MBDiscussion MBDiscussionPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static MBDiscussion MBDiscussionUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBMessage MBMessagePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category 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 = ?.
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 = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 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_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 = ?.
 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 = ?.
 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_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_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_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_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.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_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_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_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_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_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_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_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_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_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_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_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.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_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 ≠ ?.
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_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_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_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 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 = ?.
 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_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message 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_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_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_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_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_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_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_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.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 = ?.
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 = ?.
 MBStatsUser MBStatsUserPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards stats user 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 = ?.
 MBThread MBThreadPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards thread 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 = ?.
static MBMessage MBMessageUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category 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_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 = ?.
 MBStatsUser MBStatsUserPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards stats user 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.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards thread 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 = ?.
static MBMessage MBMessageUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message-boards message 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 = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category 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 = ?.
 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 = ?.
 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_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_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_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_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_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_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_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_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_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_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag 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 = ?.
static MBMessage MBMessageUtil.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag 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.fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last 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_First(long threadId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 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_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_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last 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.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_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_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_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_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_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_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_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_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_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_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_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_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_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_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.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 = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag 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 = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag 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 = ?.
 MBStatsUser MBStatsUserPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards stats user 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 = ?.
static MBMessage MBMessageUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag 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 = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag 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 = ?.
 MBStatsUser MBStatsUserPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards stats user 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 = ?.
static MBMessage MBMessageUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message 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 = ?.
 MBMessage MBMessagePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
static MBMessage MBMessageUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category 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 = ?.
static MBCategory MBCategoryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category 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 MBMailingList MBMailingListUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list 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 = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category 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 = ?.
 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_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_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 = ?.
 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 = ?.
 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<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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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_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_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 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 = ?.
 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_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(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 = ?.
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<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<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 = ?.
 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 = ?.
 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 ≠ ?.
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_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 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[] 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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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_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_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 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 = ?.
 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_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(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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
 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<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<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 = ?.
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 = ?.
 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<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 = ?.
static List<MBThreadFlag> MBThreadFlagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags.
static List<MBBan> MBBanUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans.
 List<MBThreadFlag> MBThreadFlagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags.
 List<MBMessage> MBMessagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages.
 List<MBStatsUser> MBStatsUserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users.
 List<MBBan> MBBanPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans.
 List<MBThread> MBThreadPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads.
 List<MBDiscussion> MBDiscussionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories.
static List<MBDiscussion> MBDiscussionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions.
static List<MBMessage> MBMessageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages.
static List<MBMailingList> MBMailingListUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
 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.
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories.
static List<MBThread> MBThreadUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads.
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_First(boolean active, OrderByComparator orderByComparator)
          Returns the first 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_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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_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(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.
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 = ?.
 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 = ?.
 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 = ?.
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_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message 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_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 = ?.
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 = ?.
 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 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 = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions 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 = ?.
 MBMessage MBMessagePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category 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 = ?.
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 = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category 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 = ?.
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 = ?.
 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 = ?.
 List<MBMessage> MBMessagePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages 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<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
 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_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 = ?.
 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 = ?.
 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_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_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_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_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_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_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_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_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 = ?.
 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 = ?.
 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<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 = ?.
 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 = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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_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(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 = ?.
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<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<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 = ?.
 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 = ?.
 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_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 ≠ ?.
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_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_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_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_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_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 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[] 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 parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 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 = ?.
 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 = ?.
 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_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message 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_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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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_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(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.
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 = ?.
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 = ?.
 MBStatsUser MBStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards stats user 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 = ?.
 MBThread MBThreadPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards thread 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 = ?.
static MBMessage MBMessageUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category 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_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 = ?.
 MBStatsUser MBStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards stats user 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 = ?.
 MBThread MBThreadPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards thread 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 = ?.
static MBMessage MBMessageUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message-boards message 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 = ?.
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category 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_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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 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 = ?.
 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 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 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<MBStatsUser> MBStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users 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 = ?.
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads 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 = ?.
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<MBStatsUser> MBStatsUserUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users 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<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards threads 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 = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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 = ?.
static MBThreadFlag MBThreadFlagUtil.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag 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 = ?.
static MBMessage MBMessageUtil.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
 MBThreadFlag MBThreadFlagPersistence.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag 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 = ?.
static MBMessage MBMessageUtil.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 List<MBMessage> MBMessageUtil.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages 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_First(long threadId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 List<MBMessage> MBMessageUtil.findByThreadReplies(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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_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(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 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 = ?.
 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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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[] 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 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_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(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[] 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 classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.
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 = ?.
static MBThreadFlag MBThreadFlagUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag 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 = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag 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 = ?.
 MBStatsUser MBStatsUserPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards stats user 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 = ?.
static MBMessage MBMessageUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
static MBThreadFlag MBThreadFlagUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag 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 = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag 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 = ?.
 MBStatsUser MBStatsUserPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards stats user 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 = ?.
static MBMessage MBMessageUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message 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 = ?.
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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 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 = ?.
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<MBBan> MBBanUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans 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 = ?.
 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<MBStatsUser> MBStatsUserPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users 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 = ?.
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<MBStatsUser> MBStatsUserUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards stats users where userId = ?.
 MBMessage MBMessagePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
static MBMessage MBMessageUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message 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 = ?.
 MBMailingList MBMailingListPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category 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 = ?.
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category 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 MBMailingList MBMailingListUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list 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 = ?.
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category 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 = ?.
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 = ?.
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 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 = ?.
 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 = ?.
 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 = ?.
 List<MBMessage> MBMessagePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages 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 = ?.
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<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<MBMailingList> MBMailingListPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists 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<MBThreadFlag> MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBBan> MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBCategory> MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBDiscussion> MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMailingList> MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBStatsUser> MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.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
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.
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 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.
 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 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.
 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 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 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.
 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.
 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.
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.
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.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceUtil.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)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceWrapper.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalService.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)
           
 

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 = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance 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 = ?.
 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_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group 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 = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group 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 = ?.
 MDRRule MDRRulePersistence.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 = ?.
static MDRRule MDRRuleUtil.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 = ?.
 MDRRule MDRRulePersistence.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 = ?.
static MDRRule MDRRuleUtil.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 = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance 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 = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group 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 = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.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 = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 MDRAction MDRActionPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action 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 = ?.
 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 = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.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 = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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.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.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances.
 List<MDRAction> MDRActionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions.
static List<MDRRuleGroup> MDRRuleGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups.
 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.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.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<MDRRuleGroup> MDRRuleGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups.
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 = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance 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 = ?.
 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_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
 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 MDRRuleGroupInstance MDRRuleGroupInstanceUtil.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 = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.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 = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.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 = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance 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 = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group 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 = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.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 = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 MDRAction MDRActionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action 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 = ?.
 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 = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.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 = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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<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<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MDRRuleGroup> MDRRuleGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MDRAction> MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MDRRule> MDRRuleUtil.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 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.
 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 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 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.
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.
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 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.
 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 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.
 

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 = ?.
static PollsQuestion PollsQuestionUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where groupId = ?.
 PollsQuestion PollsQuestionPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 PollsQuestion PollsQuestionPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where groupId = ?.
static PollsChoice PollsChoiceUtil.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.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 = ?.
static PollsChoice PollsChoiceUtil.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice 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 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 = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice 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 = ?.
 PollsQuestion PollsQuestionPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls question 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 = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice 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 = ?.
 PollsQuestion PollsQuestionPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ?.
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 = ?.
 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 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<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<PollsChoice> PollsChoiceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices.
 List<PollsChoice> PollsChoicePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices.
static List<PollsQuestion> PollsQuestionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions.
 List<PollsQuestion> PollsQuestionPersistence.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 = ?.
static PollsQuestion PollsQuestionUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where groupId = ?.
 PollsQuestion PollsQuestionPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<PollsQuestion> PollsQuestionUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions 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 PollsChoice PollsChoiceUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.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 = ?.
static PollsChoice PollsChoiceUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice 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 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 = ?.
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 = ?.
 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 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 = ?.
static List<PollsChoice> PollsChoiceUtil.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices 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<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 = ?.
static PollsChoice PollsChoiceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice 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 = ?.
 PollsQuestion PollsQuestionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls question 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 = ?.
 PollsChoice PollsChoicePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice 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 = ?.
 PollsQuestion PollsQuestionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls question 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 = ?.
 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 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 = ?.
 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 List<PollsChoice> PollsChoiceUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices 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<PollsQuestion> PollsQuestionUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls questions 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<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
 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.
 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.
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.
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.
 

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

Methods in com.liferay.portlet.ratings.service.persistence with parameters of type OrderByComparator
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_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_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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.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 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.
 List<RatingsEntry> RatingsEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries.
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_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_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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_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_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_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_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 = ?.
 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 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_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(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
 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<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
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 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.
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 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.
 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 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 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 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 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 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 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 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.
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.
 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.
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 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 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 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 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 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 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.
 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.
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.
 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<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> ShoppingItemService.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)
           
 List<ShoppingItem> ShoppingItemServiceWrapper.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 ShoppingItem[] ShoppingItemLocalServiceUtil.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemLocalServiceWrapper.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
static ShoppingItem[] ShoppingItemServiceUtil.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemServiceWrapper.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemLocalService.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 = ?.
 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 ShoppingCart ShoppingCartUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart 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 = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order 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 = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category 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 = ?.
 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 ShoppingCart ShoppingCartUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart 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 = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order 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 = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category 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 = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item price 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 = ?.
static ShoppingItemField ShoppingItemFieldUtil.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field 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 = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.fetchByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item price 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 = ?.
 ShoppingItemField ShoppingItemFieldPersistence.fetchByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.fetchByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.fetchByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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<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 = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices.
 List<ShoppingCategory> ShoppingCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories.
 List<ShoppingItem> ShoppingItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices.
static List<ShoppingCoupon> ShoppingCouponUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping coupons.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items.
static List<ShoppingCart> ShoppingCartUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts.
 List<ShoppingCoupon> ShoppingCouponPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping coupons.
static List<ShoppingItemField> ShoppingItemFieldUtil.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<ShoppingCart> ShoppingCartPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts.
static List<ShoppingCategory> ShoppingCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items.
static List<ShoppingOrder> ShoppingOrderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders.
 List<ShoppingItemField> ShoppingItemFieldPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item fields.
static List<ShoppingItem> ShoppingItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items.
 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 = ?.
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<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)
           
 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 = ?.
 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 ShoppingCart ShoppingCartUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart 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 = ?.
 ShoppingOrder ShoppingOrderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order 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 = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category 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 = ?.
 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 ShoppingCart ShoppingCartUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart 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 = ?.
 ShoppingOrder ShoppingOrderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order 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 = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category 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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 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 = ?.
 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<ShoppingCart> ShoppingCartUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts 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<ShoppingOrder> ShoppingOrderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders 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 = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories 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 = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item price 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 = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field 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 = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item price 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 = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices 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 = ?.
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 = ?.
 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 ShoppingOrderItem ShoppingOrderItemUtil.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<ShoppingOrderItem> ShoppingOrderItemUtil.findByOrderId(long orderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items 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 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<ShoppingItemPrice> ShoppingItemPriceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingCoupon> ShoppingCouponUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingCart> ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItemField> ShoppingItemFieldUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingCategory> ShoppingCategoryUtil.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)
           
 List<ShoppingItemPrice> ShoppingItemPersistence.getShoppingItemPrices(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices associated with the shopping item.
static List<ShoppingItemPrice> ShoppingItemUtil.getShoppingItemPrices(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices associated with the shopping item.
 

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
 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.
 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.
 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.
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 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.
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.
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 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 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 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 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.
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.
 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 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 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 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.
 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.
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 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 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.
 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.
 

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

Methods in com.liferay.portlet.social.service.persistence with parameters of type OrderByComparator
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 = ?.
 SocialActivity SocialActivityPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
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 = ?.
 SocialActivity SocialActivityPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity 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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
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_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_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 = ?.
static SocialRelation SocialRelationUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation 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 = ?.
 SocialActivity SocialActivityPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation 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 SocialActivity SocialActivityUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social activity 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 = ?.
 SocialRequest SocialRequestPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request 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 = ?.
 SocialRelation SocialRelationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation 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 SocialActivity SocialActivityUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
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_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_Last(long groupId, int activityType, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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.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 = ?.
 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 = ?.
 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 = ?.
 SocialActivity SocialActivityPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity 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 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 = ?.
 SocialActivity SocialActivityPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity 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 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 = ?.
 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 = ?.
 SocialRequest SocialRequestPersistence.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistence.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity 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 = ?.
static SocialActivity SocialActivityUtil.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 SocialActivity SocialActivityPersistence.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity 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 = ?.
static SocialActivity SocialActivityUtil.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
static SocialRelation SocialRelationUtil.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 SocialRelation SocialRelationPersistence.fetchByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where 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 = ?.
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_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_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns the last 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_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_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_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last 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.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_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_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 SocialRequest SocialRequestPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request 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 SocialRequest SocialRequestUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request 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 = ?.
 SocialRequest SocialRequestPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request 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 SocialRequest SocialRequestUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request 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 = ?.
static SocialRelation SocialRelationUtil.fetchByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first 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.fetchByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.fetchByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first 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.fetchByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.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 = ?.
 SocialRelation SocialRelationPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social relation 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_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 = ?.
 SocialRelation SocialRelationPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation 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 List<SocialRelation> SocialRelationUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations.
static List<SocialActivityCounter> SocialActivityCounterUtil.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.
 List<SocialActivity> SocialActivityPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities.
 List<SocialActivityLimit> SocialActivityLimitPersistence.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<SocialRelation> SocialRelationPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations.
static List<SocialRequest> SocialRequestUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity settings.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity achievements.
static List<SocialActivityLimit> SocialActivityLimitUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits.
static List<SocialActivity> SocialActivityUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities.
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 = ?.
 SocialActivity SocialActivityPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
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 = ?.
 SocialActivity SocialActivityPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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<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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
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_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_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
static SocialRelation SocialRelationUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation 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 = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation 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 SocialActivity SocialActivityUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social activity 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 = ?.
 SocialRequest SocialRequestPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request 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 = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation 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 SocialActivity SocialActivityUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 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 = ?.
static List<SocialRelation> SocialRelationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations 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 = ?.
 List<SocialActivity> SocialActivityPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities 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 = ?.
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<SocialActivity> SocialActivityUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities where companyId = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 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_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_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_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_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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity 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 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 = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity 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 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 = ?.
 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 = ?.
 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 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 = ?.
 List<SocialActivity> SocialActivityPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activities 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<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 = ?.
 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 = ?.
 SocialRequest SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social activity 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 = ?.
static SocialActivity SocialActivityUtil.findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social activity 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 = ?.
static SocialActivity SocialActivityUtil.findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 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 = ?.
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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests 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<SocialRequest> SocialRequestUtil.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests 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 = ?.
static SocialRelation SocialRelationUtil.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first 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_Last(int type, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<SocialRelation> SocialRelationUtil.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations 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 = ?.
 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 = ?.
 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 = ?.
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_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_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 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_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_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 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_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_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns the last 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_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 = ?.
 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 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 = ?.
 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 = ?.
 SocialRequest SocialRequestPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request 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 SocialRequest SocialRequestUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request 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 = ?.
 SocialRequest SocialRequestPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request 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 SocialRequest SocialRequestUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request 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 = ?.
 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 = ?.
 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 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 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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests 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<SocialRequest> SocialRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests 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 = ?.
static SocialRelation SocialRelationUtil.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first 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_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<SocialRelation> SocialRelationUtil.findByUserId1(long userId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations 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 SocialRelation SocialRelationUtil.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first 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_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<SocialRelation> SocialRelationUtil.findByUserId2(long userId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations 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 SocialRelation SocialRelationUtil.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 = ?.
 SocialRelation SocialRelationPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social relation 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_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 = ?.
 SocialRelation SocialRelationPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation 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_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 = ?.
 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 = ?.
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 List<SocialRelation> SocialRelationUtil.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 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations 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.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivityCounter> SocialActivityCounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivitySetting> SocialActivitySettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialRequest> SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivityLimit> SocialActivityLimitUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SocialActivity> SocialActivityUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type OrderByComparator
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.
 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.
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 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 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.
 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.
 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.
 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 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.
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 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.
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 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 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<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)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.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)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getSCProductEntrySCLicenses(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getSCProductEntrySCLicenses(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicenseLocalService.getSCProductEntrySCLicenses(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.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
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_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_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the last 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.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 SCLicense SCLicensePersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.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 = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version 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 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 = ?.
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_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_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.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 = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version 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 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 = ?.
static SCProductVersion SCProductVersionUtil.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 = ?.
 SCProductVersion SCProductVersionPersistence.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 = ?.
static SCProductVersion SCProductVersionUtil.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 = ?.
 SCProductVersion SCProductVersionPersistence.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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.
static List<SCProductVersion> SCProductVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product screenshots.
static List<SCProductEntry> SCProductEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries.
 List<SCProductEntry> SCProductEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries.
 List<SCProductVersion> SCProductVersionPersistence.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<SCLicense> SCLicensePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 SCLicense SCLicenseUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first 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_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<SCLicense> SCLicenseUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses 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 SCFrameworkVersion SCFrameworkVersionUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.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 = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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 = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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 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 = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.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 = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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 = ?.
static SCProductVersion SCProductVersionUtil.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 = ?.
 SCProductVersion SCProductVersionPersistence.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 = ?.
static SCProductVersion SCProductVersionUtil.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 = ?.
 SCProductVersion SCProductVersionPersistence.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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
static List<SCProductScreenshot> SCProductScreenshotUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductVersion> SCProductVersionUtil.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<SCLicense> SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
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.
 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<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.
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<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<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.
 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.
 

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.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 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 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 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.
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 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.
 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<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, boolean head, 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> WikiPageLocalServiceWrapper.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)
           
static List<WikiPage> WikiPageServiceUtil.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)
           
 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)
           
 List<WikiPage> WikiPageLocalServiceWrapper.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
static WikiNode WikiNodeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ?.
 WikiNode WikiNodePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 WikiNode WikiNodePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where companyId = ?.
 WikiPage WikiPagePersistence.fetchByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.fetchByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first 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.fetchByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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.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_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_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_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.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 = ?.
static WikiNode WikiNodeUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ?.
 WikiNode WikiNodePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 WikiNode WikiNodePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last wiki node in the ordered set where groupId = ?.
 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_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first 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_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 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_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_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_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_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_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_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_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_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_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_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_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_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_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first 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_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 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_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first 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_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 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_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 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_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 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_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_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_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_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_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 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_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_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.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.fetchByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.fetchByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where 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_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 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_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_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_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.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_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_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.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.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page 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 WikiPageResource WikiPageResourceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource 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 = ?.
 WikiNode WikiNodePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page 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 = ?.
static WikiNode WikiNodeUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki node 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 = ?.
 WikiPageResource WikiPageResourcePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 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 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 = ?.
 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 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 = ?.
 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_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_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 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 = ?.
 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_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(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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 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<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 = ?.
 List<WikiPage> WikiPagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages.
static List<WikiPage> WikiPageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages.
static List<WikiPageResource> WikiPageResourceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources.
static List<WikiNode> WikiNodeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes.
 List<WikiNode> WikiNodePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes.
 List<WikiPageResource> WikiPageResourcePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources.
static WikiNode WikiNodeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where companyId = ?.
 WikiNode WikiNodePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<WikiNode> WikiNodeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes 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 = ?.
 WikiPage WikiPagePersistence.findByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.findByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first 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_Last(String format, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<WikiPage> WikiPagePersistence.findByFormat(String format, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages 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 = ?.
 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_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_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_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_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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_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_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_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_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_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_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 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 = ?.
 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_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(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 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 = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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 = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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 = ?.
static WikiNode WikiNodeUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where groupId = ?.
 WikiNode WikiNodePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 List<WikiNode> WikiNodeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes 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 = ?.
 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_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first 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_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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_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(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 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 = ?.
 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_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_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_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_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_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_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 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 = ?.
 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_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(long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.
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 = ?.
 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_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first 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_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 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_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first 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_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 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_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 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 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 = ?.
 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_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
 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_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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_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_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_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 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 = ?.
 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_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(long nodeId, String title, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.
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 = ?.
 WikiPage WikiPagePersistence.findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last 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 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 = ?.
 List<WikiPage> WikiPagePersistence.findByNodeId(long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages 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 = ?.
 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_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last 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_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_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_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_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_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_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 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 = ?.
 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_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(long resourcePrimKey, long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
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 = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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 = ?.
 WikiPage WikiPagePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page 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 WikiPageResource WikiPageResourceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource 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 = ?.
 WikiNode WikiNodePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki node in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static WikiPage WikiPageUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page 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 = ?.
static WikiNode WikiNodeUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki node 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 = ?.
 WikiPageResource WikiPageResourcePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
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 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages 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 = ?.
static List<WikiNode> WikiNodeUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki nodes 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 = ?.
 List<WikiPageResource> WikiPageResourcePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources where uuid = ?.
static List<WikiPage> WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WikiPageResource> WikiPageResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WikiNode> WikiNodeUtil.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.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.1.2-ce-ga3