Liferay 7.0-ce-m6

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.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.kernel.workflow   
com.liferay.portal.kernel.workflow.comparator   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.portletfilerepository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
com.liferay.portlet.announcements.service   
com.liferay.portlet.announcements.service.persistence   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.asset.util.comparator   
com.liferay.portlet.backgroundtask.util.comparator   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.blogs.util.comparator   
com.liferay.portlet.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.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.util.comparator   
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.exportimport.lar   
com.liferay.portlet.exportimport.service   
com.liferay.portlet.exportimport.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.ratings.service   
com.liferay.portlet.ratings.service.persistence   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.util.comparator   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.persistence   
com.liferay.portlet.social.util.comparator   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.persistence   
com.liferay.portlet.softwarecatalog.util.comparator   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.persistence   
com.liferay.portlet.trash.util   
com.liferay.portlet.trash.util.comparator   
com.liferay.portlet.usersadmin.util   
com.liferay.util.dao.orm   
 

Uses of OrderByComparator in com.liferay.counter.service
 

Methods in com.liferay.counter.service with parameters of type OrderByComparator
<T> List<T>
CounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
CounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
CounterLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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
static List<Counter> CounterUtil.findAll(int start, int end, OrderByComparator<Counter> orderByComparator)
          Returns an ordered range of all the counters.
 List<Counter> CounterPersistence.findAll(int start, int end, OrderByComparator<Counter> orderByComparator)
          Returns an ordered range of all the counters.
static List<Counter> CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Counter> orderByComparator)
           
 

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

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

Methods in com.liferay.portal.kernel.dao.orm with parameters of type OrderByComparator
static void OrderFactoryUtil.addOrderByComparator(DynamicQuery dynamicQuery, OrderByComparator<?> obc)
           
 void QueryDefinition.setOrderByComparator(OrderByComparator<T> orderByComparator)
           
 

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

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

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

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

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

Methods in com.liferay.portal.kernel.repository with parameters of type OrderByComparator
 List<FileEntry> DocumentRepository.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DefaultLocalRepositoryImpl.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DocumentRepository.getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DefaultLocalRepositoryImpl.getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> Repository.getFileEntries(long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> Repository.getFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<Folder> Repository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> Repository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> BaseRepositoryImpl.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> 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<RepositoryEntry> Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<RepositoryEntry> BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<RepositoryEntry> Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimetypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<RepositoryEntry> BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Folder> Repository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 List<FileEntry> BaseRepositoryImpl.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DocumentRepository.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DefaultLocalRepositoryImpl.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> Repository.getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> BaseRepositoryImpl.getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 

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

Subclasses of OrderByComparator in com.liferay.portal.kernel.util
 class OrderByComparatorAdapter<T,V>
           
protected static class OrderByComparatorFactoryUtil.DefaultOrderByComparator<T extends BaseModel<T>>
           
 class TableNameOrderByComparator<T>
           
 

Methods in com.liferay.portal.kernel.util that return OrderByComparator
static
<T extends BaseModel<T>>
OrderByComparator<T>
OrderByComparatorFactoryUtil.create(String tableName, Object... columns)
           
 OrderByComparator<V> OrderByComparatorAdapter.getAdaptedOrderByComparator()
           
 OrderByComparator<T> TableNameOrderByComparator.getWrappedOrderByComparator()
           
 

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

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

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

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

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

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

Uses of OrderByComparator in com.liferay.portal.model
 

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

Uses of OrderByComparator in com.liferay.portal.portletfilerepository
 

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

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

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

Uses of OrderByComparator in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type OrderByComparator
<T> List<T>
LayoutBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AccountLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
TeamLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PasswordPolicyRelLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
WebsiteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ContactLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortalPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceActionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BrowserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
LayoutPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutRevisionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ShardLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
OrgLaborLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
TicketLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
UserIdMapperLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutSetPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RepositoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
CompanyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WebDAVPropsLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserTrackerPathLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
LayoutRevisionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserTrackerPathLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ClassNameLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MembershipRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
PhoneLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WebsiteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ReleaseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
LayoutSetPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MembershipRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
RepositoryEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MembershipRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PasswordPolicyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceBlockPermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
LayoutSetBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
BrowserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WorkflowInstanceLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserGroupGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
UserGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
PortletPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortletPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutSetLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
AddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserIdMapperLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutFriendlyURLLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ReleaseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ShardLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SystemEventLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortletLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WebDAVPropsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
VirtualHostLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
TicketLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutFriendlyURLLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PasswordPolicyLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AccountLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
UserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ListTypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutSetBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceBlockPermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ServiceComponentLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ServiceComponentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SubscriptionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PasswordPolicyRelLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RepositoryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
GroupLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortletLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
SystemEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ContactLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceBlockLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceTypePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
OrganizationLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
PluginSettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
EmailAddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RepositoryEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PhoneLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ListTypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SubscriptionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
PasswordPolicyRelLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserGroupGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
GroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
UserGroupGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserNotificationDeliveryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
VirtualHostLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
LayoutSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortletItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutRevisionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
RepositoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ResourceActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserNotificationEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
SubscriptionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
CompanyLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
CompanyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
WorkflowInstanceLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ClassNameLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
UserTrackerPathLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BackgroundTaskLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WorkflowDefinitionLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
LayoutBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ClusterGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BackgroundTaskLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
PortletItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
PasswordTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ClassNameLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceBlockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
PortalPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ListTypeLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BrowserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
UserNotificationEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
UserNotificationDeliveryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
RoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ServiceComponentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
WorkflowDefinitionLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
EmailAddressLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
BackgroundTaskLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PasswordTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
UserGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserIdMapperLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SystemEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ReleaseLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ResourceBlockPermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceTypePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
EmailAddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AddressLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ResourceTypePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PluginSettingLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortletItemLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
PortletLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourcePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RoleLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ImageLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
OrgLaborLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortletPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourcePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
TeamLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RepositoryEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ResourceBlockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ShardLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
OrganizationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
GroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WorkflowDefinitionLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PluginSettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ContactLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
OrgLaborLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PhoneLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
LayoutFriendlyURLLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WebsiteLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
WebDAVPropsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortalPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserNotificationEventLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
TeamLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
AccountLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
UserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PasswordTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
PasswordPolicyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ClusterGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ResourcePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
OrganizationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
VirtualHostLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutSetPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
TicketLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
LayoutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserNotificationDeliveryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WorkflowInstanceLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ClusterGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutSetBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 BackgroundTask BackgroundTaskLocalService.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
           
 BackgroundTask BackgroundTaskLocalServiceWrapper.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
           
static BackgroundTask BackgroundTaskLocalServiceUtil.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
           
 BackgroundTask BackgroundTaskLocalService.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
           
 BackgroundTask BackgroundTaskLocalServiceWrapper.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
           
static BackgroundTask BackgroundTaskLocalServiceUtil.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalService.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskLocalServiceWrapper.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskLocalServiceUtil.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 List<Contact> ContactLocalService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
 List<Contact> ContactService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
static List<Contact> ContactLocalServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
 List<Contact> ContactServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
static List<Contact> ContactServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
 List<Contact> ContactLocalServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
 List<Organization> OrganizationLocalService.getGroupOrganizations(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
static List<Organization> OrganizationLocalServiceUtil.getGroupOrganizations(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Organization> OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
static List<Role> RoleLocalServiceUtil.getGroupRoles(long groupId, int start, int end, OrderByComparator<Role> orderByComparator)
           
 List<Role> RoleLocalService.getGroupRoles(long groupId, int start, int end, OrderByComparator<Role> orderByComparator)
           
 List<Role> RoleLocalServiceWrapper.getGroupRoles(long groupId, int start, int end, OrderByComparator<Role> orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getGroupUserGroups(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getGroupUserGroups(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<User> UserLocalServiceWrapper.getGroupUsers(long groupId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<User> UserLocalService.getGroupUsers(long groupId, int start, int end, OrderByComparator<User> orderByComparator)
           
static List<User> UserLocalServiceUtil.getGroupUsers(long groupId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<User> UserLocalServiceWrapper.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator<User> obc)
           
 List<User> UserLocalService.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator<User> obc)
           
static List<User> UserLocalServiceUtil.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator<User> obc)
           
 List<LayoutBranch> LayoutBranchLocalService.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
static List<LayoutBranch> LayoutBranchLocalServiceUtil.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 List<LayoutBranch> LayoutBranchLocalServiceWrapper.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalService.getLayoutFriendlyURLsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns a range of layout friendly u r ls matching the UUID and company.
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns a range of layout friendly u r ls matching the UUID and company.
static List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns a range of layout friendly u r ls matching the UUID and company.
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 List<Layout> LayoutLocalServiceWrapper.getLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns a range of layouts matching the UUID and company.
static List<Layout> LayoutLocalServiceUtil.getLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns a range of layouts matching the UUID and company.
 List<Layout> LayoutLocalService.getLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns a range of layouts matching the UUID and company.
 List<Group> GroupLocalService.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Group> GroupLocalServiceWrapper.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
static List<Group> GroupLocalServiceUtil.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Organization> OrganizationLocalService.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> obc)
           
static List<Organization> OrganizationLocalServiceUtil.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> obc)
           
 List<Organization> OrganizationLocalServiceWrapper.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> obc)
           
 List<User> UserLocalServiceWrapper.getOrganizationUsers(long organizationId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<User> UserLocalService.getOrganizationUsers(long organizationId, int start, int end, OrderByComparator<User> orderByComparator)
           
static List<User> UserLocalServiceUtil.getOrganizationUsers(long organizationId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<Repository> RepositoryLocalServiceWrapper.getRepositoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns a range of repositories matching the UUID and company.
 List<Repository> RepositoryLocalService.getRepositoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns a range of repositories matching the UUID and company.
static List<Repository> RepositoryLocalServiceUtil.getRepositoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns a range of repositories matching the UUID and company.
static List<RepositoryEntry> RepositoryEntryLocalServiceUtil.getRepositoryEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns a range of repository entries matching the UUID and company.
 List<RepositoryEntry> RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns a range of repository entries matching the UUID and company.
 List<RepositoryEntry> RepositoryEntryLocalServiceWrapper.getRepositoryEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns a range of repository entries matching the UUID and company.
 List<Group> GroupLocalService.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<User> UserLocalServiceWrapper.getRoleUsers(long roleId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<User> UserLocalService.getRoleUsers(long roleId, int start, int end, OrderByComparator<User> orderByComparator)
           
static List<User> UserLocalServiceUtil.getRoleUsers(long roleId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int socialRelationType, int start, int end, OrderByComparator<User> obc)
          Deprecated. As of 7.0.0, replaced by UserLocalServiceWrapper.getSocialUsers(long, int, String, int, int, OrderByComparator)
 List<User> UserLocalService.getSocialUsers(long userId, int socialRelationType, int start, int end, OrderByComparator<User> obc)
          Deprecated. As of 7.0.0, replaced by UserLocalService.getSocialUsers(long, int, String, int, int, OrderByComparator)
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int socialRelationType, int start, int end, OrderByComparator<User> obc)
          Deprecated. As of 7.0.0, replaced by UserLocalServiceUtil.getSocialUsers(long, int, String, int, int, OrderByComparator)
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int start, int end, OrderByComparator<User> obc)
          Deprecated. As of 7.0.0, replaced by UserLocalServiceWrapper.getSocialUsers(long, int, String, int, int, OrderByComparator)
 List<User> UserLocalService.getSocialUsers(long userId, int start, int end, OrderByComparator<User> obc)
          Deprecated. As of 7.0.0, replaced by UserLocalService.getSocialUsers(long, int, String, int, int, OrderByComparator)
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int start, int end, OrderByComparator<User> obc)
          Deprecated. As of 7.0.0, replaced by UserLocalServiceUtil.getSocialUsers(long, int, String, int, int, OrderByComparator)
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> obc)
           
 List<User> UserLocalService.getSocialUsers(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> obc)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> obc)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int socialRelationType, int start, int end, OrderByComparator<User> 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 socialRelationType, int start, int end, OrderByComparator<User> 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 socialRelationType, int start, int end, OrderByComparator<User> 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 start, int end, OrderByComparator<User> 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<User> obc)
          Returns an ordered range of all the users with a mutual social relation with both of the given users.
static List<User> UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator<User> obc)
          Returns an ordered range of all the users with a mutual social relation with both of the given users.
 List<UserGroup> UserGroupLocalService.getTeamUserGroups(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getTeamUserGroups(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<User> UserLocalServiceWrapper.getTeamUsers(long teamId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<User> UserLocalService.getTeamUsers(long teamId, int start, int end, OrderByComparator<User> orderByComparator)
           
static List<User> UserLocalServiceUtil.getTeamUsers(long teamId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Team> TeamLocalService.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
static List<Team> TeamLocalServiceUtil.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<User> UserLocalServiceWrapper.getUserGroupUsers(long userGroupId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<User> UserLocalService.getUserGroupUsers(long userGroupId, int start, int end, OrderByComparator<User> orderByComparator)
           
static List<User> UserLocalServiceUtil.getUserGroupUsers(long userGroupId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
static List<Role> RoleLocalServiceUtil.getUserRoles(long userId, int start, int end, OrderByComparator<Role> orderByComparator)
           
 List<Role> RoleLocalService.getUserRoles(long userId, int start, int end, OrderByComparator<Role> orderByComparator)
           
 List<Role> RoleLocalServiceWrapper.getUserRoles(long userId, int start, int end, OrderByComparator<Role> orderByComparator)
           
 List<Subscription> SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions of the user.
 List<Subscription> SubscriptionLocalService.getUserSubscriptions(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions of the user.
static List<Subscription> SubscriptionLocalServiceUtil.getUserSubscriptions(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions of the user.
 List<Team> TeamLocalService.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
static List<Team> TeamLocalServiceUtil.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
static List<LayoutPrototype> LayoutPrototypeLocalServiceUtil.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> obc)
           
 List<LayoutPrototype> LayoutPrototypeLocalServiceWrapper.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> obc)
           
 List<LayoutPrototype> LayoutPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceWrapper.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceUtil.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutPrototype> LayoutPrototypeService.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
static List<LayoutPrototype> LayoutPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
 List<LayoutPrototype> LayoutPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeService.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> 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> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> 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> GroupService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Organization> OrganizationLocalService.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Role> 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<Role> 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<Role> obc)
          Returns an ordered range of all the roles that match the keywords and types.
 List<Role> RoleServiceWrapper.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
 List<Role> RoleService.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
static List<Role> RoleLocalServiceUtil.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> 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<Role> 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<Role> obc)
          Returns an ordered range of all the roles that match the keywords, types, and params.
static List<Role> RoleServiceUtil.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
 List<PasswordPolicy> PasswordPolicyLocalServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> obc)
           
 List<PasswordPolicy> PasswordPolicyLocalService.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> obc)
           
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> obc)
           
 List<User> UserLocalServiceWrapper.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<User> 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<User> obc)
          Returns an ordered range of all the users who match the keywords and status, without using the indexer.
static List<User> UserLocalServiceUtil.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<User> obc)
          Returns an ordered range of all the users who match the keywords and status, without using the indexer.
 List<Group> GroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<UserGroup> UserGroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<UserGroup> obc)
          Returns an ordered range of all the user groups that match the keywords.
 List<UserGroup> UserGroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<UserGroup> obc)
          Returns an ordered range of all the user groups that match the keywords.
static List<UserGroup> UserGroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<UserGroup> obc)
          Returns an ordered range of all the user groups that match the keywords.
static List<Role> RoleLocalServiceUtil.search(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> 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<Role> 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<Role> 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<Role> 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<Role> 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<Role> obc)
          Returns an ordered range of all the roles that match the name, description, types, and params.
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> 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<UserGroup> UserGroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> obc)
          Returns an ordered range of all the user groups that match the name and description.
 List<UserGroup> UserGroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> obc)
          Returns an ordered range of all the user groups that match the name and description.
static List<UserGroup> UserGroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> obc)
          Returns an ordered range of all the user groups that match the name and description.
 List<Team> TeamLocalService.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamLocalServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamLocalServiceUtil.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 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<User> 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<User> 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.
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<User> 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 Contact ContactUtil.fetchByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistence.fetchByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact ContactPersistence.fetchByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Country CountryUtil.fetchByActive_First(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the first country in the ordered set where active = ?.
 Country CountryPersistence.fetchByActive_First(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the first country in the ordered set where active = ?.
static Region RegionUtil.fetchByActive_First(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where active = ?.
 Region RegionPersistence.fetchByActive_First(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where active = ?.
static Country CountryUtil.fetchByActive_Last(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the last country in the ordered set where active = ?.
 Country CountryPersistence.fetchByActive_Last(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the last country in the ordered set where active = ?.
static Region RegionUtil.fetchByActive_Last(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where active = ?.
 Region RegionPersistence.fetchByActive_Last(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where active = ?.
 ServiceComponent ServiceComponentPersistence.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.fetchByC_A_First(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.fetchByC_A_First(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.fetchByC_A_Last(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.fetchByC_A_Last(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
static Address AddressUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Address> 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<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email 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<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the first 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<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Address> 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<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.fetchByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistence.fetchByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator)
          Returns the first 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<Address> orderByComparator)
          Returns the last 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<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator)
          Returns the first address 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<Address> 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<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone 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<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator)
          Returns the first website 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<Website> orderByComparator)
          Returns the first 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<Address> orderByComparator)
          Returns the last address 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<Address> 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<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone 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<Phone> orderByComparator)
          Returns the last 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<Website> orderByComparator)
          Returns the last website 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<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
 Group GroupPersistence.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Ticket TicketUtil.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistence.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistence.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static User UserUtil.fetchByC_CD_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.fetchByC_CD_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator<User> 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<User> 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<User> 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<User> 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<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.fetchByC_DU_S_First(long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
 User UserPersistence.fetchByC_DU_S_First(long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
static User UserUtil.fetchByC_DU_S_Last(long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
 User UserPersistence.fetchByC_DU_S_Last(long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_G_N_First(long companyId, long groupId, String name, OrderByComparator<ResourceBlock> 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<ResourceBlock> 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<ResourceBlock> 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<ResourceBlock> orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static User UserUtil.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_N_First(long companyId, String name, OrderByComparator<ResourceBlock> orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_N_First(long companyId, String name, OrderByComparator<ResourceBlock> 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<ResourceBlock> orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_N_Last(long companyId, String name, OrderByComparator<ResourceBlock> orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByC_N_R_First(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByC_N_R_First(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first 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<ResourcePermission> orderByComparator)
          Returns the last 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<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> 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_First(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first 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<ResourcePermission> 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_Last(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 Group GroupPersistence.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Organization OrganizationPersistence.fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static UserGroup UserGroupUtil.fetchByC_P_First(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.fetchByC_P_First(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistence.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Organization OrganizationPersistence.fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static UserGroup UserGroupUtil.fetchByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.fetchByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistence.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 Group GroupPersistence.fetchByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
static Group GroupUtil.fetchByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 Group GroupPersistence.fetchByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
static Group GroupUtil.fetchByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 Group GroupPersistence.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 Group GroupPersistence.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static User UserUtil.fetchByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 Group GroupPersistence.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static User UserUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
static Role RoleUtil.fetchByC_T_First(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
 Role RolePersistence.fetchByC_T_First(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
 Organization OrganizationPersistence.fetchByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
static Organization OrganizationUtil.fetchByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
static Role RoleUtil.fetchByC_T_Last(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
 Role RolePersistence.fetchByC_T_Last(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
 Organization OrganizationPersistence.fetchByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
static Organization OrganizationUtil.fetchByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static Address AddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
 Address AddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByCompanyId_First(long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Layout LayoutUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 Layout LayoutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 Organization OrganizationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.fetchByCompanyId_First(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Role RoleUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
 Role RolePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
static User UserUtil.fetchByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 User UserPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.fetchByCompanyId_First(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_First(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static Address AddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
 Address AddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact ContactPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Layout LayoutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 Layout LayoutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 Organization OrganizationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone PhonePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Role RoleUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
 Role RolePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
static User UserUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 User UserPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static Region RegionUtil.fetchByCountryId_First(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
 Region RegionPersistence.fetchByCountryId_First(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
static Region RegionUtil.fetchByCountryId_Last(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
 Region RegionPersistence.fetchByCountryId_Last(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
static User UserUtil.fetchByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistence.fetchByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.fetchByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User UserPersistence.fetchByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.fetchByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator)
          Returns the last 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<WorkflowInstanceLink> orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByG_C_C_First(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByG_C_C_First(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByG_C_C_Last(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByG_C_C_Last(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 PortletItem PortletItemPersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 Group GroupPersistence.fetchByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
 Group GroupPersistence.fetchByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 PortletItem PortletItemPersistence.fetchByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.fetchByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static Layout LayoutUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static Layout LayoutUtil.fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the first 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<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.fetchByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.fetchByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.fetchByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
          Returns the first 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<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.fetchByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 SystemEvent SystemEventPersistence.fetchByG_S_First(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent SystemEventUtil.fetchByG_S_First(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
 SystemEvent SystemEventPersistence.fetchByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent SystemEventUtil.fetchByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static Subscription SubscriptionUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where groupId = ? and userId = ?.
 Subscription SubscriptionPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where groupId = ? and userId = ?.
static Subscription SubscriptionUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where groupId = ? and userId = ?.
 Subscription SubscriptionPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where groupId = ? and userId = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_U_S_First(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByGroupId_First(long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByGroupId_First(long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
static Layout LayoutUtil.fetchByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 Layout LayoutPersistence.fetchByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.fetchByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static Repository RepositoryUtil.fetchByGroupId_First(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 Repository RepositoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.fetchByGroupId_First(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.fetchByGroupId_First(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
 Team TeamPersistence.fetchByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
static Team TeamUtil.fetchByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByGroupId_Last(long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
static Layout LayoutUtil.fetchByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 Layout LayoutPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static Repository RepositoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 Repository RepositoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.fetchByGroupId_Last(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
 Team TeamPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
static Team TeamUtil.fetchByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static LayoutRevision LayoutRevisionUtil.fetchByH_P_First(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByH_P_First(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByH_P_Last(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> 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<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutBranch LayoutBranchPersistence.fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first 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<LayoutBranch> orderByComparator)
          Returns the last 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<LayoutBranch> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_S_First(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static Layout LayoutUtil.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistence.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistence.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
static LayoutBranch LayoutBranchUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 Organization OrganizationPersistence.fetchByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.fetchByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Image ImagePersistence.fetchByLtSize_First(int size, OrderByComparator<Image> orderByComparator)
          Returns the first image in the ordered set where size < ?.
static Image ImageUtil.fetchByLtSize_First(int size, OrderByComparator<Image> orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistence.fetchByLtSize_Last(int size, OrderByComparator<Image> orderByComparator)
          Returns the last image in the ordered set where size < ?.
static Image ImageUtil.fetchByLtSize_Last(int size, OrderByComparator<Image> orderByComparator)
          Returns the last image in the ordered set where size < ?.
static ResourceAction ResourceActionUtil.fetchByName_First(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.fetchByName_First(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
static Role RoleUtil.fetchByName_First(String name, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where name = ?.
 Role RolePersistence.fetchByName_First(String name, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.fetchByName_Last(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.fetchByName_Last(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
static Role RoleUtil.fetchByName_Last(String name, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where name = ?.
 Role RolePersistence.fetchByName_Last(String name, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where name = ?.
 Organization OrganizationPersistence.fetchByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.fetchByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.fetchByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.fetchByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first 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<PortletPreferences> orderByComparator)
          Returns the last 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first 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<PortletPreferences> orderByComparator)
          Returns the last 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutRevision LayoutRevisionUtil.fetchByP_NotS_First(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.fetchByP_NotS_First(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.fetchByP_NotS_Last(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
static PortletPreferences PortletPreferencesUtil.fetchByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByPlid_First(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByPlid_First(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByPlid_Last(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByPlid_Last(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static UserTracker UserTrackerUtil.fetchBySessionId_First(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.fetchBySessionId_First(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.fetchBySessionId_Last(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.fetchBySessionId_Last(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
static Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static BackgroundTask BackgroundTaskUtil.fetchByStatus_First(int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByStatus_First(int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByStatus_Last(int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByStatus_Last(int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where status = ?.
static Role RoleUtil.fetchBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 Role RolePersistence.fetchBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
static Role RoleUtil.fetchBySubtype_Last(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
 Role RolePersistence.fetchBySubtype_Last(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
static Company CompanyUtil.fetchBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistence.fetchBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.fetchBySystem_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company CompanyPersistence.fetchBySystem_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Group GroupPersistence.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Role RoleUtil.fetchByT_S_First(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 Role RolePersistence.fetchByT_S_First(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
static BackgroundTask BackgroundTaskUtil.fetchByT_S_First(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByT_S_First(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
static Role RoleUtil.fetchByT_S_Last(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 Role RolePersistence.fetchByT_S_Last(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
static BackgroundTask BackgroundTaskUtil.fetchByT_S_Last(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.fetchByT_S_Last(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
static Role RoleUtil.fetchByType_First(int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
 Role RolePersistence.fetchByType_First(int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.fetchByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static Role RoleUtil.fetchByType_Last(int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ?.
 Role RolePersistence.fetchByType_Last(int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType ListTypePersistence.fetchByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_A_A_First(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_A_A_First(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_A_A_Last(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_A_A_Last(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_A_First(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> 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<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
static Subscription SubscriptionUtil.fetchByU_C_First(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.fetchByU_C_First(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.fetchByU_C_Last(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.fetchByU_C_Last(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_A_First(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_A_First(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_A_Last(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_A_Last(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_First(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_First(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_Last(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_Last(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_A_A_First(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_A_A_First(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_A_A_Last(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_A_A_Last(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_A_First(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_A_First(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_A_Last(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_A_Last(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_D_A_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_D_A_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_D_A_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_D_A_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_D_First(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_D_First(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_D_Last(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_D_Last(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_First(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_First(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_DT_Last(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_DT_Last(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByU_G_First(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByU_G_First(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByUserGroupId_First(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByUserGroupId_First(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByUserGroupId_Last(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByUserGroupId_Last(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static Address AddressUtil.fetchByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where userId = ?.
 Address AddressPersistence.fetchByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.fetchByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.fetchByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.fetchByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static Phone PhoneUtil.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistence.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static Subscription SubscriptionUtil.fetchByUserId_First(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.fetchByUserId_First(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.fetchByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.fetchByUserId_First(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistence.fetchByUserId_First(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUserId_First(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUserId_First(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.fetchByUserId_First(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.fetchByUserId_First(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Address AddressUtil.fetchByUserId_Last(long userId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where userId = ?.
 Address AddressPersistence.fetchByUserId_Last(long userId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.fetchByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistence.fetchByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.fetchByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.fetchByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static Phone PhoneUtil.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone PhonePersistence.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static Subscription SubscriptionUtil.fetchByUserId_Last(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.fetchByUserId_Last(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.fetchByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.fetchByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.fetchByUserId_Last(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistence.fetchByUserId_Last(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUserId_Last(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUserId_Last(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.fetchByUserId_Last(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.fetchByUserId_Last(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static UserTrackerPath UserTrackerPathUtil.fetchByUserTrackerId_First(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.fetchByUserTrackerId_First(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath UserTrackerPathUtil.fetchByUserTrackerId_Last(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.fetchByUserTrackerId_Last(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
static Address AddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 Organization OrganizationPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 Organization OrganizationPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.fetchByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
 Address AddressPersistence.fetchByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 Group GroupPersistence.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Layout LayoutUtil.fetchByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.fetchByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 Organization OrganizationPersistence.fetchByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
static Organization OrganizationUtil.fetchByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static Phone PhoneUtil.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistence.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
static Repository RepositoryUtil.fetchByUuid_First(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
 Repository RepositoryPersistence.fetchByUuid_First(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static Role RoleUtil.fetchByUuid_First(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 Role RolePersistence.fetchByUuid_First(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
static User UserUtil.fetchByUuid_First(String uuid, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 User UserPersistence.fetchByUuid_First(String uuid, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.fetchByUuid_First(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.fetchByUuid_First(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_First(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_First(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 Website WebsitePersistence.fetchByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Website WebsiteUtil.fetchByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Address AddressUtil.fetchByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
 Address AddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 Group GroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Layout LayoutUtil.fetchByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 Organization OrganizationPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
static Organization OrganizationUtil.fetchByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static Phone PhoneUtil.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone PhonePersistence.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
static Repository RepositoryUtil.fetchByUuid_Last(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
 Repository RepositoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static Role RoleUtil.fetchByUuid_Last(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 Role RolePersistence.fetchByUuid_Last(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
static User UserUtil.fetchByUuid_Last(String uuid, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 User UserPersistence.fetchByUuid_Last(String uuid, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.fetchByUuid_Last(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_Last(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_Last(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 Website WebsitePersistence.fetchByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Website WebsiteUtil.fetchByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 LayoutPrototype[] LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> 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 LayoutPrototype[] LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> 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 = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> 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 LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> 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 = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout 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<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout 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<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
 List<Role> RoleFinder.filterFindByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> obc)
           
static List<Role> RoleFinderUtil.filterFindByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> obc)
           
 List<Role> RoleFinder.filterFindByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> obc)
           
static List<Role> RoleFinderUtil.filterFindByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> obc)
           
 Organization[] OrganizationPersistence.filterFindByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> 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 Organization[] OrganizationUtil.filterFindByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> 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<UserGroup> 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 = ?.
 UserGroup[] UserGroupPersistence.filterFindByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> 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 = ?.
 List<Organization> OrganizationPersistence.filterFindByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.
static List<Organization> OrganizationUtil.filterFindByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> 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<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
static Role[] RoleUtil.filterFindByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.
 Role[] RolePersistence.filterFindByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.
 Organization[] OrganizationPersistence.filterFindByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
static Organization[] OrganizationUtil.filterFindByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
static List<Role> RoleUtil.filterFindByC_T(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.
 List<Role> RolePersistence.filterFindByC_T(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.
static List<Role> RoleUtil.filterFindByC_T(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.
 List<Role> RolePersistence.filterFindByC_T(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.
 List<Organization> OrganizationPersistence.filterFindByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.
static List<Organization> OrganizationUtil.filterFindByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.
 LayoutPrototype[] LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> 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 LayoutPrototype[] LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> 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 = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> 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 LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> 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 = ?.
 Organization[] OrganizationPersistence.filterFindByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> 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 Organization[] OrganizationUtil.filterFindByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> 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 PasswordPolicy[] PasswordPolicyUtil.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.
static Role[] RoleUtil.filterFindByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator<Role> 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 = ?.
 Role[] RolePersistence.filterFindByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator<Role> 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 UserGroup[] UserGroupUtil.filterFindByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator<UserGroup> 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 = ?.
 UserGroup[] UserGroupPersistence.filterFindByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator<UserGroup> 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 = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
 List<Organization> OrganizationPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
static List<Organization> OrganizationUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.
static List<Role> RoleUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.
 List<Role> RolePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups 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<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?.
static Layout[] LayoutUtil.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> 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 = ?.
 Layout[] LayoutPersistence.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> 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 List<Layout> LayoutUtil.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions 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<Layout> orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> 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_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> 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<LayoutSetBranch> 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<LayoutSetBranch> 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_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> 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 = ?.
 Layout[] LayoutPersistence.filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> 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 List<Layout> LayoutUtil.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> 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_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> 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(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistence.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> 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<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?.
static Layout[] LayoutUtil.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> 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 = ?.
 Layout[] LayoutPersistence.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> 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<LayoutSetBranch> 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<LayoutSetBranch> 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 = ?.
 Team[] TeamPersistence.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.
static Team[] TeamUtil.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.
static List<Layout> LayoutUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
 List<Layout> LayoutPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Layout> 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<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?.
 List<Team> TeamPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.
static List<Team> TeamUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.
 List<Role> RoleFinder.filterFindByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
static List<Role> RoleFinderUtil.filterFindByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
 Organization[] OrganizationPersistence.filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> 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 Organization[] OrganizationUtil.filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> 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 = ?.
 List<Organization> OrganizationPersistence.filterFindByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
static List<Organization> OrganizationUtil.filterFindByLocations(long companyId, int start, int end, OrderByComparator<Organization> 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<Role> 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<Role> 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<Role> 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<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where name = ?.
 List<Organization> OrganizationPersistence.filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static List<Organization> OrganizationUtil.filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Role[] RoleUtil.filterFindBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator<Role> 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<Role> 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<Role> 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<Role> 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<Role> 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<Role> 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<Role> 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<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.
static Role[] RoleUtil.filterFindByType_PrevAndNext(long roleId, int type, OrderByComparator<Role> 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 = ?.
 Role[] RolePersistence.filterFindByType_PrevAndNext(long roleId, int type, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.
static List<Role> RoleUtil.filterFindByType(int type, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ?.
 List<Role> RolePersistence.filterFindByType(int type, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ?.
 LayoutPrototype[] LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 Organization[] OrganizationPersistence.filterFindByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.
static Organization[] OrganizationUtil.filterFindByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
static Role[] RoleUtil.filterFindByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.
 Role[] RolePersistence.filterFindByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.
static UserGroup[] UserGroupUtil.filterFindByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
 UserGroup[] UserGroupPersistence.filterFindByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
 List<Organization> OrganizationPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.
static List<Organization> OrganizationUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.
static List<Role> RoleUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.
 List<Role> RolePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
 LayoutPrototype[] LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> 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 LayoutPrototype[] LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> 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 = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> 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 LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> 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 = ?.
 Organization[] OrganizationPersistence.filterFindByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.
static Organization[] OrganizationUtil.filterFindByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
static Role[] RoleUtil.filterFindByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.
 Role[] RolePersistence.filterFindByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.
static UserGroup[] UserGroupUtil.filterFindByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
 UserGroup[] UserGroupPersistence.filterFindByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
 List<Organization> OrganizationPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.
static List<Organization> OrganizationUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.
static List<Role> RoleUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.
 List<Role> RolePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
static List<Account> AccountUtil.findAll(int start, int end, OrderByComparator<Account> orderByComparator)
          Returns an ordered range of all the accounts.
 List<Account> AccountPersistence.findAll(int start, int end, OrderByComparator<Account> orderByComparator)
          Returns an ordered range of all the accounts.
static List<Address> AddressUtil.findAll(int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses.
 List<Address> AddressPersistence.findAll(int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses.
static List<BackgroundTask> BackgroundTaskUtil.findAll(int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks.
 List<BackgroundTask> BackgroundTaskPersistence.findAll(int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks.
 List<BrowserTracker> BrowserTrackerPersistence.findAll(int start, int end, OrderByComparator<BrowserTracker> orderByComparator)
          Returns an ordered range of all the browser trackers.
static List<BrowserTracker> BrowserTrackerUtil.findAll(int start, int end, OrderByComparator<BrowserTracker> orderByComparator)
          Returns an ordered range of all the browser trackers.
 List<ClassName> ClassNamePersistence.findAll(int start, int end, OrderByComparator<ClassName> orderByComparator)
          Returns an ordered range of all the class names.
static List<ClassName> ClassNameUtil.findAll(int start, int end, OrderByComparator<ClassName> orderByComparator)
          Returns an ordered range of all the class names.
 List<ClusterGroup> ClusterGroupPersistence.findAll(int start, int end, OrderByComparator<ClusterGroup> orderByComparator)
          Returns an ordered range of all the cluster groups.
static List<ClusterGroup> ClusterGroupUtil.findAll(int start, int end, OrderByComparator<ClusterGroup> orderByComparator)
          Returns an ordered range of all the cluster groups.
static List<Company> CompanyUtil.findAll(int start, int end, OrderByComparator<Company> orderByComparator)
          Returns an ordered range of all the companies.
 List<Company> CompanyPersistence.findAll(int start, int end, OrderByComparator<Company> orderByComparator)
          Returns an ordered range of all the companies.
static List<Contact> ContactUtil.findAll(int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts.
 List<Contact> ContactPersistence.findAll(int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts.
static List<Country> CountryUtil.findAll(int start, int end, OrderByComparator<Country> orderByComparator)
          Returns an ordered range of all the countries.
 List<Country> CountryPersistence.findAll(int start, int end, OrderByComparator<Country> orderByComparator)
          Returns an ordered range of all the countries.
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses.
 List<EmailAddress> EmailAddressPersistence.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses.
 List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups.
 List<Image> ImagePersistence.findAll(int start, int end, OrderByComparator<Image> orderByComparator)
          Returns an ordered range of all the images.
static List<Image> ImageUtil.findAll(int start, int end, OrderByComparator<Image> orderByComparator)
          Returns an ordered range of all the images.
static List<Layout> LayoutUtil.findAll(int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts.
 List<Layout> LayoutPersistence.findAll(int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls.
 List<LayoutPrototype> LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes.
static List<LayoutPrototype> LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes.
static List<LayoutRevision> LayoutRevisionUtil.findAll(int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions.
 List<LayoutRevision> LayoutRevisionPersistence.findAll(int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets.
static List<LayoutSetBranch> LayoutSetBranchUtil.findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types.
static List<MembershipRequest> MembershipRequestUtil.findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests.
 List<MembershipRequest> MembershipRequestPersistence.findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests.
 List<Organization> OrganizationPersistence.findAll(int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations.
static List<Organization> OrganizationUtil.findAll(int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations.
 List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
static List<PasswordPolicy> PasswordPolicyUtil.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<PasswordTracker> PasswordTrackerPersistence.findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator)
          Returns an ordered range of all the password trackers.
static List<PasswordTracker> PasswordTrackerUtil.findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator)
          Returns an ordered range of all the password trackers.
static List<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones.
static List<PluginSetting> PluginSettingUtil.findAll(int start, int end, OrderByComparator<PluginSetting> orderByComparator)
          Returns an ordered range of all the plugin settings.
 List<PluginSetting> PluginSettingPersistence.findAll(int start, int end, OrderByComparator<PluginSetting> orderByComparator)
          Returns an ordered range of all the plugin settings.
static List<PortalPreferences> PortalPreferencesUtil.findAll(int start, int end, OrderByComparator<PortalPreferences> orderByComparator)
          Returns an ordered range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistence.findAll(int start, int end, OrderByComparator<PortalPreferences> orderByComparator)
          Returns an ordered range of all the portal preferenceses.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets.
 List<PortletItem> PortletItemPersistence.findAll(int start, int end, OrderByComparator<PortletItem> orderByComparator)
          Returns an ordered range of all the portlet items.
static List<PortletItem> PortletItemUtil.findAll(int start, int end, OrderByComparator<PortletItem> orderByComparator)
          Returns an ordered range of all the portlet items.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
static List<Region> RegionUtil.findAll(int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions.
 List<Region> RegionPersistence.findAll(int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions.
static List<Release> ReleaseUtil.findAll(int start, int end, OrderByComparator<Release> orderByComparator)
          Returns an ordered range of all the releases.
 List<Release> ReleasePersistence.findAll(int start, int end, OrderByComparator<Release> orderByComparator)
          Returns an ordered range of all the releases.
static List<Repository> RepositoryUtil.findAll(int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories.
 List<Repository> RepositoryPersistence.findAll(int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories.
static List<RepositoryEntry> RepositoryEntryUtil.findAll(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistence.findAll(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries.
static List<ResourceAction> ResourceActionUtil.findAll(int start, int end, OrderByComparator<ResourceAction> orderByComparator)
          Returns an ordered range of all the resource actions.
 List<ResourceAction> ResourceActionPersistence.findAll(int start, int end, OrderByComparator<ResourceAction> orderByComparator)
          Returns an ordered range of all the resource actions.
static List<ResourceBlock> ResourceBlockUtil.findAll(int start, int end, OrderByComparator<ResourceBlock> orderByComparator)
          Returns an ordered range of all the resource blocks.
 List<ResourceBlock> ResourceBlockPersistence.findAll(int start, int end, OrderByComparator<ResourceBlock> orderByComparator)
          Returns an ordered range of all the resource blocks.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findAll(int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findAll(int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions.
 List<ResourcePermission> ResourcePermissionPersistence.findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions.
static List<ResourcePermission> ResourcePermissionUtil.findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findAll(int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions.
 List<ResourceTypePermission> ResourceTypePermissionPersistence.findAll(int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions.
static List<Role> RoleUtil.findAll(int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles.
 List<Role> RolePersistence.findAll(int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles.
 List<ServiceComponent> ServiceComponentPersistence.findAll(int start, int end, OrderByComparator<ServiceComponent> orderByComparator)
          Returns an ordered range of all the service components.
static List<ServiceComponent> ServiceComponentUtil.findAll(int start, int end, OrderByComparator<ServiceComponent> orderByComparator)
          Returns an ordered range of all the service components.
static List<Shard> ShardUtil.findAll(int start, int end, OrderByComparator<Shard> orderByComparator)
          Returns an ordered range of all the shards.
 List<Shard> ShardPersistence.findAll(int start, int end, OrderByComparator<Shard> orderByComparator)
          Returns an ordered range of all the shards.
static List<Subscription> SubscriptionUtil.findAll(int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions.
 List<Subscription> SubscriptionPersistence.findAll(int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions.
 List<SystemEvent> SystemEventPersistence.findAll(int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events.
static List<SystemEvent> SystemEventUtil.findAll(int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events.
 List<Team> TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams.
static List<Team> TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams.
static List<Ticket> TicketUtil.findAll(int start, int end, OrderByComparator<Ticket> orderByComparator)
          Returns an ordered range of all the tickets.
 List<Ticket> TicketPersistence.findAll(int start, int end, OrderByComparator<Ticket> orderByComparator)
          Returns an ordered range of all the tickets.
static List<User> UserUtil.findAll(int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users.
 List<User> UserPersistence.findAll(int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users.
static List<UserGroup> UserGroupUtil.findAll(int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups.
 List<UserGroup> UserGroupPersistence.findAll(int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles.
 List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles.
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles.
 List<UserIdMapper> UserIdMapperPersistence.findAll(int start, int end, OrderByComparator<UserIdMapper> orderByComparator)
          Returns an ordered range of all the user ID mappers.
static List<UserIdMapper> UserIdMapperUtil.findAll(int start, int end, OrderByComparator<UserIdMapper> orderByComparator)
          Returns an ordered range of all the user ID mappers.
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findAll(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns an ordered range of all the user notification deliveries.
 List<UserNotificationDelivery> UserNotificationDeliveryPersistence.findAll(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns an ordered range of all the user notification deliveries.
 List<UserNotificationEvent> UserNotificationEventPersistence.findAll(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events.
static List<UserNotificationEvent> UserNotificationEventUtil.findAll(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events.
static List<UserTracker> UserTrackerUtil.findAll(int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers.
 List<UserTracker> UserTrackerPersistence.findAll(int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers.
static List<UserTrackerPath> UserTrackerPathUtil.findAll(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns an ordered range of all the user tracker paths.
 List<UserTrackerPath> UserTrackerPathPersistence.findAll(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns an ordered range of all the user tracker paths.
 List<VirtualHost> VirtualHostPersistence.findAll(int start, int end, OrderByComparator<VirtualHost> orderByComparator)
          Returns an ordered range of all the virtual hosts.
static List<VirtualHost> VirtualHostUtil.findAll(int start, int end, OrderByComparator<VirtualHost> orderByComparator)
          Returns an ordered range of all the virtual hosts.
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end, OrderByComparator<WebDAVProps> orderByComparator)
          Returns an ordered range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end, OrderByComparator<WebDAVProps> orderByComparator)
          Returns an ordered range of all the web d a v propses.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator)
          Returns an ordered range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator)
          Returns an ordered range of all the workflow instance links.
static Contact ContactUtil.findByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistence.findByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact ContactPersistence.findByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact[] ContactUtil.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
 Contact[] ContactPersistence.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId, int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
 List<Contact> ContactPersistence.findByAccountId(long accountId, int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
static Country CountryUtil.findByActive_First(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the first country in the ordered set where active = ?.
 Country CountryPersistence.findByActive_First(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the first country in the ordered set where active = ?.
static Region RegionUtil.findByActive_First(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where active = ?.
 Region RegionPersistence.findByActive_First(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where active = ?.
static Country CountryUtil.findByActive_Last(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the last country in the ordered set where active = ?.
 Country CountryPersistence.findByActive_Last(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the last country in the ordered set where active = ?.
static Region RegionUtil.findByActive_Last(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where active = ?.
 Region RegionPersistence.findByActive_Last(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where active = ?.
static Country[] CountryUtil.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator<Country> orderByComparator)
          Returns the countries before and after the current country in the ordered set where active = ?.
 Country[] CountryPersistence.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator<Country> orderByComparator)
          Returns the countries before and after the current country in the ordered set where active = ?.
static Region[] RegionUtil.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the regions before and after the current region in the ordered set where active = ?.
 Region[] RegionPersistence.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the regions before and after the current region in the ordered set where active = ?.
static List<Country> CountryUtil.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator)
          Returns an ordered range of all the countries where active = ?.
 List<Country> CountryPersistence.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator)
          Returns an ordered range of all the countries where active = ?.
static List<Region> RegionUtil.findByActive(boolean active, int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions where active = ?.
 List<Region> RegionPersistence.findByActive(boolean active, int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions where active = ?.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_First(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_First(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_Last(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_Last(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent[] ServiceComponentPersistence.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator<ServiceComponent> 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<ServiceComponent> 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<ServiceComponent> orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
static List<ServiceComponent> ServiceComponentUtil.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
 LayoutPrototype LayoutPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.findByC_A_First(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.findByC_A_First(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.findByC_A_Last(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.findByC_A_Last(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
 LayoutPrototype[] LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
static Region[] RegionUtil.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
 Region[] RegionPersistence.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
static List<Region> RegionUtil.findByC_A(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions where countryId = ? and active = ?.
 List<Region> RegionPersistence.findByC_A(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions where countryId = ? and active = ?.
static Address AddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Address> 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<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email 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<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the first 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<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Address> 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<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription SubscriptionPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistence.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator)
          Returns the first 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<Address> orderByComparator)
          Returns the last 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<Address> orderByComparator)
          Returns the last 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<Address> orderByComparator)
          Returns the addresses before and after the current 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<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set 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<Address> orderByComparator)
          Returns an ordered range of all the addresses 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<Address> orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator)
          Returns the first address 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<Address> 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<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress EmailAddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone 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<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator)
          Returns the first website 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<Website> orderByComparator)
          Returns the first 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<Address> orderByComparator)
          Returns the last address 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<Address> 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<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress EmailAddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone 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<Phone> orderByComparator)
          Returns the last 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<Website> orderByComparator)
          Returns the last website 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<Website> orderByComparator)
          Returns the last 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<Address> orderByComparator)
          Returns the addresses before and after the current address 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<Address> 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<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress[] EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> 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 Phone[] PhoneUtil.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone 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<Phone> orderByComparator)
          Returns the phones before and after the current 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<Website> orderByComparator)
          Returns the websites before and after the current website 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<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set 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<Address> orderByComparator)
          Returns an ordered range of all the addresses 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<Address> 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<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email 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<Phone> orderByComparator)
          Returns an ordered range of all the phones 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<Phone> orderByComparator)
          Returns an ordered range of all the phones 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<Website> orderByComparator)
          Returns an ordered range of all the websites 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<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address[] AddressUtil.findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address 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<Address> 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<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress[] EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email 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<Phone> orderByComparator)
          Returns the phones before and after the current phone 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<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription[] SubscriptionUtil.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Subscription[] SubscriptionPersistence.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website[] WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website 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<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static List<Address> AddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<Address> AddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> 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<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email 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<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Subscription> SubscriptionUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
 Group GroupPersistence.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
 Group[] GroupPersistence.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group[] GroupUtil.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
 List<Group> GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> GroupFinderUtil.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupFinder.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
static Address[] AddressUtil.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
 Address[] AddressPersistence.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
static Contact[] ContactUtil.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
 Contact[] ContactPersistence.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
static EmailAddress[] EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress[] EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.
 Group[] GroupPersistence.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
static Group[] GroupUtil.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
static Phone[] PhoneUtil.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
 Phone[] PhonePersistence.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
 Website[] WebsitePersistence.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
static Website[] WebsiteUtil.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
static Ticket TicketUtil.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistence.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket TicketPersistence.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket[] TicketUtil.findByC_C_T_PrevAndNext(long ticketId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
 Ticket[] TicketPersistence.findByC_C_T_PrevAndNext(long ticketId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator)
          Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static List<Ticket> TicketUtil.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator)
          Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
 List<Ticket> TicketPersistence.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator)
          Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
static List<Address> AddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
 List<Address> AddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
static List<EmailAddress> EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
 List<Group> GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
static List<Group> GroupUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
static User UserUtil.findByC_CD_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.findByC_CD_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_CD_Last(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.findByC_CD_Last(long companyId, Date createDate, OrderByComparator<User> 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<User> 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<User> 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<User> 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<User> 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<User> 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<User> 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<User> 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<User> 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<User> 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<User> 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<User> 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<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
static User UserUtil.findByC_DU_S_First(long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
 User UserPersistence.findByC_DU_S_First(long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
static User UserUtil.findByC_DU_S_Last(long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
 User UserPersistence.findByC_DU_S_Last(long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
static User[] UserUtil.findByC_DU_S_PrevAndNext(long userId, long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
 User[] UserPersistence.findByC_DU_S_PrevAndNext(long userId, long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?.
static List<User> UserUtil.findByC_DU_S(long companyId, boolean defaultUser, int status, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
 List<User> UserPersistence.findByC_DU_S(long companyId, boolean defaultUser, int status, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
 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<User> 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<User> 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<User> 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<User> obc)
           
static ResourceBlock ResourceBlockUtil.findByC_G_N_First(long companyId, long groupId, String name, OrderByComparator<ResourceBlock> 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<ResourceBlock> 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<ResourceBlock> 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<ResourceBlock> 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<ResourceBlock> 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<ResourceBlock> 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<ResourceBlock> 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<ResourceBlock> orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator<ResourcePermission> 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_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
static User UserUtil.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistence.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator<User> 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<User> 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<User> 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<User> 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<User> 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<Role> 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<Role> 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<Role> 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<Role> 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<UserGroup> obc)
           
 List<UserGroup> UserGroupFinder.findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> 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<UserGroup> obc)
           
 List<UserGroup> UserGroupFinder.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> obc)
           
static ResourceBlock ResourceBlockUtil.findByC_N_First(long companyId, String name, OrderByComparator<ResourceBlock> orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_N_First(long companyId, String name, OrderByComparator<ResourceBlock> 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<ResourceBlock> orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_N_Last(long companyId, String name, OrderByComparator<ResourceBlock> orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock[] ResourceBlockUtil.findByC_N_PrevAndNext(long resourceBlockId, long companyId, String name, OrderByComparator<ResourceBlock> 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<ResourceBlock> orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission[] ResourceTypePermissionUtil.findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission[] ResourceTypePermissionPersistence.findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
 List<ResourceTypePermission> ResourceTypePermissionPersistence.findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first 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<ResourcePermission> orderByComparator)
          Returns the last 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<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> 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_First(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first 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<ResourcePermission> 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_Last(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last 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<ResourcePermission> 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_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> 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[] roleIds, int start, int end, OrderByComparator<ResourcePermission> 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(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> 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<PasswordPolicy> obc)
           
 List<PasswordPolicy> PasswordPolicyFinder.findByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> obc)
           
static List<ResourceBlock> ResourceBlockUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator<ResourceBlock> 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<ResourceBlock> orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
 Group GroupPersistence.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Organization OrganizationPersistence.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static UserGroup UserGroupUtil.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistence.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Organization OrganizationPersistence.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static UserGroup UserGroupUtil.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group[] GroupPersistence.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
static Group[] GroupUtil.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
 Organization[] OrganizationPersistence.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization[] OrganizationUtil.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> 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<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup[] UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistence.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 Group GroupPersistence.findByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
static Group GroupUtil.findByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 Group GroupPersistence.findByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
static Group GroupUtil.findByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 Group[] GroupPersistence.findByC_P_S_I_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
static Group[] GroupUtil.findByC_P_S_I_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 List<Group> GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
static List<Group> GroupUtil.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 Group GroupPersistence.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 Group[] GroupPersistence.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group[] GroupUtil.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
static List<Group> GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
 List<Organization> OrganizationPersistence.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
static List<Organization> OrganizationUtil.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> 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<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
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<Organization> obc)
           
 List<Organization> OrganizationFinder.findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> 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<Organization> 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<Organization> obc)
           
 Group GroupPersistence.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static User UserUtil.findByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.findByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 Group GroupPersistence.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static User UserUtil.findByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 User UserPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 Group[] GroupPersistence.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
static Group[] GroupUtil.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
static User[] UserUtil.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator<User> 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<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
 List<Group> GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
static List<Group> GroupUtil.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
static List<User> UserUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<User> 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<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ? and status = ?.
static Role RoleUtil.findByC_T_First(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
 Role RolePersistence.findByC_T_First(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
 Organization OrganizationPersistence.findByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
static Organization OrganizationUtil.findByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
static Role RoleUtil.findByC_T_Last(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
 Role RolePersistence.findByC_T_Last(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
 Organization OrganizationPersistence.findByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
static Organization OrganizationUtil.findByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
static Role[] RoleUtil.findByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.
 Role[] RolePersistence.findByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.
 Organization[] OrganizationPersistence.findByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
static Organization[] OrganizationUtil.findByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
static List<Role> RoleUtil.findByC_T(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = any ?.
 List<Role> RolePersistence.findByC_T(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = any ?.
static List<Role> RoleUtil.findByC_T(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
 List<Role> RolePersistence.findByC_T(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
 List<Organization> OrganizationPersistence.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
static List<Organization> OrganizationUtil.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
static List<Subscription> SubscriptionUtil.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
 List<Subscription> SubscriptionPersistence.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> 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<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static Address AddressUtil.findByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.findByCompanyId_First(long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
 BackgroundTask BackgroundTaskPersistence.findByCompanyId_First(long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Layout LayoutUtil.findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 Layout LayoutPersistence.findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static Phone PhoneUtil.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByCompanyId_First(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_First(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Role RoleUtil.findByCompanyId_First(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_First(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_First(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_First(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_First(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_First(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_First(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_First(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static Address AddressUtil.findByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.findByCompanyId_Last(long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
 BackgroundTask BackgroundTaskPersistence.findByCompanyId_Last(long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Layout LayoutUtil.findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 Layout LayoutPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static Phone PhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByCompanyId_Last(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistence.findByCompanyId_Last(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Portlet PortletPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Role RoleUtil.findByCompanyId_Last(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_Last(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 User UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_Last(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_Last(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_Last(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_Last(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_Last(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static Address[] AddressUtil.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ?.
 Address[] AddressPersistence.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ?.
static BackgroundTask[] BackgroundTaskUtil.findByCompanyId_PrevAndNext(long backgroundTaskId, long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where companyId = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByCompanyId_PrevAndNext(long backgroundTaskId, long companyId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where companyId = ?.
static Contact[] ContactUtil.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
 Contact[] ContactPersistence.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
static EmailAddress[] EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ?.
 EmailAddress[] EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ?.
 Group[] GroupPersistence.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
static Group[] GroupUtil.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
static Layout[] LayoutUtil.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
 Layout[] LayoutPersistence.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
 LayoutPrototype[] LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
 Organization[] OrganizationPersistence.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
static Phone[] PhoneUtil.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
 Phone[] PhonePersistence.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
static PluginSetting[] PluginSettingUtil.findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.
 PluginSetting[] PluginSettingPersistence.findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.
static Portlet[] PortletUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
 Portlet[] PortletPersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
static Role[] RoleUtil.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ?.
 Role[] RolePersistence.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ?.
static User[] UserUtil.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
 User[] UserPersistence.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
static UserGroup[] UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ?.
 UserGroup[] UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ?.
static UserTracker[] UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
 UserTracker[] UserTrackerPersistence.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
 Website[] WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
static Website[] WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
static List<Address> AddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where companyId = ?.
 List<Address> AddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where companyId = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where companyId = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
static List<EmailAddress> EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<Layout> LayoutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
 List<Layout> LayoutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<Organization> OrganizationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
static List<Organization> OrganizationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
static List<PluginSetting> PluginSettingUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator)
          Returns an ordered range of all the plugin settings where companyId = ?.
 List<PluginSetting> PluginSettingPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator)
          Returns an ordered range of all the plugin settings where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
static List<Role> RoleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ?.
 List<Role> RolePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ?.
static List<User> UserUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
 List<User> UserPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
static List<UserTracker> UserTrackerUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers where companyId = ?.
 List<UserTracker> UserTrackerPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
static List<Group> GroupFinderUtil.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupFinder.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
static Region RegionUtil.findByCountryId_First(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
 Region RegionPersistence.findByCountryId_First(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
static Region RegionUtil.findByCountryId_Last(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
 Region RegionPersistence.findByCountryId_Last(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
static Region[] RegionUtil.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator<Region> 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<Region> 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<Region> orderByComparator)
          Returns an ordered range of all the regions where countryId = ?.
 List<Region> RegionPersistence.findByCountryId(long countryId, int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions where countryId = ?.
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User UserPersistence.findByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
static User[] UserUtil.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator<User> 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<User> 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<User> orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
 List<User> UserPersistence.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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 = ?.
 WorkflowInstanceLink[] WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> 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 List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator)
          Returns an ordered range of all the workflow instance links 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<WorkflowInstanceLink> orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByG_C_C_First(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByG_C_C_First(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByG_C_C_Last(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByG_C_C_Last(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
 SystemEvent[] SystemEventPersistence.findByG_C_C_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent[] SystemEventUtil.findByG_C_C_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByG_C_C_PrevAndNext(long workflowDefinitionLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByG_C_C_PrevAndNext(long workflowDefinitionLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent SystemEventUtil.findByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent SystemEventUtil.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent[] SystemEventPersistence.findByG_C_C_T_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent[] SystemEventUtil.findByG_C_C_T_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<SystemEvent> SystemEventPersistence.findByG_C_C_T(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<SystemEvent> SystemEventUtil.findByG_C_C_T(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<SystemEvent> SystemEventPersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
static List<SystemEvent> SystemEventUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByG_C_C(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByG_C_C(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 Group GroupPersistence.findByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
 Group GroupPersistence.findByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
 List<Group> GroupPersistence.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
 PortletItem[] PortletItemPersistence.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem[] PortletItemUtil.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> 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<Team> obc)
           
static List<Team> TeamFinderUtil.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static BackgroundTask BackgroundTaskUtil.findByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_N_T_C_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_N_T_C_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_N_T_C(long groupId, String name, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_N_T_C(long groupId, String name, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_N_T_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_N_T_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_N_T(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_N_T(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
 PortletItem PortletItemPersistence.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem[] PortletItemPersistence.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem[] PortletItemUtil.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
static Layout LayoutUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.
static Layout LayoutUtil.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the first 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<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the last 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<Layout> orderByComparator)
          Returns the layouts before and after the current 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<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout[] LayoutPersistence.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> 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<LayoutSetBranch> 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<LayoutSetBranch> 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_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
          Returns the first 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<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
          Returns the last 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<Layout> orderByComparator)
          Returns the layouts before and after the current 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<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> 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<LayoutSetBranch> 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<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
static BackgroundTask BackgroundTaskUtil.findByG_S_First(long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_S_First(long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.findByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 MembershipRequest MembershipRequestPersistence.findByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 SystemEvent SystemEventPersistence.findByG_S_First(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent SystemEventUtil.findByG_S_First(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static BackgroundTask BackgroundTaskUtil.findByG_S_Last(long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.findByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
 MembershipRequest MembershipRequestPersistence.findByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
 SystemEvent SystemEventPersistence.findByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent SystemEventUtil.findByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_S_PrevAndNext(long backgroundTaskId, long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_S_PrevAndNext(long backgroundTaskId, long groupId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest[] MembershipRequestUtil.findByG_S_PrevAndNext(long membershipRequestId, long groupId, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.
 SystemEvent[] SystemEventPersistence.findByG_S_PrevAndNext(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent[] SystemEventUtil.findByG_S_PrevAndNext(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and status = ?.
static List<MembershipRequest> MembershipRequestUtil.findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.
 List<MembershipRequest> MembershipRequestPersistence.findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.
 List<SystemEvent> SystemEventPersistence.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
static List<SystemEvent> SystemEventUtil.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_T_C_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_T_C_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_C(long groupId, String[] taskExecutorClassNames, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and completed = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T_C(long groupId, String[] taskExecutorClassNames, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and completed = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_C(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T_C(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_T_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_T_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.findByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_T_S_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByG_T_S_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_S(long groupId, String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T_S(long groupId, String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_S(long groupId, String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T_S(long groupId, String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByG_T(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
static Subscription SubscriptionUtil.findByG_U_First(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where groupId = ? and userId = ?.
 Subscription SubscriptionPersistence.findByG_U_First(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where groupId = ? and userId = ?.
static Subscription SubscriptionUtil.findByG_U_Last(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where groupId = ? and userId = ?.
 Subscription SubscriptionPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where groupId = ? and userId = ?.
static Subscription[] SubscriptionUtil.findByG_U_PrevAndNext(long subscriptionId, long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.
 Subscription[] SubscriptionPersistence.findByG_U_PrevAndNext(long subscriptionId, long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.
static MembershipRequest MembershipRequestUtil.findByG_U_S_First(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, OrderByComparator<MembershipRequest> 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, long statusId, int start, int end, OrderByComparator<MembershipRequest> 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, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.
static List<Subscription> SubscriptionUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
 List<Subscription> SubscriptionPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
static BackgroundTask BackgroundTaskUtil.findByGroupId_First(long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
 BackgroundTask BackgroundTaskPersistence.findByGroupId_First(long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
static Layout LayoutUtil.findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 Layout LayoutPersistence.findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.findByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistence.findByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByGroupId_First(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 Repository RepositoryPersistence.findByGroupId_First(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.findByGroupId_First(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.findByGroupId_First(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
 Team TeamPersistence.findByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
static Team TeamUtil.findByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.findByGroupId_Last(long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
 BackgroundTask BackgroundTaskPersistence.findByGroupId_Last(long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
static Layout LayoutUtil.findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 Layout LayoutPersistence.findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.findByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistence.findByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByGroupId_Last(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 Repository RepositoryPersistence.findByGroupId_Last(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.findByGroupId_Last(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.findByGroupId_Last(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
 Team TeamPersistence.findByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
static Team TeamUtil.findByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static BackgroundTask[] BackgroundTaskUtil.findByGroupId_PrevAndNext(long backgroundTaskId, long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByGroupId_PrevAndNext(long backgroundTaskId, long groupId, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ?.
static Layout[] LayoutUtil.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
 Layout[] LayoutPersistence.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
static LayoutSet[] LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.findByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?.
 LayoutSetBranch[] LayoutSetBranchPersistence.findByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?.
static MembershipRequest[] MembershipRequestUtil.findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.
 MembershipRequest[] MembershipRequestPersistence.findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.
static Repository[] RepositoryUtil.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
 Repository[] RepositoryPersistence.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
 SystemEvent[] SystemEventPersistence.findByGroupId_PrevAndNext(long systemEventId, long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ?.
static SystemEvent[] SystemEventUtil.findByGroupId_PrevAndNext(long systemEventId, long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ?.
 Team[] TeamPersistence.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where groupId = ?.
static Team[] TeamUtil.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where groupId = ?.
 OrgGroupRole[] OrgGroupRolePersistence.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator<OrgGroupRole> 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<OrgGroupRole> orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ?.
static List<Layout> LayoutUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
 List<Layout> LayoutPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ?.
 List<MembershipRequest> MembershipRequestPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles where groupId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles where groupId = ?.
static List<Repository> RepositoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories where groupId = ?.
 List<Repository> RepositoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories where groupId = ?.
 List<SystemEvent> SystemEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ?.
static List<SystemEvent> SystemEventUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ?.
 List<Team> TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
static LayoutRevision LayoutRevisionUtil.findByH_P_First(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByH_P_First(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByH_P_Last(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
static List<Organization> OrganizationFinderUtil.findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Organization> obc)
           
 List<Organization> OrganizationFinder.findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Organization> obc)
           
 List<Role> RoleFinder.findByKeywords(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> obc)
           
static List<Role> RoleFinderUtil.findByKeywords(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> obc)
           
 List<Role> RoleFinder.findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
static List<Role> RoleFinderUtil.findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
 List<User> UserFinder.findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<User> obc)
           
static List<User> UserFinderUtil.findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<User> obc)
           
static List<UserGroup> UserGroupFinderUtil.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<UserGroup> obc)
           
 List<UserGroup> UserGroupFinder.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<UserGroup> obc)
           
static LayoutRevision LayoutRevisionUtil.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> 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<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first 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<LayoutBranch> orderByComparator)
          Returns the last 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<LayoutBranch> orderByComparator)
          Returns the last 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<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current 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<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutBranch[] LayoutBranchUtil.findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch[] LayoutBranchPersistence.findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
static Layout LayoutUtil.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistence.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistence.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
static Layout[] LayoutUtil.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
 Layout[] LayoutPersistence.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
static List<Layout> LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
 List<Layout> LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
static List<Group> GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
           
static LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch[] LayoutBranchUtil.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch[] LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet[] LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet[] LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 Organization OrganizationPersistence.findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistence.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 List<Organization> OrganizationPersistence.findByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
static List<Organization> OrganizationUtil.findByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 Image ImagePersistence.findByLtSize_First(int size, OrderByComparator<Image> orderByComparator)
          Returns the first image in the ordered set where size < ?.
static Image ImageUtil.findByLtSize_First(int size, OrderByComparator<Image> orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistence.findByLtSize_Last(int size, OrderByComparator<Image> orderByComparator)
          Returns the last image in the ordered set where size < ?.
static Image ImageUtil.findByLtSize_Last(int size, OrderByComparator<Image> orderByComparator)
          Returns the last image in the ordered set where size < ?.
 Image[] ImagePersistence.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator<Image> orderByComparator)
          Returns the images before and after the current image in the ordered set where size < ?.
static Image[] ImageUtil.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator<Image> orderByComparator)
          Returns the images before and after the current image in the ordered set where size < ?.
 List<Image> ImagePersistence.findByLtSize(int size, int start, int end, OrderByComparator<Image> orderByComparator)
          Returns an ordered range of all the images where size < ?.
static List<Image> ImageUtil.findByLtSize(int size, int start, int end, OrderByComparator<Image> orderByComparator)
          Returns an ordered range of all the images where size < ?.
static ResourceAction ResourceActionUtil.findByName_First(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByName_First(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
static Role RoleUtil.findByName_First(String name, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where name = ?.
 Role RolePersistence.findByName_First(String name, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByName_Last(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByName_Last(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
static Role RoleUtil.findByName_Last(String name, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where name = ?.
 Role RolePersistence.findByName_Last(String name, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where name = ?.
static ResourceAction[] ResourceActionUtil.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the resource actions before and after the current resource action in the ordered set where name = ?.
 ResourceAction[] ResourceActionPersistence.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the resource actions before and after the current resource action in the ordered set where name = ?.
static Role[] RoleUtil.findByName_PrevAndNext(long roleId, String name, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where name = ?.
 Role[] RolePersistence.findByName_PrevAndNext(long roleId, String name, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where name = ?.
static List<ResourceAction> ResourceActionUtil.findByName(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator)
          Returns an ordered range of all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistence.findByName(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator)
          Returns an ordered range of all the resource actions where name = ?.
static List<Role> RoleUtil.findByName(String name, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where name = ?.
 List<Role> RolePersistence.findByName(String name, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where name = ?.
 Organization OrganizationPersistence.findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static List<Organization> OrganizationUtil.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first 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<PortletPreferences> orderByComparator)
          Returns the last 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<PortletPreferences> orderByComparator)
          Returns the last 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first 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<PortletPreferences> orderByComparator)
          Returns the last 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<PortletPreferences> orderByComparator)
          Returns the last 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor[] OrgLaborPersistence.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
static OrgLabor[] OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_First(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.findByP_NotS_First(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.findByP_NotS_Last(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
static PortletPreferences PortletPreferencesUtil.findByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel[] PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> 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<PasswordPolicyRel> 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<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_First(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_First(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_Last(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_Last(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
static PortletPreferences[] PortletPreferencesUtil.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByPlid(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByPlid(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission[] ResourceBlockPermissionUtil.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId, long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission[] ResourceBlockPermissionPersistence.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId, long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByRoleId_First(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByRoleId_First(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByRoleId_First(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByRoleId_Last(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static ResourceBlockPermission[] ResourceBlockPermissionUtil.findByRoleId_PrevAndNext(long resourceBlockPermissionId, long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?.
 ResourceBlockPermission[] ResourceBlockPermissionPersistence.findByRoleId_PrevAndNext(long resourceBlockPermissionId, long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator<ResourcePermission> 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<ResourceTypePermission> orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission[] ResourceTypePermissionPersistence.findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
 OrgGroupRole[] OrgGroupRolePersistence.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator<OrgGroupRole> 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<OrgGroupRole> orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles where roleId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles where roleId = ?.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions where roleId = ?.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions where roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions where roleId = ?.
 List<ResourceTypePermission> ResourceTypePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.findByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.findByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
static ResourcePermission[] ResourcePermissionUtil.findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByScope(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByScope(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
static UserTracker UserTrackerUtil.findBySessionId_First(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_First(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.findBySessionId_Last(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_Last(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
static UserTracker[] UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator<UserTracker> 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<UserTracker> 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<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistence.findBySessionId(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers where sessionId = ?.
 List<User> UserFinder.findBySocialUsers(long companyId, long userId, int socialRelationType, String socialRelationTypeComparator, int status, int start, int end, OrderByComparator<User> obc)
           
static List<User> UserFinderUtil.findBySocialUsers(long companyId, long userId, int socialRelationType, String socialRelationTypeComparator, int status, int start, int end, OrderByComparator<User> obc)
           
static Layout LayoutUtil.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout[] LayoutUtil.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout[] LayoutPersistence.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static List<Layout> LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
static BackgroundTask BackgroundTaskUtil.findByStatus_First(int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where status = ?.
 BackgroundTask BackgroundTaskPersistence.findByStatus_First(int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.findByStatus_Last(int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where status = ?.
 BackgroundTask BackgroundTaskPersistence.findByStatus_Last(int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByStatus_PrevAndNext(long backgroundTaskId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where status = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByStatus_PrevAndNext(long backgroundTaskId, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByStatus(int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByStatus(int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where status = ?.
static Role RoleUtil.findBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 Role RolePersistence.findBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
static Role RoleUtil.findBySubtype_Last(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
 Role RolePersistence.findBySubtype_Last(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
static Role[] RoleUtil.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator<Role> 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<Role> 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<Role> orderByComparator)
          Returns an ordered range of all the roles where subtype = ?.
 List<Role> RolePersistence.findBySubtype(String subtype, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where subtype = ?.
static Company CompanyUtil.findBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistence.findBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company CompanyPersistence.findBySystem_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last company in the ordered set where system = ?.
static Company[] CompanyUtil.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator<Company> orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
 Company[] CompanyPersistence.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator<Company> orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end, OrderByComparator<Company> orderByComparator)
          Returns an ordered range of all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end, OrderByComparator<Company> orderByComparator)
          Returns an ordered range of all the companies where system = ?.
 Group GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_Last(int type, boolean active, OrderByComparator<Group> 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<Group> 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<Group> 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<Group> 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<Group> orderByComparator)
          Returns an ordered range of all the groups where type = ? and active = ?.
static Role RoleUtil.findByT_S_First(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 Role RolePersistence.findByT_S_First(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
static BackgroundTask BackgroundTaskUtil.findByT_S_First(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.findByT_S_First(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
static Role RoleUtil.findByT_S_Last(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 Role RolePersistence.findByT_S_Last(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
static BackgroundTask BackgroundTaskUtil.findByT_S_Last(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
 BackgroundTask BackgroundTaskPersistence.findByT_S_Last(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
static Role[] RoleUtil.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator<Role> 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<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.
static BackgroundTask[] BackgroundTaskUtil.findByT_S_PrevAndNext(long backgroundTaskId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?.
 BackgroundTask[] BackgroundTaskPersistence.findByT_S_PrevAndNext(long backgroundTaskId, String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?.
static List<Role> RoleUtil.findByT_S(int type, String subtype, int start, int end, OrderByComparator<Role> 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<Role> orderByComparator)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByT_S(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByT_S(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByT_S(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
 List<BackgroundTask> BackgroundTaskPersistence.findByT_S(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
static Role RoleUtil.findByType_First(int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
 Role RolePersistence.findByType_First(int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static Role RoleUtil.findByType_Last(int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ?.
 Role RolePersistence.findByType_Last(int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static Role[] RoleUtil.findByType_PrevAndNext(long roleId, int type, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ?.
 Role[] RolePersistence.findByType_PrevAndNext(long roleId, int type, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ?.
static ListType[] ListTypeUtil.findByType_PrevAndNext(long listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
 ListType[] ListTypePersistence.findByType_PrevAndNext(long listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
static List<Role> RoleUtil.findByType(int type, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where type = ?.
 List<Role> RolePersistence.findByType(int type, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_A_A_First(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_A_A_First(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_A_A_Last(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_A_A_Last(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_A_A_PrevAndNext(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_A_A_PrevAndNext(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_A_A(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_A_A(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_A_First(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> 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<UserNotificationEvent> 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<UserNotificationEvent> 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<UserNotificationEvent> 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<UserNotificationEvent> 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<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and archived = ?.
static Subscription SubscriptionUtil.findByU_C_First(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByU_C_First(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.findByU_C_Last(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistence.findByU_C_Last(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription[] SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription[] SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
static List<Subscription> SubscriptionUtil.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
 List<Subscription> SubscriptionPersistence.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_D_A_First(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_A_First(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_D_A_Last(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_A_Last(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_D_A_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_D_A_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_D_A(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_D_A(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_D_First(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_First(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_D_Last(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_Last(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_A_A_First(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_A_A_First(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_A_A_Last(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_A_A_Last(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_DT_A_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_DT_A_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_A_First(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_A_First(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_A_Last(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_A_Last(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_DT_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_DT_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT_A(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_DT_A(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_D_A_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_D_A_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_D_A_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_D_A_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_DT_D_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_DT_D_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_D_First(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_D_First(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_D_Last(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_D_Last(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_DT_D_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_DT_D_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT_D(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_DT_D(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_First(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_First(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_DT_Last(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_DT_Last(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_DT_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_DT_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_DT(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_First(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_First(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_Last(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_Last(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> 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<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_First(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_First(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_Last(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_Last(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
static Address AddressUtil.findByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where userId = ?.
 Address AddressPersistence.findByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.findByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistence.findByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static Phone PhoneUtil.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_First(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_First(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.findByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.findByUserId_First(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistence.findByUserId_First(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUserId_First(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUserId_First(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_First(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_First(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Address AddressUtil.findByUserId_Last(long userId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where userId = ?.
 Address AddressPersistence.findByUserId_Last(long userId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.findByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistence.findByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static Phone PhoneUtil.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_Last(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 Subscription SubscriptionPersistence.findByUserId_Last(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistence.findByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.findByUserId_Last(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistence.findByUserId_Last(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUserId_Last(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUserId_Last(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_Last(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_Last(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Address[] AddressUtil.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where userId = ?.
 Address[] AddressPersistence.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator<Address> 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<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where userId = ?.
 EmailAddress[] EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where userId = ?.
static MembershipRequest[] MembershipRequestUtil.findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where userId = ?.
 MembershipRequest[] MembershipRequestPersistence.findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where userId = ?.
 PasswordTracker[] PasswordTrackerPersistence.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.
static PasswordTracker[] PasswordTrackerUtil.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.
static Phone[] PhoneUtil.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
 Phone[] PhonePersistence.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
static Subscription[] SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
 Subscription[] SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
 UserIdMapper[] UserIdMapperPersistence.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.
static UserIdMapper[] UserIdMapperUtil.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.
static UserNotificationDelivery[] UserNotificationDeliveryUtil.findByUserId_PrevAndNext(long userNotificationDeliveryId, long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
 UserNotificationDelivery[] UserNotificationDeliveryPersistence.findByUserId_PrevAndNext(long userNotificationDeliveryId, long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
static UserTracker[] UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.
 UserTracker[] UserTrackerPersistence.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator<UserTracker> 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<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
static Website[] WebsiteUtil.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
static List<Address> AddressUtil.findByUserId(long userId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where userId = ?.
 List<Address> AddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where userId = ?.
static List<EmailAddress> EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where userId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests where userId = ?.
 List<MembershipRequest> MembershipRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
static List<PasswordTracker> PasswordTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where userId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where userId = ?.
 List<UserIdMapper> UserIdMapperPersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator)
          Returns an ordered range of all the user ID mappers where userId = ?.
static List<UserIdMapper> UserIdMapperUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator)
          Returns an ordered range of all the user ID mappers where userId = ?.
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns an ordered range of all the user notification deliveries where userId = ?.
 List<UserNotificationDelivery> UserNotificationDeliveryPersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns an ordered range of all the user notification deliveries where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
static List<UserTracker> UserTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers where userId = ?.
 List<UserTracker> UserTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath[] UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator<UserTrackerPath> 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<UserTrackerPath> 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<UserTrackerPath> orderByComparator)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
 List<UserTrackerPath> UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
static Address AddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 Organization OrganizationPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 Organization OrganizationPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
 User UserPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Address[] AddressUtil.findByUuid_C_PrevAndNext(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.
 Address[] AddressPersistence.findByUuid_C_PrevAndNext(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress[] EmailAddressUtil.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress[] EmailAddressPersistence.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.
 Group[] GroupPersistence.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
static Group[] GroupUtil.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
static Layout[] LayoutUtil.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
 Layout[] LayoutPersistence.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype[] LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
 Organization[] OrganizationPersistence.findByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.
static Organization[] OrganizationUtil.findByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
static Phone[] PhoneUtil.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
 Phone[] PhonePersistence.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
static Repository[] RepositoryUtil.findByUuid_C_PrevAndNext(long repositoryId, String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.
 Repository[] RepositoryPersistence.findByUuid_C_PrevAndNext(long repositoryId, String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByUuid_C_PrevAndNext(long repositoryEntryId, String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByUuid_C_PrevAndNext(long repositoryEntryId, String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.
static Role[] RoleUtil.findByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.
 Role[] RolePersistence.findByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.
static User[] UserUtil.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
 User[] UserPersistence.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
static UserGroup[] UserGroupUtil.findByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup[] UserGroupPersistence.findByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
 Website[] WebsitePersistence.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
static Website[] WebsiteUtil.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
static List<Address> AddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
 List<Address> AddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
static List<EmailAddress> EmailAddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
 List<EmailAddress> EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
 List<Group> GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
static List<Group> GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
static List<Layout> LayoutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
 List<Layout> LayoutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<Organization> OrganizationPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
static List<Organization> OrganizationUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
static List<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
static List<Repository> RepositoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories where uuid = ? and companyId = ?.
 List<Repository> RepositoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories where uuid = ? and companyId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
static List<Role> RoleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
 List<Role> RolePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
static List<User> UserUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
 List<User> UserPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
static List<Website> WebsiteUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
static Address AddressUtil.findByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
 Address AddressPersistence.findByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 Group GroupPersistence.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Group GroupUtil.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistence.findByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 Organization OrganizationPersistence.findByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
static Organization OrganizationUtil.findByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static Phone PhoneUtil.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
static Repository RepositoryUtil.findByUuid_First(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
 Repository RepositoryPersistence.findByUuid_First(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_First(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_First(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static Role RoleUtil.findByUuid_First(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 Role RolePersistence.findByUuid_First(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
static User UserUtil.findByUuid_First(String uuid, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_First(String uuid, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.findByUuid_First(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.findByUuid_First(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_First(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_First(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Address AddressUtil.findByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
 Address AddressPersistence.findByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 Group GroupPersistence.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Group GroupUtil.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 Organization OrganizationPersistence.findByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
static Organization OrganizationUtil.findByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static Phone PhoneUtil.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
static Repository RepositoryUtil.findByUuid_Last(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
 Repository RepositoryPersistence.findByUuid_Last(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_Last(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_Last(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static Role RoleUtil.findByUuid_Last(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 Role RolePersistence.findByUuid_Last(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
static User UserUtil.findByUuid_Last(String uuid, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 User UserPersistence.findByUuid_Last(String uuid, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.findByUuid_Last(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.findByUuid_Last(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_Last(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_Last(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Address[] AddressUtil.findByUuid_PrevAndNext(long addressId, String uuid, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ?.
 Address[] AddressPersistence.findByUuid_PrevAndNext(long addressId, String uuid, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ?.
static EmailAddress[] EmailAddressUtil.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ?.
 EmailAddress[] EmailAddressPersistence.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ?.
 Group[] GroupPersistence.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ?.
static Group[] GroupUtil.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ?.
static Layout[] LayoutUtil.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
 Layout[] LayoutPersistence.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
 LayoutPrototype[] LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
 Organization[] OrganizationPersistence.findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ?.
static Organization[] OrganizationUtil.findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
static Phone[] PhoneUtil.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
 Phone[] PhonePersistence.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
static Repository[] RepositoryUtil.findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ?.
 Repository[] RepositoryPersistence.findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
static Role[] RoleUtil.findByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ?.
 Role[] RolePersistence.findByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ?.
static User[] UserUtil.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
 User[] UserPersistence.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
static UserGroup[] UserGroupUtil.findByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ?.
 UserGroup[] UserGroupPersistence.findByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
 Website[] WebsitePersistence.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
static Website[] WebsiteUtil.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
static List<Address> AddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where uuid = ?.
 List<Address> AddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where uuid = ?.
static List<EmailAddress> EmailAddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ?.
 List<Group> GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
static List<Layout> LayoutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where uuid = ?.
 List<Layout> LayoutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where uuid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 List<Organization> OrganizationPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where uuid = ?.
static List<Organization> OrganizationUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
static List<Phone> PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
 List<Phone> PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
static List<Repository> RepositoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories where uuid = ?.
 List<Repository> RepositoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
static List<Role> RoleUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where uuid = ?.
 List<Role> RolePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where uuid = ?.
static List<User> UserUtil.findByUuid(String uuid, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
 List<User> UserPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
static List<UserGroup> UserGroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where uuid = ?.
 List<UserGroup> UserGroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where uuid = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
static List<Account> AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Account> orderByComparator)
           
static List<Address> AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Address> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BrowserTracker> BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<BrowserTracker> orderByComparator)
           
static List<ClassName> ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ClassName> orderByComparator)
           
static List<ClusterGroup> ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ClusterGroup> orderByComparator)
           
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Company> orderByComparator)
           
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Contact> orderByComparator)
           
static List<Country> CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Country> orderByComparator)
           
static List<EmailAddress> EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
           
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Image> ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Image> orderByComparator)
           
static List<Layout> LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Layout> orderByComparator)
           
static List<LayoutBranch> LayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
           
static List<LayoutRevision> LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
static List<LayoutSet> LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
           
static List<LayoutSetBranch> LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
           
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
           
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ListType> orderByComparator)
           
static List<MembershipRequest> MembershipRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
           
static List<Organization> OrganizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Organization> orderByComparator)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
           
static List<OrgLabor> OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
           
static List<PasswordPolicy> PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
           
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
           
static List<PasswordTracker> PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordTracker> orderByComparator)
           
static List<Phone> PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Phone> orderByComparator)
           
static List<PluginSetting> PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PluginSetting> orderByComparator)
           
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortalPreferences> orderByComparator)
           
static List<Portlet> PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Portlet> orderByComparator)
           
static List<PortletItem> PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortletItem> orderByComparator)
           
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
           
static List<Region> RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Region> orderByComparator)
           
static List<Release> ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Release> orderByComparator)
           
static List<Repository> RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Repository> orderByComparator)
           
static List<RepositoryEntry> RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
           
static List<ResourceAction> ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourceAction> orderByComparator)
           
static List<ResourceBlock> ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourceBlock> orderByComparator)
           
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
           
static List<ResourcePermission> ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
           
static List<ResourceTypePermission> ResourceTypePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
           
static List<Role> RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Role> orderByComparator)
           
static List<ServiceComponent> ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ServiceComponent> orderByComparator)
           
static List<Shard> ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Shard> orderByComparator)
           
static List<Subscription> SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Subscription> orderByComparator)
           
static List<SystemEvent> SystemEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
           
static List<Team> TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Team> orderByComparator)
           
static List<Ticket> TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Ticket> orderByComparator)
           
static List<User> UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<User> orderByComparator)
           
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
           
static List<UserGroupRole> UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
           
static List<UserIdMapper> UserIdMapperUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserIdMapper> orderByComparator)
           
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator)
           
static List<UserNotificationEvent> UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
           
static List<UserTracker> UserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserTracker> orderByComparator)
           
static List<UserTrackerPath> UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator)
           
<V> List<V>
BasePersistence.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<V> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List<VirtualHost> VirtualHostUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<VirtualHost> orderByComparator)
           
static List<WebDAVProps> WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<WebDAVProps> orderByComparator)
           
static List<Website> WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Website> orderByComparator)
           
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator)
           
static List<Group> UserUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
static List<Group> UserGroupUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
 List<Group> OrganizationPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> UserGroupPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> UserPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 List<Group> RolePersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
static List<Organization> UserUtil.getOrganizations(long pk, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations associated with the user.
 List<Organization> GroupPersistence.getOrganizations(long pk, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations associated with the group.
static List<Organization> GroupUtil.getOrganizations(long pk, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations associated with the group.
 List<Organization> UserPersistence.getOrganizations(long pk, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations associated with the user.
static List<Role> UserUtil.getRoles(long pk, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles associated with the user.
 List<Role> GroupPersistence.getRoles(long pk, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles associated with the group.
static List<Role> GroupUtil.getRoles(long pk, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles associated with the group.
 List<Role> UserPersistence.getRoles(long pk, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles associated with the user.
static List<Team> UserUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> 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<Team> 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<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
 List<Team> UserPersistence.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user.
static List<UserGroup> UserUtil.getUserGroups(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups associated with the user.
 List<UserGroup> TeamPersistence.getUserGroups(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups associated with the team.
static List<UserGroup> TeamUtil.getUserGroups(long pk, int start, int end, OrderByComparator<UserGroup> 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<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
static List<UserGroup> GroupUtil.getUserGroups(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
 List<UserGroup> UserPersistence.getUserGroups(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups associated with the user.
static List<User> UserGroupUtil.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the user group.
static List<User> RoleUtil.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the role.
 List<User> TeamPersistence.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the team.
static List<User> TeamUtil.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the team.
 List<User> OrganizationPersistence.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the organization.
 List<User> GroupPersistence.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the group.
static List<User> GroupUtil.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the group.
 List<User> UserGroupPersistence.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the user group.
static List<User> OrganizationUtil.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the organization.
 List<User> RolePersistence.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the role.
 

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<T> orderByComparator)
           
protected  void BasePersistenceImpl.appendOrderByComparator(StringBundler query, String entityAlias, OrderByComparator<T> orderByComparator, boolean sqlQuery)
           
<V> List<V>
BasePersistenceImpl.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<V> orderByComparator)
           
protected static
<T extends BaseModel<T>>
List<T>
TableMapperImpl.getBaseModels(PortalCache<Long,long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, BasePersistence<T> slaveBasePersistence, int start, int end, OrderByComparator<T> obc)
           
 List<L> ReverseTableMapper.getLeftBaseModels(long rightPrimaryKey, int start, int end, OrderByComparator<L> obc)
           
 List<L> TableMapper.getLeftBaseModels(long rightPrimaryKey, int start, int end, OrderByComparator<L> obc)
           
 List<L> TableMapperImpl.getLeftBaseModels(long rightPrimaryKey, int start, int end, OrderByComparator<L> obc)
           
 List<R> ReverseTableMapper.getRightBaseModels(long leftPrimaryKey, int start, int end, OrderByComparator<R> obc)
           
 List<R> TableMapper.getRightBaseModels(long leftPrimaryKey, int start, int end, OrderByComparator<R> obc)
           
 List<R> TableMapperImpl.getRightBaseModels(long leftPrimaryKey, int start, int end, OrderByComparator<R> obc)
           
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Methods in com.liferay.portlet.blogs.service with parameters of type OrderByComparator
static
<T> List<T>
BlogsStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BlogsStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BlogsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BlogsStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
BlogsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BlogsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
 List<BlogsEntry> BlogsEntryLocalService.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getCompanyEntries(long, Date, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getCompanyEntries(long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getCompanyEntries(long, Date, QueryDefinition)
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getGroupEntries(long, Date, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getGroupEntries(long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getGroupEntries(long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getGroupEntries(long, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getGroupEntries(long, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getGroupEntries(long, QueryDefinition)
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getGroupUserEntries(long, long, Date, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getGroupUserEntries(long, long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getGroupUserEntries(long, long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getOrganizationEntries(long, Date, QueryDefinition)
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getOrganizationEntries(long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalService.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getOrganizationEntries(long, Date, QueryDefinition)
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_First(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByGroupId_First(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByU_L_First(long userId, Date lastPostDate, OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByUserId_First(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByUserId_First(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByUserId_Last(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByUserId_Last(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> 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_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> 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_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> 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_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> 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_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> 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 ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> 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_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> 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_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> 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.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries.
static List<BlogsEntry> BlogsEntryUtil.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findAll(int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users.
static List<BlogsStatsUser> BlogsStatsUserUtil.findAll(int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByC_NotE_First(long companyId, int entryCount, OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> 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_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByG_NotE_First(long groupId, int entryCount, OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> 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_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> 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_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> 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_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> 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_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByGroupId_First(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByGroupId_Last(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
static BlogsEntry[] BlogsEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 BlogsStatsUser BlogsStatsUserPersistence.findByU_L_First(long userId, Date lastPostDate, OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByUserId_First(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByUserId_First(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByUserId_Last(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByUserId_Last(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry[] BlogsEntryUtil.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator<BlogsEntry> 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<BlogsEntry> 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<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
           
static List<BlogsStatsUser> BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<BlogsStatsUser> 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.calendar.service
 

Methods in com.liferay.portlet.calendar.service with parameters of type OrderByComparator
<T> List<T>
CalEventLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
CalEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
CalEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<CalEvent> CalEventLocalService.getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Returns a range of cal events matching the UUID and company.
static List<CalEvent> CalEventLocalServiceUtil.getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Returns a range of cal events matching the UUID and company.
 List<CalEvent> CalEventLocalServiceWrapper.getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Returns a range of cal events matching the UUID and company.
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.service with parameters of type OrderByComparator
<T> List<T>
DLFileRankLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileEntryTypeLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLSyncEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DLFileEntryMetadataLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLContentLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DLFileRankLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileEntryMetadataLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileRankLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DLFileVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DLSyncEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DLFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileEntryTypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DLFileEntryTypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileShortcutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileEntryMetadataLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DLFileEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DLContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DLFileShortcutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileShortcutLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLSyncEventLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
 List<DLFileEntry> DLFileEntryLocalService.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
 List<DLFileShortcut> DLFileShortcutLocalServiceWrapper.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
static List<DLFileShortcut> DLFileShortcutLocalServiceUtil.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
 List<DLFileShortcut> DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
static List<DLFileVersion> DLFileVersionLocalServiceUtil.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns a range of document library file versions matching the UUID and company.
 List<DLFileVersion> DLFileVersionLocalService.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns a range of document library file versions matching the UUID and company.
 List<DLFileVersion> DLFileVersionLocalServiceWrapper.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns a range of document library file versions matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
 List<DLFolder> DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppService.getFileEntries(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> 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<FileEntry> obc)
          Returns an ordered range of all the file entries in the folder.
static List<FileEntry> DLAppServiceUtil.getFileEntries(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> obc)
          Returns an ordered range of all the file entries in the folder.
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppService.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> obc)
          Returns an ordered range of all the file entries with the file entry type in the folder.
 List<FileEntry> DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> obc)
          Returns an ordered range of all the file entries with the file entry type in the folder.
static List<FileEntry> DLAppServiceUtil.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> 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<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppService.getFileEntries(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<FileEntry> DLAppServiceUtil.getFileEntries(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> 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<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> 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<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> 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> 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.
static List<Object> DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
static List<Object> DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
 List<Object> DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
static List<Object> 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> DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
 List<Object> 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)
           
 List<Object> DLAppService.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)
           
static List<Object> DLFolderServiceUtil.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)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
 List<Object> DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
static List<Object> DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, 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)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
 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)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> obc)
          Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.
 List<FileEntry> DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> obc)
          Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.
static List<FileEntry> DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> obc)
          Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> 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> DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> obc)
          Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.
static List<FileEntry> DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> 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> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppService.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<FileEntry> DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<DLFolder> DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<Folder> DLAppService.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> 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<Folder> 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> DLAppServiceUtil.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<DLFileEntryType> DLFileEntryTypeLocalService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> 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 DLFileShortcut DLFileShortcutUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion DLFileVersionPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion DLFileVersionUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion DLFileVersionPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion DLFileVersionUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLContent DLContentPersistence.fetchByC_R_First(long companyId, long repositoryId, OrderByComparator<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
static DLFileVersion DLFileVersionUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
static DLFileVersion DLFileVersionUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFileEntry DLFileEntryUtil.fetchByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileEntry DLFileEntryUtil.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileVersionId_First(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileVersionId_First(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByFileVersionId_Last(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByFileVersionId_Last(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> 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<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> 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<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> 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<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> 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<DLFileVersion> orderByComparator)
          Returns the last document library file version 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_A_First(long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_A_First(long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_A_Last(long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_A_Last(long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
 DLSyncEvent DLSyncEventPersistence.fetchByModifiedTime_First(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent DLSyncEventUtil.fetchByModifiedTime_First(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
 DLSyncEvent DLSyncEventPersistence.fetchByModifiedTime_Last(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent DLSyncEventUtil.fetchByModifiedTime_Last(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
 DLFolder DLFolderPersistence.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFolder DLFolderPersistence.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileRank DLFileRankUtil.fetchByUserId_First(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.fetchByUserId_First(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.fetchByUserId_Last(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.fetchByUserId_Last(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> 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<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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 = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> 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 DLFileEntryType[] DLFileEntryTypeUtil.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.
 DLFolder[] DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
static DLFolder[] DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> 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 = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> 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[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> 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<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders 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<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLContent> DLContentPersistence.findAll(int start, int end, OrderByComparator<DLContent> orderByComparator)
          Returns an ordered range of all the document library contents.
static List<DLContent> DLContentUtil.findAll(int start, int end, OrderByComparator<DLContent> orderByComparator)
          Returns an ordered range of all the document library contents.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findAll(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findAll(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
static List<DLFileRank> DLFileRankUtil.findAll(int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks.
 List<DLFileRank> DLFileRankPersistence.findAll(int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks.
static List<DLFileShortcut> DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileVersion> DLFileVersionPersistence.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions.
static List<DLFileVersion> DLFileVersionUtil.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders.
 List<DLSyncEvent> DLSyncEventPersistence.findAll(int start, int end, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns an ordered range of all the d l sync events.
static List<DLSyncEvent> DLSyncEventUtil.findAll(int start, int end, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns an ordered range of all the d l sync events.
static DLFileShortcut DLFileShortcutUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion DLFileVersionPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion DLFileVersionUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion DLFileVersionPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion DLFileVersionUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut[] DLFileShortcutUtil.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileVersion[] DLFileVersionPersistence.findByC_NotS_PrevAndNext(long fileVersionId, long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?.
static DLFileVersion[] DLFileVersionUtil.findByC_NotS_PrevAndNext(long fileVersionId, long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?.
 DLFolder[] DLFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder[] DLFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileVersion> DLFileVersionPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.
static List<DLFileVersion> DLFileVersionUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 DLContent DLContentPersistence.findByC_R_First(long companyId, long repositoryId, OrderByComparator<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> 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<DLContent> orderByComparator)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?.
static DLFileEntry DLFileEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
static DLFileVersion DLFileVersionUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
static DLFileVersion DLFileVersionUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
 DLFileVersion[] DLFileVersionPersistence.findByCompanyId_PrevAndNext(long fileVersionId, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?.
static DLFileVersion[] DLFileVersionUtil.findByCompanyId_PrevAndNext(long fileVersionId, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?.
 DLFolder[] DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
static DLFolder[] DLFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where companyId = ?.
static List<DLFileVersion> DLFileVersionUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
 DLFolder DLFolderPersistence.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFileEntry DLFileEntryUtil.findByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistence.findByFileEntryId_PrevAndNext(long fileEntryMetadataId, long fileEntryId, OrderByComparator<DLFileEntryMetadata> 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 DLFileEntryMetadata[] DLFileEntryMetadataUtil.findByFileEntryId_PrevAndNext(long fileEntryMetadataId, long fileEntryId, OrderByComparator<DLFileEntryMetadata> 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<DLFileRank> orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank[] DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId, long fileEntryId, OrderByComparator<DLFileRank> 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<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion[] DLFileVersionUtil.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileEntryMetadata> 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<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks where fileEntryId = ?.
 List<DLFileRank> DLFileRankPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileRank> 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<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ?.
static List<DLFileVersion> DLFileVersionUtil.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ?.
static DLFileEntry DLFileEntryUtil.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry[] DLFileEntryUtil.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileVersionId_First(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileVersionId_First(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByFileVersionId_Last(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByFileVersionId_Last(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistence.findByFileVersionId_PrevAndNext(long fileEntryMetadataId, long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?.
static DLFileEntryMetadata[] DLFileEntryMetadataUtil.findByFileVersionId_PrevAndNext(long fileEntryMetadataId, long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByFileVersionId(long fileVersionId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findByFileVersionId(long fileVersionId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> 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<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> 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<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> 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<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> 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<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> 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<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistence.findByG_F_S_PrevAndNext(long fileVersionId, long groupId, long folderId, int status, OrderByComparator<DLFileVersion> 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<DLFileVersion> 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 = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> 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<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileVersion> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 DLFolder DLFolderPersistence.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
static DLFileRank DLFileRankUtil.findByG_U_A_First(long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
 DLFileRank DLFileRankPersistence.findByG_U_A_First(long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileRank DLFileRankUtil.findByG_U_A_Last(long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
 DLFileRank DLFileRankPersistence.findByG_U_A_Last(long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static DLFileRank[] DLFileRankUtil.findByG_U_A_PrevAndNext(long fileRankId, long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
 DLFileRank[] DLFileRankPersistence.findByG_U_A_PrevAndNext(long fileRankId, long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U_A(long groupId, long userId, boolean active, int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
 List<DLFileRank> DLFileRankPersistence.findByG_U_A(long groupId, long userId, boolean active, int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.findByG_U_First(long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_First(long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last 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<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileRank[] DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank[] DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator<DLFileRank> 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<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFileEntry[] DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> 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 DLFileEntryType[] DLFileEntryTypeUtil.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
 DLFolder[] DLFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
static DLFolder[] DLFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> 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<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypeFinder.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.findByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.findByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.findByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.findByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
static DLFileEntry[] DLFileEntryUtil.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
 DLFileEntry[] DLFileEntryPersistence.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
 DLFileVersion[] DLFileVersionPersistence.findByMimeType_PrevAndNext(long fileVersionId, String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.
static DLFileVersion[] DLFileVersionUtil.findByMimeType_PrevAndNext(long fileVersionId, String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.
static List<DLFileEntry> DLFileEntryUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where mimeType = ?.
static List<DLFileVersion> DLFileVersionUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where mimeType = ?.
 DLSyncEvent DLSyncEventPersistence.findByModifiedTime_First(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent DLSyncEventUtil.findByModifiedTime_First(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
 DLSyncEvent DLSyncEventPersistence.findByModifiedTime_Last(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent DLSyncEventUtil.findByModifiedTime_Last(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
 DLSyncEvent[] DLSyncEventPersistence.findByModifiedTime_PrevAndNext(long syncEventId, long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the d l sync events before and after the current d l sync event in the ordered set where modifiedTime > ?.
static DLSyncEvent[] DLSyncEventUtil.findByModifiedTime_PrevAndNext(long syncEventId, long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the d l sync events before and after the current d l sync event in the ordered set where modifiedTime > ?.
 List<DLSyncEvent> DLSyncEventPersistence.findByModifiedTime(long modifiedTime, int start, int end, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns an ordered range of all the d l sync events where modifiedTime > ?.
static List<DLSyncEvent> DLSyncEventUtil.findByModifiedTime(long modifiedTime, int start, int end, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns an ordered range of all the d l sync events where modifiedTime > ?.
 DLFolder DLFolderPersistence.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder[] DLFolderPersistence.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder[] DLFolderUtil.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 DLFolder DLFolderPersistence.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
static DLFileEntry DLFileEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFileEntry[] DLFileEntryUtil.findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.
 DLFolder[] DLFolderPersistence.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
static DLFolder[] DLFolderUtil.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFolder> DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
static DLFileShortcut DLFileShortcutUtil.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> 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<DLFileShortcut> 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<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
static DLFileRank DLFileRankUtil.findByUserId_First(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.findByUserId_First(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.findByUserId_Last(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.findByUserId_Last(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
static DLFileRank[] DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator<DLFileRank> 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<DLFileRank> 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<DLFileRank> 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<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks where userId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileVersion[] DLFileVersionPersistence.findByUuid_C_PrevAndNext(long fileVersionId, String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?.
static DLFileVersion[] DLFileVersionUtil.findByUuid_C_PrevAndNext(long fileVersionId, String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?.
 DLFolder[] DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder[] DLFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.
static List<DLFileVersion> DLFileVersionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistence.findByUuid_PrevAndNext(long fileEntryMetadataId, String uuid, OrderByComparator<DLFileEntryMetadata> 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 DLFileEntryMetadata[] DLFileEntryMetadataUtil.findByUuid_PrevAndNext(long fileEntryMetadataId, String uuid, OrderByComparator<DLFileEntryMetadata> 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<DLFileEntryType> 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 DLFileEntryType[] DLFileEntryTypeUtil.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> 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 DLFileShortcut[] DLFileShortcutUtil.findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
 DLFileVersion[] DLFileVersionPersistence.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.
static DLFileVersion[] DLFileVersionUtil.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator<DLFileVersion> 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<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
static DLFolder[] DLFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where uuid = ?.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryMetadata> 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<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> 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<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where uuid = ?.
static List<DLFileVersion> DLFileVersionUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> 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<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLContent> DLContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLContent> orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
           
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileRank> DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileRank> orderByComparator)
           
static List<DLFileShortcut> DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
           
static List<DLFileVersion> DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
           
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
static List<DLSyncEvent> DLSyncEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLSyncEvent> orderByComparator)
           
 List<DDMStructure> DLFileEntryTypePersistence.getDDMStructures(long pk, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
static List<DDMStructure> DLFileEntryTypeUtil.getDDMStructures(long pk, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
 List<DLFileEntryType> DLFolderPersistence.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
static List<DLFileEntryType> DLFolderUtil.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
 List<DLFolder> DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
static List<DLFolder> DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> 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
<T> OrderByComparator<T>
DLUtil.getRepositoryModelOrderByComparator(String orderByCol, String orderByType)
           
<T> OrderByComparator<T>
DL.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 FolderIdComparator
           
 class FolderNameComparator
           
 class RepositoryModelCreateDateComparator<T>
           
 class RepositoryModelModifiedDateComparator<T>
           
 class RepositoryModelReadCountComparator<T>
           
 class RepositoryModelSizeComparator<T>
           
 class RepositoryModelTitleComparator<T>
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type OrderByComparator
static
<T> List<T>
DDMStructureLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStructureLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DDMTemplateLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStructureVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMTemplateLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStructureLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMTemplateLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMTemplateLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DDMStructureLayoutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStructureVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DDMStructureLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStructureLayoutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMContentLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DDMContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DDMTemplateVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStructureLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMTemplateVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStructureLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DDMStructureVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStorageLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStorageLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DDMStorageLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMStructureLayoutLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DDMTemplateVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
DDMTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getClassStructures(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
static List<DDMStructure> DDMStructureLocalServiceUtil.getClassStructures(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMStructure> DDMStructureLocalService.getClassStructures(long companyId, long classNameId, OrderByComparator<DDMStructure> orderByComparator)
          Returns all the structures matching the class name ID ordered by the comparator.
 List<DDMContent> DDMContentLocalService.getDDMContentsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMContent> orderByComparator)
          Returns a range of d d m contents matching the UUID and company.
static List<DDMContent> DDMContentLocalServiceUtil.getDDMContentsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMContent> orderByComparator)
          Returns a range of d d m contents matching the UUID and company.
 List<DDMContent> DDMContentLocalServiceWrapper.getDDMContentsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMContent> orderByComparator)
          Returns a range of d d m contents matching the UUID and company.
static List<DDMStructureLayout> DDMStructureLayoutLocalServiceUtil.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns a range of d d m structure layouts matching the UUID and company.
 List<DDMStructureLayout> DDMStructureLayoutLocalServiceWrapper.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns a range of d d m structure layouts matching the UUID and company.
 List<DDMStructureLayout> DDMStructureLayoutLocalService.getDDMStructureLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns a range of d d m structure layouts matching the UUID and company.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns a range of d d m structures matching the UUID and company.
static List<DDMStructure> DDMStructureLocalServiceUtil.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns a range of d d m structures matching the UUID and company.
 List<DDMStructure> DDMStructureLocalService.getDDMStructuresByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns a range of d d m structures matching the UUID and company.
 List<DDMTemplate> DDMTemplateLocalService.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getDDMTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns a range of d d m templates matching the UUID and company.
 List<DDMStructure> DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
static List<DDMStructure> DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
           
 List<DDMStructure> DDMStructureLocalServiceWrapper.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
static List<DDMStructure> DDMStructureLocalServiceUtil.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
 List<DDMStructure> DDMStructureLocalService.getStructures(long groupId, long classNameId, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the class name ID and group.
 List<DDMStructureVersion> DDMStructureVersionLocalService.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionLocalServiceWrapper.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionService.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
static List<DDMStructureVersion> DDMStructureVersionLocalServiceUtil.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
static List<DDMStructureVersion> DDMStructureVersionServiceUtil.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionServiceWrapper.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalService.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
static List<DDMTemplate> DDMTemplateServiceUtil.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateServiceWrapper.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
 List<DDMTemplate> DDMTemplateService.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.getTemplatesByStructureClassNameId(long groupId, long structureClassNameId, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group and structure class name ID.
 List<DDMTemplateVersion> DDMTemplateVersionService.getTemplateVersions(long templateId, int start, int end, OrderByComparator<DDMTemplateVersion> orderByComparator)
           
static List<DDMTemplateVersion> DDMTemplateVersionLocalServiceUtil.getTemplateVersions(long templateId, int start, int end, OrderByComparator<DDMTemplateVersion> orderByComparator)
           
 List<DDMTemplateVersion> DDMTemplateVersionLocalServiceWrapper.getTemplateVersions(long templateId, int start, int end, OrderByComparator<DDMTemplateVersion> orderByComparator)
           
static List<DDMTemplateVersion> DDMTemplateVersionServiceUtil.getTemplateVersions(long templateId, int start, int end, OrderByComparator<DDMTemplateVersion> orderByComparator)
           
 List<DDMTemplateVersion> DDMTemplateVersionServiceWrapper.getTemplateVersions(long templateId, int start, int end, OrderByComparator<DDMTemplateVersion> orderByComparator)
           
 List<DDMTemplateVersion> DDMTemplateVersionLocalService.getTemplateVersions(long templateId, int start, int end, OrderByComparator<DDMTemplateVersion> orderByComparator)
           
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long[] groupIds, long[] classNameIds, long[] classPKs, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions.
 List<DDMStructure> DDMStructureLocalServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
static List<DDMStructure> DDMStructureServiceUtil.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureService.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
static List<DDMStructure> DDMStructureLocalServiceUtil.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureLocalService.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMStructure> DDMStructureServiceWrapper.search(long companyId, long[] groupIds, long classNameId, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator<DDMStructure> orderByComparator)
          Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String keywords, String type, String mode, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions.
 List<DDMTemplate> DDMTemplateLocalService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateLocalServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateServiceWrapper.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 List<DDMTemplate> DDMTemplateService.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
static List<DDMTemplate> DDMTemplateLocalServiceUtil.search(long companyId, long groupId, long classNameId, long classPK, long resourceClassNameId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator<DDMTemplate> orderByComparator)
          Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language.
 

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

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

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

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

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

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

Methods in com.liferay.portlet.expando.service with parameters of type OrderByComparator
<T> List<T>
ExpandoValueLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoValueLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoTableLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoColumnLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoRowLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoTableLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoRowLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ExpandoRowLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ExpandoTableLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ExpandoValueLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
ExpandoColumnLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoColumnLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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<ExpandoTable> 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<ExpandoTable> 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<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoTable ExpandoTablePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<ExpandoTable> 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<ExpandoTable> 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<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoRow ExpandoRowPersistence.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoValue ExpandoValueUtil.fetchByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByRowId_Last(long rowId, OrderByComparator<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoColumn ExpandoColumnPersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoColumn[] ExpandoColumnPersistence.filterFindByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator<ExpandoColumn> 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<ExpandoColumn> 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<ExpandoColumn> 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<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.
 List<ExpandoColumn> ExpandoColumnPersistence.findAll(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns.
static List<ExpandoColumn> ExpandoColumnUtil.findAll(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns.
 List<ExpandoRow> ExpandoRowPersistence.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows.
static List<ExpandoRow> ExpandoRowUtil.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows.
 List<ExpandoTable> ExpandoTablePersistence.findAll(int start, int end, OrderByComparator<ExpandoTable> orderByComparator)
          Returns an ordered range of all the expando tables.
static List<ExpandoTable> ExpandoTableUtil.findAll(int start, int end, OrderByComparator<ExpandoTable> orderByComparator)
          Returns an ordered range of all the expando tables.
static List<ExpandoValue> ExpandoValueUtil.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values.
 ExpandoTable ExpandoTablePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<ExpandoTable> 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<ExpandoTable> 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<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoTable ExpandoTablePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<ExpandoTable> 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<ExpandoTable> 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<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> 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<ExpandoTable> 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<ExpandoTable> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoTable> 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<ExpandoTable> 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<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.
 ExpandoRow ExpandoRowPersistence.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow[] ExpandoRowPersistence.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.
static ExpandoRow[] ExpandoRowUtil.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where classPK = ?.
static List<ExpandoRow> ExpandoRowUtil.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where classPK = ?.
static ExpandoValue ExpandoValueUtil.findByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.findByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
static ExpandoValue[] ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where columnId = ?.
static ExpandoValue ExpandoValueUtil.findByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.findByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
static ExpandoValue[] ExpandoValueUtil.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and classPK = ?.
 List<ExpandoColumn> ExpandoColumnPersistence.findByT_N(long tableId, String[] names, int start, int end, OrderByComparator<ExpandoColumn> 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<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ? and name = any ?.
static ExpandoValue ExpandoValueUtil.findByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where tableId = ? and rowId = ?.
 ExpandoColumn ExpandoColumnPersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoColumn[] ExpandoColumnPersistence.findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
static ExpandoColumn[] ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
 ExpandoRow[] ExpandoRowPersistence.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.
static ExpandoRow[] ExpandoRowUtil.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator<ExpandoRow> 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<ExpandoValue> 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<ExpandoValue> orderByComparator)
          Returns the expando values before and after the current expando value in the ordered set where tableId = ?.
 List<ExpandoColumn> ExpandoColumnPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ?.
static List<ExpandoColumn> ExpandoColumnUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where tableId = ?.
static List<ExpandoRow> ExpandoRowUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where tableId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where tableId = ?.
static List<ExpandoColumn> ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator)
           
static List<ExpandoRow> ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
           
static List<ExpandoTable> ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoTable> orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
           
 

Uses of OrderByComparator in com.liferay.portlet.exportimport.lar
 

Subclasses of OrderByComparator in com.liferay.portlet.exportimport.lar
 class StagedModelModifiedDateComparator<T extends StagedModel>
           
 

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

Methods in com.liferay.portlet.exportimport.service with parameters of type OrderByComparator
static
<T> List<T>
ExportImportConfigurationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExportImportConfigurationLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExportImportConfigurationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 

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

Methods in com.liferay.portlet.exportimport.service.persistence with parameters of type OrderByComparator
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
static ExportImportConfiguration ExportImportConfigurationUtil.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 

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

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

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

Methods in com.liferay.portlet.journal.service.persistence with parameters of type OrderByComparator
 JournalContentSearch JournalContentSearchPersistence.fetchByArticleId_First(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByArticleId_First(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByArticleId_Last(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByArticleId_Last(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalFolder JournalFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalFolder JournalFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ?.
static JournalFolder JournalFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalFolder JournalFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ?.
static JournalFolder JournalFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalFolder JournalFolderPersistence.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalContentSearch> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_A_Last(long groupId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_A_Last(long groupId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByG_A_V_First(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByG_A_V_First(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first 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<JournalArticleImage> orderByComparator)
          Returns the last 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<JournalArticleImage> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_A_First(long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_A_First(long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_A_Last(long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_A_Last(long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder JournalFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder JournalFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.fetchByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder JournalFolderUtil.fetchByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 JournalFolder JournalFolderPersistence.fetchByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder JournalFolderUtil.fetchByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.fetchByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.fetchByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFolder JournalFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ?.
static JournalFolder JournalFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFolder JournalFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ?.
static JournalFolder JournalFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByPortletId_First(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByPortletId_First(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.fetchByPortletId_Last(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where portletId = ?.
static JournalContentSearch JournalContentSearchUtil.fetchByPortletId_Last(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where portletId = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByTempImage_First(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByTempImage_First(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByTempImage_Last(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByTempImage_Last(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFolder JournalFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalFolder JournalFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFolder JournalFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalFolder JournalFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticleResource JournalArticleResourcePersistence.fetchByUuid_First(String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByUuid_First(String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFolder JournalFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ?.
static JournalFolder JournalFolderUtil.fetchByUuid_First(String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticleResource JournalArticleResourcePersistence.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFolder JournalFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ?.
static JournalFolder JournalFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> 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_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> 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_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> 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_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> 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 DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> 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 DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> 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 DDMStructureKey = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> 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 DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> 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 DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> 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 DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
 JournalFolder[] JournalFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder[] JournalFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<JournalFolder> JournalFolderPersistence.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<JournalFolder> JournalFolderUtil.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder[] JournalFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static JournalFolder[] JournalFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 JournalFolder[] JournalFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder[] JournalFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
 List<JournalFolder> JournalFolderPersistence.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?.
static List<JournalFolder> JournalFolderUtil.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?.
 List<JournalFolder> JournalFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static List<JournalFolder> JournalFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> 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 JournalArticle[] JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
 JournalFeed[] JournalFeedPersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> 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 JournalFeed[] JournalFeedUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> 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 = ?.
 JournalFolder[] JournalFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?.
static JournalFolder[] JournalFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
static List<JournalFeed> JournalFeedUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
 List<JournalFolder> JournalFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?.
static List<JournalFolder> JournalFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticlePersistence.findAll(int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles.
 List<JournalArticleImage> JournalArticleImagePersistence.findAll(int start, int end, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns an ordered range of all the journal article images.
static List<JournalArticleImage> JournalArticleImageUtil.findAll(int start, int end, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns an ordered range of all the journal article images.
 List<JournalArticleResource> JournalArticleResourcePersistence.findAll(int start, int end, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns an ordered range of all the journal article resources.
static List<JournalArticleResource> JournalArticleResourceUtil.findAll(int start, int end, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns an ordered range of all the journal article resources.
 List<JournalContentSearch> JournalContentSearchPersistence.findAll(int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs.
static List<JournalContentSearch> JournalContentSearchUtil.findAll(int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs.
 List<JournalFeed> JournalFeedPersistence.findAll(int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds.
static List<JournalFeed> JournalFeedUtil.findAll(int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds.
 List<JournalFolder> JournalFolderPersistence.findAll(int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders.
static List<JournalFolder> JournalFolderUtil.findAll(int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders.
 JournalContentSearch JournalContentSearchPersistence.findByArticleId_First(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByArticleId_First(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByArticleId_Last(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByArticleId_Last(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByArticleId_PrevAndNext(long contentSearchId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByArticleId_PrevAndNext(long contentSearchId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByArticleId(String articleId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where articleId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByArticleId(String articleId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where articleId = ?.
 JournalArticle JournalArticlePersistence.findByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByC_DDMTK_PrevAndNext(long id, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByC_DDMTK_PrevAndNext(long id, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
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<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinder.findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> 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<JournalFeed> 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<JournalFeed> obc)
           
 JournalFolder JournalFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?.
 JournalFolder[] JournalFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?.
static JournalFolder[] JournalFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?.
 List<JournalFolder> JournalFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?.
static List<JournalFolder> JournalFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalFolder JournalFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ?.
static JournalFolder JournalFolderUtil.findByCompanyId_First(long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalFolder JournalFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ?.
static JournalFolder JournalFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalFolder[] JournalFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?.
static JournalFolder[] JournalFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
 List<JournalFolder> JournalFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where companyId = ?.
static List<JournalFolder> JournalFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where companyId = ?.
 JournalArticle JournalArticlePersistence.findByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistence.findByDDMStructureKey_PrevAndNext(long id, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle[] JournalArticleUtil.findByDDMStructureKey_PrevAndNext(long id, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = any ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = any ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByDDMTemplateKey_PrevAndNext(long id, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByDDMTemplateKey_PrevAndNext(long id, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMTemplateKey(String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMTemplateKey(String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
 JournalFolder JournalFolderPersistence.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<JournalFolder> JournalFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<JournalFolder> JournalFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalContentSearch> 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<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> 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_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> 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_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> 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<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_A_PrevAndNext(long contentSearchId, long groupId, String articleId, OrderByComparator<JournalContentSearch> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 JournalArticleImage JournalArticleImagePersistence.findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static JournalArticleImage JournalArticleImageUtil.findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first 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<JournalArticleImage> orderByComparator)
          Returns the last 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<JournalArticleImage> orderByComparator)
          Returns the last 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<JournalArticleImage> 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 JournalArticleImage[] JournalArticleImageUtil.findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByG_A_V(long groupId, String articleId, double version, int start, int end, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByG_A_V(long groupId, String articleId, double version, int start, int end, OrderByComparator<JournalArticleImage> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> 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<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalContentSearch> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.findByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistence.findByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle[] JournalArticleUtil.findByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_A_First(long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_A_First(long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_A_Last(long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_A_Last(long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByG_P_A_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_P_A_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByG_P_A(long groupId, boolean privateLayout, String articleId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_P_A(long groupId, boolean privateLayout, String articleId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder JournalFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder JournalFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByG_P_L_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_P_L_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, String portletId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, String portletId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByG_P_L_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_P_L_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch JournalContentSearchUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder JournalFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder JournalFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalFolder JournalFolderPersistence.findByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder JournalFolderPersistence.findByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder JournalFolderUtil.findByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalFolder[] JournalFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static JournalFolder[] JournalFolderUtil.findByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<JournalFolder> JournalFolderPersistence.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<JournalFolder> JournalFolderUtil.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByG_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByG_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalFolder[] JournalFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?.
static JournalFolder[] JournalFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?.
 JournalFolder JournalFolderPersistence.findByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder JournalFolderUtil.findByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 JournalFolder JournalFolderPersistence.findByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder JournalFolderUtil.findByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 JournalFolder[] JournalFolderPersistence.findByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static JournalFolder[] JournalFolderUtil.findByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 List<JournalFolder> JournalFolderPersistence.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?.
static List<JournalFolder> JournalFolderUtil.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?.
 List<JournalFolder> JournalFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?.
static List<JournalFolder> JournalFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_First(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_First(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByGroupId_First(long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_First(long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFolder JournalFolderPersistence.findByGroupId_First(long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ?.
static JournalFolder JournalFolderUtil.findByGroupId_First(long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFolder JournalFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ?.
static JournalFolder JournalFolderUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticle[] JournalArticleUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticleImage[] JournalArticleImagePersistence.findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?.
 JournalArticleResource[] JournalArticleResourcePersistence.findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
static JournalArticleResource[] JournalArticleResourceUtil.findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
 JournalFeed[] JournalFeedPersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
static JournalFeed[] JournalFeedUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
 JournalFolder[] JournalFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?.
static JournalFolder[] JournalFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ?.
 List<JournalArticleResource> JournalArticleResourcePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns an ordered range of all the journal article resources where groupId = ?.
static List<JournalArticleResource> JournalArticleResourceUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns an ordered range of all the journal article resources where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
static List<JournalFeed> JournalFeedUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
 List<JournalFolder> JournalFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ?.
static List<JournalFolder> JournalFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static List<JournalFeed> JournalFeedFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinder.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 JournalArticle JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
 JournalContentSearch JournalContentSearchPersistence.findByPortletId_First(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
static JournalContentSearch JournalContentSearchUtil.findByPortletId_First(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
 JournalContentSearch JournalContentSearchPersistence.findByPortletId_Last(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where portletId = ?.
static JournalContentSearch JournalContentSearchUtil.findByPortletId_Last(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where portletId = ?.
 JournalContentSearch[] JournalContentSearchPersistence.findByPortletId_PrevAndNext(long contentSearchId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?.
static JournalContentSearch[] JournalContentSearchUtil.findByPortletId_PrevAndNext(long contentSearchId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?.
 List<JournalContentSearch> JournalContentSearchPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where portletId = ?.
static List<JournalContentSearch> JournalContentSearchUtil.findByPortletId(String portletId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where portletId = ?.
 JournalArticle JournalArticlePersistence.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle[] JournalArticlePersistence.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_First(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.findByTempImage_First(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_Last(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.findByTempImage_Last(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage[] JournalArticleImagePersistence.findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByTempImage(boolean tempImage, int start, int end, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns an ordered range of all the journal article images where tempImage = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByTempImage(boolean tempImage, int start, int end, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns an ordered range of all the journal article images where tempImage = ?.
 JournalArticle JournalArticlePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFolder JournalFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalFolder JournalFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFolder JournalFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalFolder JournalFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ? and companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFolder[] JournalFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?.
static JournalFolder[] JournalFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
 List<JournalFolder> JournalFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where uuid = ? and companyId = ?.
static List<JournalFolder> JournalFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByUuid_First(String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_First(String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.findByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFolder JournalFolderPersistence.findByUuid_First(String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ?.
static JournalFolder JournalFolderUtil.findByUuid_First(String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the first journal folder in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByUuid_Last(String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_Last(String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.findByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFolder JournalFolderPersistence.findByUuid_Last(String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ?.
static JournalFolder JournalFolderUtil.findByUuid_Last(String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the last journal folder in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
 JournalArticleResource[] JournalArticleResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?.
static JournalArticleResource[] JournalArticleResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
 JournalFolder[] JournalFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?.
static JournalFolder[] JournalFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<JournalFolder> orderByComparator)
          Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
 List<JournalArticleResource> JournalArticleResourcePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns an ordered range of all the journal article resources where uuid = ?.
static List<JournalArticleResource> JournalArticleResourceUtil.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticleResource> orderByComparator)
          Returns an ordered range of all the journal article resources where uuid = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
 List<JournalFolder> JournalFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where uuid = ?.
static List<JournalFolder> JournalFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFolder> orderByComparator)
          Returns an ordered range of all the journal folders where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static List<JournalArticleImage> JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<JournalArticleImage> orderByComparator)
           
static List<JournalArticleResource> JournalArticleResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<JournalArticleResource> orderByComparator)
           
static List<JournalContentSearch> JournalContentSearchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
           
static List<JournalFeed> JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
           
static List<JournalFolder> JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<JournalFolder> 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
           
 

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

Methods in com.liferay.portlet.messageboards.service with parameters of type OrderByComparator
static
<T> List<T>
MBMessageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MBThreadFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MBCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBMessageLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MBBanLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBMessageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBDiscussionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MBThreadLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBThreadLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBThreadFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBThreadLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBMailingListLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBThreadFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBDiscussionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBBanLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBBanLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MBDiscussionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBMailingListLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MBStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MBMailingListLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalService.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalService.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
static List<MBBan> MBBanLocalServiceUtil.getMBBansByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns a range of message boards bans matching the UUID and company.
 List<MBBan> MBBanLocalService.getMBBansByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns a range of message boards bans matching the UUID and company.
 List<MBBan> MBBanLocalServiceWrapper.getMBBansByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns a range of message boards bans matching the UUID and company.
static List<MBCategory> MBCategoryLocalServiceUtil.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryLocalServiceWrapper.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryLocalService.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 List<MBDiscussion> MBDiscussionLocalServiceWrapper.getMBDiscussionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns a range of message boards discussions matching the UUID and company.
 List<MBDiscussion> MBDiscussionLocalService.getMBDiscussionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns a range of message boards discussions matching the UUID and company.
static List<MBDiscussion> MBDiscussionLocalServiceUtil.getMBDiscussionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns a range of message boards discussions matching the UUID and company.
 List<MBMailingList> MBMailingListLocalService.getMBMailingListsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns a range of message boards mailing lists matching the UUID and company.
 List<MBMailingList> MBMailingListLocalServiceWrapper.getMBMailingListsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns a range of message boards mailing lists matching the UUID and company.
static List<MBMailingList> MBMailingListLocalServiceUtil.getMBMailingListsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns a range of message boards mailing lists matching the UUID and company.
static List<MBMessage> MBMessageLocalServiceUtil.getMBMessagesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns a range of message-boards messages matching the UUID and company.
 List<MBMessage> MBMessageLocalService.getMBMessagesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns a range of message-boards messages matching the UUID and company.
 List<MBMessage> MBMessageLocalServiceWrapper.getMBMessagesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns a range of message-boards messages matching the UUID and company.
static List<MBThreadFlag> MBThreadFlagLocalServiceUtil.getMBThreadFlagsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns a range of message boards thread flags matching the UUID and company.
 List<MBThreadFlag> MBThreadFlagLocalService.getMBThreadFlagsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns a range of message boards thread flags matching the UUID and company.
 List<MBThreadFlag> MBThreadFlagLocalServiceWrapper.getMBThreadFlagsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns a range of message boards thread flags matching the UUID and company.
static List<MBThread> MBThreadLocalServiceUtil.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
 List<MBThread> MBThreadLocalService.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
 List<MBThread> MBThreadLocalServiceWrapper.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
static List<MBMessage> MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalService.getUserDiscussionMessages(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalService.getUserDiscussionMessages(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId, String className, long classPK, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalService.getUserDiscussionMessages(long userId, String className, long classPK, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId, String className, long classPK, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 

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

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type OrderByComparator
 MBMailingList MBMailingListPersistence.fetchByActive_First(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.fetchByActive_First(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.fetchByActive_Last(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.fetchByActive_Last(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBBan MBBanUtil.fetchByBanUserId_First(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.fetchByBanUserId_First(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.fetchByBanUserId_Last(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.fetchByBanUserId_Last(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
static MBMessage MBMessageUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.fetchByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.fetchByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator<MBMessage> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBCategory MBCategoryUtil.fetchByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByC_S_First(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByC_S_First(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
static MBDiscussion MBDiscussionUtil.fetchByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBMessage MBMessageUtil.fetchByCompanyId_First(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
 MBMessage MBMessagePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBMessage MBMessageUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
 MBMessage MBMessagePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
static MBMessage MBMessageUtil.fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBMessage MBMessagePersistence.fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBMessage MBMessageUtil.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBMessage MBMessagePersistence.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last 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<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first 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<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBStatsUser> 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<MBStatsUser> 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<MBStatsUser> 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<MBStatsUser> 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<MBCategory> 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<MBCategory> 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<MBCategory> 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<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage MBMessagePersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage MBMessageUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage MBMessagePersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage MBMessageUtil.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<MBMessage> 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<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBMessage MBMessageUtil.fetchByGroupId_First(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
 MBMessage MBMessagePersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.fetchByGroupId_First(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.fetchByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBBan MBBanUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBMessage MBMessageUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
 MBMessage MBMessagePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByT_A_First(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.fetchByT_A_First(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage MBMessageUtil.fetchByT_A_Last(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.fetchByT_A_Last(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage MBMessageUtil.fetchByT_P_First(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage MBMessagePersistence.fetchByT_P_First(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage MBMessageUtil.fetchByT_P_Last(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage MBMessagePersistence.fetchByT_P_Last(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage MBMessageUtil.fetchByT_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByT_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByT_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByT_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByThreadId_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.fetchByThreadId_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByThreadId_First(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByThreadId_First(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.fetchByThreadId_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.fetchByThreadId_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByThreadId_Last(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByThreadId_Last(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.fetchByThreadReplies_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.fetchByThreadReplies_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.fetchByThreadReplies_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.fetchByThreadReplies_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.fetchByTR_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByTR_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByTR_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByTR_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.fetchByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.fetchByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.fetchByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.fetchByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.fetchByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.fetchByU_C_First(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage MBMessagePersistence.fetchByU_C_First(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage MBMessageUtil.fetchByU_C_Last(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage MBMessagePersistence.fetchByU_C_Last(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage MBMessageUtil.fetchByU_C_S_First(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByU_C_S_First(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage MBMessageUtil.fetchByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage MBMessagePersistence.fetchByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBBan MBBanUtil.fetchByUserId_First(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.fetchByUserId_First(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
static MBMessage MBMessageUtil.fetchByUserId_First(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
 MBMessage MBMessagePersistence.fetchByUserId_First(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistence.fetchByUserId_First(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.fetchByUserId_First(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUserId_First(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUserId_First(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBBan MBBanUtil.fetchByUserId_Last(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.fetchByUserId_Last(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
static MBMessage MBMessageUtil.fetchByUserId_Last(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
 MBMessage MBMessagePersistence.fetchByUserId_Last(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistence.fetchByUserId_Last(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.fetchByUserId_Last(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUserId_Last(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUserId_Last(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBBan MBBanUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMessage MBMessageUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBMessage MBMessagePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMessage MBMessageUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBMessage MBMessagePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.fetchByUuid_First(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_First(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
static MBMessage MBMessageUtil.fetchByUuid_First(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
 MBMessage MBMessagePersistence.fetchByUuid_First(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.fetchByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_First(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBBan MBBanUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBMessage MBMessageUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
 MBMessage MBMessagePersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> 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 MBMessage[] MBMessageUtil.filterFindByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator<MBMessage> 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 = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator<MBMessage> 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<MBThread> 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_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> 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_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator<MBMessage> 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 = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBMessage> MBMessageUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> 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<MBMessage> MBMessagePersistence.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> 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 MBMessage[] MBMessageUtil.filterFindByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage[] MBMessageUtil.filterFindByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage[] MBMessageUtil.filterFindByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator<MBMessage> 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<MBThread> 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<MBThread> 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<MBMessage> MBMessageUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBMessage> 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<MBThread> 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_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> 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_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBCategory> 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<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> 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<MBCategory> 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<MBCategory> 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<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
static MBMessage[] MBMessageUtil.filterFindByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator<MBMessage> 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 = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator<MBMessage> 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<MBThread> 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 MBThread[] MBThreadUtil.filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> 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 List<MBCategory> MBCategoryUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories 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<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?.
static MBMessage[] MBMessageUtil.filterFindByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?.
static MBMessage[] MBMessageUtil.filterFindByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.
 MBMessage[] MBMessagePersistence.filterFindByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?.
static List<MBMessage> MBMessageUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?.
 List<MBMessage> MBMessagePersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?.
static MBCategory[] MBCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> 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 = ?.
 MBCategory[] MBCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> 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<MBMessage> 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 = ?.
 MBMessage[] MBMessagePersistence.filterFindByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator<MBMessage> 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<MBThread> 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 MBThread[] MBThreadUtil.filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> 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 List<MBCategory> MBCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> 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<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?.
 List<MBMessage> MBMessagePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
static List<MBThread> MBThreadUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBBan> MBBanUtil.findAll(int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans.
 List<MBBan> MBBanPersistence.findAll(int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
static List<MBDiscussion> MBDiscussionUtil.findAll(int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions.
 List<MBDiscussion> MBDiscussionPersistence.findAll(int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions.
 List<MBMailingList> MBMailingListPersistence.findAll(int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
static List<MBMailingList> MBMailingListUtil.findAll(int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
static List<MBMessage> MBMessageUtil.findAll(int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages.
 List<MBMessage> MBMessagePersistence.findAll(int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages.
 List<MBStatsUser> MBStatsUserPersistence.findAll(int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
          Returns an ordered range of all the message boards stats users.
static List<MBStatsUser> MBStatsUserUtil.findAll(int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
          Returns an ordered range of all the message boards stats users.
 List<MBThread> MBThreadPersistence.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads.
static List<MBThread> MBThreadUtil.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads.
 List<MBThreadFlag> MBThreadFlagPersistence.findAll(int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags.
static List<MBThreadFlag> MBThreadFlagUtil.findAll(int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags.
 MBMailingList MBMailingListPersistence.findByActive_First(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_First(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_Last(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_Last(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
 MBMailingList[] MBMailingListPersistence.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
static MBMailingList[] MBMailingListUtil.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists where active = ?.
static List<MBMailingList> MBMailingListUtil.findByActive(boolean active, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists where active = ?.
static MBBan MBBanUtil.findByBanUserId_First(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_First(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.findByBanUserId_Last(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_Last(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
static MBBan[] MBBanUtil.findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator<MBBan> 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<MBBan> 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<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistence.findByBanUserId(long banUserId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where banUserId = ?.
static MBMessage MBMessageUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage[] MBMessageUtil.findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage[] MBMessagePersistence.findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage[] MBMessageUtil.findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.
 List<MBMessage> MBMessagePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
static MBCategory MBCategoryUtil.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage MBMessageUtil.findByC_S_First(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistence.findByC_S_First(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage MBMessageUtil.findByC_S_Last(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistence.findByC_S_Last(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ? and status = ?.
static MBDiscussion MBDiscussionUtil.findByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.findByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion[] MBDiscussionUtil.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion[] MBDiscussionPersistence.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBMessage MBMessageUtil.findByCompanyId_First(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
 MBMessage MBMessagePersistence.findByCompanyId_First(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBMessage MBMessageUtil.findByCompanyId_Last(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
 MBMessage MBMessagePersistence.findByCompanyId_Last(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
static MBCategory[] MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> 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<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?.
 MBMessage[] MBMessagePersistence.findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?.
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> 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<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ?.
 List<MBMessage> MBMessagePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ?.
static MBMessage MBMessageUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBMessage MBMessagePersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBMessage MBMessageUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBMessage MBMessagePersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread[] MBThreadUtil.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
static MBMessage[] MBMessageUtil.findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBMessage[] MBMessagePersistence.findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator<MBMessage> 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<MBThread> 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_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> 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_S_First(long groupId, long categoryId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first 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<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last 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<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message 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<MBMessage> 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<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.findByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage MBMessageUtil.findByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.findByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage[] MBMessageUtil.findByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage[] MBMessagePersistence.findByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> MBMessageUtil.findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 List<MBMessage> MBMessagePersistence.findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage MBMessageUtil.findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage MBMessagePersistence.findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage MBMessageUtil.findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage MBMessagePersistence.findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage[] MBMessageUtil.findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage[] MBMessagePersistence.findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage MBMessageUtil.findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> MBMessagePersistence.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator<MBMessage> 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<MBThread> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?.
static List<MBMessage> MBMessageUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.
 List<MBMessage> MBMessagePersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread[] MBThreadUtil.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBStatsUser> 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<MBStatsUser> 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<MBStatsUser> 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<MBStatsUser> 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<MBStatsUser> 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<MBStatsUser> 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<MBStatsUser> 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<MBStatsUser> 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<MBCategory> 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<MBCategory> 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<MBCategory> 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<MBCategory> 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<MBCategory> 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<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> 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<MBCategory> 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<MBCategory> 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<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_S_First(long groupId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_S_First(long groupId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_S_Last(long groupId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_S_Last(long groupId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBMessage> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_U_First(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage MBMessagePersistence.findByG_U_First(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage MBMessageUtil.findByG_U_Last(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage MBMessagePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage[] MBMessageUtil.findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage[] MBMessagePersistence.findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage MBMessageUtil.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage MBMessageUtil.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage MBMessagePersistence.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.
 List<MBMessage> MBMessagePersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.
static MBBan MBBanUtil.findByGroupId_First(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_First(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBMessage MBMessageUtil.findByGroupId_First(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
 MBMessage MBMessagePersistence.findByGroupId_First(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.findByGroupId_First(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.findByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBBan MBBanUtil.findByGroupId_Last(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBMessage MBMessageUtil.findByGroupId_Last(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
 MBMessage MBMessagePersistence.findByGroupId_Last(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.findByGroupId_Last(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
static MBBan[] MBBanUtil.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
 MBBan[] MBBanPersistence.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
static MBCategory[] MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 MBCategory[] MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> 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<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?.
 MBMessage[] MBMessagePersistence.findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator<MBMessage> 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<MBStatsUser> orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?.
static MBStatsUser[] MBStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?.
 MBThread[] MBThreadPersistence.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
static MBThread[] MBThreadUtil.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> 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<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where groupId = ?.
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> 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<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ?.
 List<MBMessage> MBMessagePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ?.
 List<MBStatsUser> MBStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
          Returns an ordered range of all the message boards stats users where groupId = ?.
static List<MBStatsUser> MBStatsUserUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
          Returns an ordered range of all the message boards stats users where groupId = ?.
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
static List<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
 MBThread MBThreadPersistence.findByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBMessage MBMessageUtil.findByT_A_First(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.findByT_A_First(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage MBMessageUtil.findByT_A_Last(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage MBMessagePersistence.findByT_A_Last(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage[] MBMessageUtil.findByT_A_PrevAndNext(long messageId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?.
 MBMessage[] MBMessagePersistence.findByT_A_PrevAndNext(long messageId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?.
static List<MBMessage> MBMessageUtil.findByT_A(long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?.
 List<MBMessage> MBMessagePersistence.findByT_A(long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?.
static MBMessage MBMessageUtil.findByT_P_First(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage MBMessagePersistence.findByT_P_First(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage MBMessageUtil.findByT_P_Last(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage MBMessagePersistence.findByT_P_Last(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage[] MBMessageUtil.findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage[] MBMessagePersistence.findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static List<MBMessage> MBMessageUtil.findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.
 List<MBMessage> MBMessagePersistence.findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.
static MBMessage MBMessageUtil.findByT_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByT_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.findByT_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByT_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByT_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByT_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
static MBMessage MBMessageUtil.findByThreadId_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.findByThreadId_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByThreadId_First(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.findByThreadId_First(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.findByThreadId_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.findByThreadId_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByThreadId_Last(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.findByThreadId_Last(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBMessage[] MBMessageUtil.findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
 MBMessage[] MBMessagePersistence.findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
 MBThreadFlag[] MBThreadFlagPersistence.findByThreadId_PrevAndNext(long threadFlagId, long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag[] MBThreadFlagUtil.findByThreadId_PrevAndNext(long threadFlagId, long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?.
static List<MBMessage> MBMessageUtil.findByThreadId(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 List<MBMessage> MBMessagePersistence.findByThreadId(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByThreadId(long threadId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where threadId = ?.
static List<MBThreadFlag> MBThreadFlagUtil.findByThreadId(long threadId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where threadId = ?.
static MBMessage MBMessageUtil.findByThreadReplies_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.findByThreadReplies_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
static MBMessage MBMessageUtil.findByThreadReplies_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistence.findByThreadReplies_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
static MBMessage[] MBMessageUtil.findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
 MBMessage[] MBMessagePersistence.findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
static List<MBMessage> MBMessageUtil.findByThreadReplies(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 List<MBMessage> MBMessagePersistence.findByThreadReplies(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
static MBMessage MBMessageUtil.findByTR_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByTR_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage MBMessageUtil.findByTR_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage MBMessagePersistence.findByTR_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByTR_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByTR_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
static MBMessage MBMessageUtil.findByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.findByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistence.findByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage[] MBMessageUtil.findByU_C_C_PrevAndNext(long messageId, long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
 MBMessage[] MBMessagePersistence.findByU_C_C_PrevAndNext(long messageId, long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.findByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage MBMessageUtil.findByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage MBMessagePersistence.findByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage[] MBMessageUtil.findByU_C_C_S_PrevAndNext(long messageId, long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByU_C_C_S_PrevAndNext(long messageId, long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C_C(long userId, long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.
 List<MBMessage> MBMessagePersistence.findByU_C_C(long userId, long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.
static MBMessage MBMessageUtil.findByU_C_First(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage MBMessagePersistence.findByU_C_First(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage MBMessageUtil.findByU_C_Last(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage MBMessagePersistence.findByU_C_Last(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage[] MBMessageUtil.findByU_C_PrevAndNext(long messageId, long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?.
 MBMessage[] MBMessagePersistence.findByU_C_PrevAndNext(long messageId, long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage MBMessageUtil.findByU_C_S_First(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage MBMessagePersistence.findByU_C_S_First(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage MBMessageUtil.findByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage MBMessagePersistence.findByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage[] MBMessageUtil.findByU_C_S_PrevAndNext(long messageId, long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
 MBMessage[] MBMessagePersistence.findByU_C_S_PrevAndNext(long messageId, long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C_S(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByU_C_S(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C_S(long userId, long classNameId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?.
 List<MBMessage> MBMessagePersistence.findByU_C_S(long userId, long classNameId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?.
static List<MBMessage> MBMessageUtil.findByU_C(long userId, long[] classNameIds, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?.
 List<MBMessage> MBMessagePersistence.findByU_C(long userId, long[] classNameIds, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?.
static List<MBMessage> MBMessageUtil.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.
 List<MBMessage> MBMessagePersistence.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.
static MBBan MBBanUtil.findByUserId_First(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_First(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
static MBMessage MBMessageUtil.findByUserId_First(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
 MBMessage MBMessagePersistence.findByUserId_First(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistence.findByUserId_First(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.findByUserId_First(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUserId_First(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUserId_First(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBBan MBBanUtil.findByUserId_Last(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_Last(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
static MBMessage MBMessageUtil.findByUserId_Last(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
 MBMessage MBMessagePersistence.findByUserId_Last(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistence.findByUserId_Last(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.findByUserId_Last(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUserId_Last(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUserId_Last(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBBan[] MBBanUtil.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
 MBBan[] MBBanPersistence.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator<MBBan> 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<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?.
 MBMessage[] MBMessagePersistence.findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator<MBMessage> 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<MBStatsUser> orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?.
static MBStatsUser[] MBStatsUserUtil.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?.
 MBThreadFlag[] MBThreadFlagPersistence.findByUserId_PrevAndNext(long threadFlagId, long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag[] MBThreadFlagUtil.findByUserId_PrevAndNext(long threadFlagId, long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?.
static List<MBBan> MBBanUtil.findByUserId(long userId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistence.findByUserId(long userId, int start, int end, OrderByComparator<MBBan> 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<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ?.
 List<MBMessage> MBMessagePersistence.findByUserId(long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ?.
 List<MBStatsUser> MBStatsUserPersistence.findByUserId(long userId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
          Returns an ordered range of all the message boards stats users where userId = ?.
static List<MBStatsUser> MBStatsUserUtil.findByUserId(long userId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
          Returns an ordered range of all the message boards stats users where userId = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUserId(long userId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where userId = ?.
static List<MBThreadFlag> MBThreadFlagUtil.findByUserId(long userId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where userId = ?.
static MBBan MBBanUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMessage MBMessageUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBMessage MBMessagePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMessage MBMessageUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBMessage MBMessagePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBBan[] MBBanUtil.findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan[] MBBanPersistence.findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBCategory[] MBCategoryUtil.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion[] MBDiscussionUtil.findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion[] MBDiscussionPersistence.findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBMailingList[] MBMailingListPersistence.findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMessage[] MBMessageUtil.findByUuid_C_PrevAndNext(long messageId, String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBMessage[] MBMessagePersistence.findByUuid_C_PrevAndNext(long messageId, String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?.
 MBThread[] MBThreadPersistence.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread[] MBThreadUtil.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThreadFlag[] MBThreadFlagPersistence.findByUuid_C_PrevAndNext(long threadFlagId, String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static MBThreadFlag[] MBThreadFlagUtil.findByUuid_C_PrevAndNext(long threadFlagId, String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ? and companyId = ?.
static List<MBBan> MBBanUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
 List<MBBan> MBBanPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
static List<MBCategory> MBCategoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
static List<MBMessage> MBMessageUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?.
 List<MBMessage> MBMessagePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
static List<MBThread> MBThreadUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
static List<MBThreadFlag> MBThreadFlagUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
static MBBan MBBanUtil.findByUuid_First(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.findByUuid_First(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_First(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUuid_First(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
static MBMessage MBMessageUtil.findByUuid_First(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
 MBMessage MBMessagePersistence.findByUuid_First(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.findByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.findByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUuid_First(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_First(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBBan MBBanUtil.findByUuid_Last(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.findByUuid_Last(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_Last(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUuid_Last(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBMessage MBMessageUtil.findByUuid_Last(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
 MBMessage MBMessagePersistence.findByUuid_Last(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.findByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.findByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistence.findByUuid_Last(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_Last(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
static MBBan[] MBBanUtil.findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
 MBBan[] MBBanPersistence.findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
static MBCategory[] MBCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
static MBDiscussion[] MBDiscussionUtil.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
 MBDiscussion[] MBDiscussionPersistence.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
 MBMailingList[] MBMailingListPersistence.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
static MBMessage[] MBMessageUtil.findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?.
 MBMessage[] MBMessagePersistence.findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistence.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
static MBThread[] MBThreadUtil.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
 MBThreadFlag[] MBThreadFlagPersistence.findByUuid_PrevAndNext(long threadFlagId, String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag[] MBThreadFlagUtil.findByUuid_PrevAndNext(long threadFlagId, String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ?.
static List<MBBan> MBBanUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ?.
 List<MBBan> MBBanPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ?.
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ?.
static List<MBMessage> MBMessageUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ?.
 List<MBMessage> MBMessagePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ?.
 List<MBThread> MBThreadPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
static List<MBThread> MBThreadUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ?.
static List<MBThreadFlag> MBThreadFlagUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ?.
static List<MBBan> MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBBan> orderByComparator)
           
static List<MBCategory> MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBCategory> orderByComparator)
           
static List<MBDiscussion> MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
           
static List<MBMailingList> MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
           
static List<MBMessage> MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBMessage> orderByComparator)
           
static List<MBStatsUser> MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
           
static List<MBThread> MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBThread> orderByComparator)
           
static List<MBThreadFlag> MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBThreadFlag> 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
<T> List<T>
MDRRuleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MDRActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MDRRuleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MDRRuleGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MDRRuleGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MDRRuleGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MDRRuleGroupInstanceLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MDRRuleGroupInstanceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MDRActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MDRActionLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MDRRuleLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
MDRRuleGroupInstanceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List<MDRAction> MDRActionLocalServiceUtil.getMDRActionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns a range of m d r actions matching the UUID and company.
 List<MDRAction> MDRActionLocalServiceWrapper.getMDRActionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns a range of m d r actions matching the UUID and company.
 List<MDRAction> MDRActionLocalService.getMDRActionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns a range of m d r actions matching the UUID and company.
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalService.getMDRRuleGroupInstancesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns a range of m d r rule group instances matching the UUID and company.
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceWrapper.getMDRRuleGroupInstancesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns a range of m d r rule group instances matching the UUID and company.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceUtil.getMDRRuleGroupInstancesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
          Returns a range of m d r rule group instances matching the UUID and company.
 List<MDRRuleGroup> MDRRuleGroupLocalService.getMDRRuleGroupsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRuleGroup> orderByComparator)
          Returns a range of m d r rule groups matching the UUID and company.
static List<MDRRuleGroup> MDRRuleGroupLocalServiceUtil.getMDRRuleGroupsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRuleGroup> orderByComparator)
          Returns a range of m d r rule groups matching the UUID and company.
 List<MDRRuleGroup> MDRRuleGroupLocalServiceWrapper.getMDRRuleGroupsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRuleGroup> orderByComparator)
          Returns a range of m d r rule groups matching the UUID and company.
 List<MDRRule> MDRRuleLocalServiceWrapper.getMDRRulesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRule> orderByComparator)
          Returns a range of m d r rules matching the UUID and company.
static List<MDRRule> MDRRuleLocalServiceUtil.getMDRRulesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRule> orderByComparator)
          Returns a range of m d r rules matching the UUID and company.
 List<MDRRule> MDRRuleLocalService.getMDRRulesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRRule> orderByComparator)
          Returns a range of m d r rules matching the UUID and company.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceUtil.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalService.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceWrapper.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceService.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
           
 

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

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

Methods in com.liferay.portlet.ratings.service with parameters of type OrderByComparator
<T> List<T>
RatingsStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RatingsStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RatingsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
RatingsStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RatingsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static
<T> List<T>
RatingsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<RatingsEntry> 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<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry RatingsEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.
static RatingsEntry RatingsEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.
static RatingsEntry RatingsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ?.
 RatingsEntry RatingsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ?.
static RatingsEntry RatingsEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ?.
 RatingsEntry RatingsEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ?.
static List<RatingsEntry> RatingsEntryUtil.findAll(int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries.
 List<RatingsEntry> RatingsEntryPersistence.findAll(int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries.
static List<RatingsStats> RatingsStatsUtil.findAll(int start, int end, OrderByComparator<RatingsStats> orderByComparator)
          Returns an ordered range of all the ratings statses.
 List<RatingsStats> RatingsStatsPersistence.findAll(int start, int end, OrderByComparator<RatingsStats> orderByComparator)
          Returns an ordered range of all the ratings statses.
static RatingsEntry RatingsEntryUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<RatingsEntry> 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<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> 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<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.
static RatingsEntry RatingsEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.
static RatingsEntry[] RatingsEntryUtil.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry[] RatingsEntryPersistence.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ? and companyId = ?.
static List<RatingsEntry> RatingsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
static RatingsEntry RatingsEntryUtil.findByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ?.
 RatingsEntry RatingsEntryPersistence.findByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ?.
static RatingsEntry RatingsEntryUtil.findByUuid_Last(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ?.
 RatingsEntry RatingsEntryPersistence.findByUuid_Last(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ?.
static RatingsEntry[] RatingsEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ?.
 RatingsEntry[] RatingsEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ?.
static List<RatingsEntry> RatingsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries where uuid = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries where uuid = ?.
static List<RatingsEntry> RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
           
static List<RatingsStats> RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RatingsStats> orderByComparator)
           
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Methods in com.liferay.portlet.usersadmin.util that return OrderByComparator
 OrderByComparator<Group> UsersAdmin.getGroupOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<Group> UsersAdminUtil.getGroupOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<Organization> UsersAdmin.getOrganizationOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<Organization> UsersAdminUtil.getOrganizationOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<Role> UsersAdmin.getRoleOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<Role> UsersAdminUtil.getRoleOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<UserGroup> UsersAdmin.getUserGroupOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<UserGroup> UsersAdminUtil.getUserGroupOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<User> UsersAdmin.getUserOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<User> UsersAdminUtil.getUserOrderByComparator(String orderByCol, String orderByType)
           
 

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

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


Liferay 7.0-ce-m6