Liferay 7.0-ce-b1

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.base   
com.liferay.counter.service.persistence This package defines the portal counter service persistence interfaces and utilities. 
com.liferay.counter.service.persistence.impl   
com.liferay.portal.kernel.backgroundtask   
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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.portletfilerepository   
com.liferay.portal.repository   
com.liferay.portal.repository.capabilities   
com.liferay.portal.repository.capabilities.util   
com.liferay.portal.repository.liferayrepository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.repository.util   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
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.portal.workflow   
com.liferay.portal.workflow.comparator   
com.liferay.portlet.announcements.service   
com.liferay.portlet.announcements.service.base   
com.liferay.portlet.announcements.service.persistence   
com.liferay.portlet.announcements.service.persistence.impl   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.asset.service.persistence.impl   
com.liferay.portlet.asset.util.comparator   
com.liferay.portlet.backgroundtask.util.comparator   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.http   
com.liferay.portlet.blogs.service.impl   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.blogs.service.persistence.impl   
com.liferay.portlet.blogs.util   
com.liferay.portlet.blogs.util.comparator   
com.liferay.portlet.calendar.service   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.calendar.service.persistence   
com.liferay.portlet.calendar.service.persistence.impl   
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.base   
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.service.persistence.impl   
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.expando.service   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.expando.service.persistence.impl   
com.liferay.portlet.exportimport.lar   
com.liferay.portlet.exportimport.service   
com.liferay.portlet.exportimport.service.base   
com.liferay.portlet.exportimport.service.impl   
com.liferay.portlet.exportimport.service.persistence   
com.liferay.portlet.exportimport.service.persistence.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.messageboards.service.persistence.impl   
com.liferay.portlet.messageboards.util.comparator   
com.liferay.portlet.ratings.service   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.ratings.service.persistence   
com.liferay.portlet.ratings.service.persistence.impl   
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.base   
com.liferay.portlet.social.service.persistence   
com.liferay.portlet.social.service.persistence.impl   
com.liferay.portlet.social.util.comparator   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.base   
com.liferay.portlet.trash.service.http   
com.liferay.portlet.trash.service.impl   
com.liferay.portlet.trash.service.persistence   
com.liferay.portlet.trash.service.persistence.impl   
com.liferay.portlet.trash.util   
com.liferay.portlet.trash.util.comparator   
com.liferay.portlet.usersadmin.util   
com.liferay.taglib.ui   
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>
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.
<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.
 

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

Methods in com.liferay.counter.service.base with parameters of type OrderByComparator
<T> List<T>
CounterLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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
 List<Counter> CounterPersistence.findAll(int start, int end, OrderByComparator<Counter> orderByComparator)
          Returns an ordered range of all the counters.
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, boolean retrieveFromCache)
          Returns an ordered range of all the counters.
static List<Counter> CounterUtil.findAll(int start, int end, OrderByComparator<Counter> orderByComparator, boolean retrieveFromCache)
          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.counter.service.persistence.impl
 

Methods in com.liferay.counter.service.persistence.impl with parameters of type OrderByComparator
 List<Counter> CounterPersistenceImpl.findAll(int start, int end, OrderByComparator<Counter> orderByComparator)
          Returns an ordered range of all the counters.
 List<Counter> CounterPersistenceImpl.findAll(int start, int end, OrderByComparator<Counter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the counters.
 

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

Methods in com.liferay.portal.kernel.backgroundtask with parameters of type OrderByComparator
 BackgroundTask BackgroundTaskManager.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
           
static BackgroundTask BackgroundTaskManagerUtil.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
           
 BackgroundTask BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
           
static BackgroundTask BackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> 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, boolean excludeStatus, long ownerUserId, boolean includeOwner, int start, int end, OrderByComparator<T> orderByComparator)
           
QueryDefinition(int status, int start, int end, OrderByComparator<T> orderByComparator)
           
QueryDefinition(int status, long ownerUserId, boolean includeOwner, 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> DefaultLocalRepositoryImpl.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DocumentRepository.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DefaultLocalRepositoryImpl.getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DocumentRepository.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> DefaultLocalRepositoryImpl.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> DocumentRepository.getFolders(long parentFolderId, 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)
           
 List<Folder> DefaultLocalRepositoryImpl.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> DocumentRepository.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> BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<RepositoryEntry> DefaultLocalRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<RepositoryEntry> DocumentRepository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, 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<RepositoryEntry> Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimetypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Folder> Repository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 List<FileEntry> BaseRepositoryImpl.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> DocumentRepository.getRepositoryFileEntries(long userId, long rootFolderId, 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)
           
 List<FileEntry> Repository.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)
           
 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[] assetClassNames, 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, Long userId, String assetClassName, Long assetClassPK, 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<WorkflowInstance> WorkflowInstanceManagerUtil.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 assetTitle, String[] assetTypes, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String keywords, String assetTitle, 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 assetTitle, 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 assetTitle, 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 WorkflowInstanceCompletedComparator
           
 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.getInstanceCompletedComparator()
           
 OrderByComparator<WorkflowInstance> WorkflowComparatorFactory.getInstanceCompletedComparator(boolean ascending)
           
static OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryUtil.getInstanceCompletedComparator(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> Group.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupWrapper.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> obc)
           
 

Uses of OrderByComparator in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type OrderByComparator
 List<Group> GroupImpl.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> PortletFileRepositoryImpl.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)
           
 List<FileEntry> PortletFileRepositoryImpl.getPortletFileEntries(long groupId, long folderId, OrderByComparator<FileEntry> obc)
           
 

Uses of OrderByComparator in com.liferay.portal.repository
 

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

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

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

Uses of OrderByComparator in com.liferay.portal.repository.capabilities.util
 

Methods in com.liferay.portal.repository.capabilities.util with parameters of type OrderByComparator
 List<DLFileEntry> DLFileEntryServiceAdapter.getGroupFileEntries(long groupId, int userId, long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 

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

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

Methods in com.liferay.portal.repository.util with parameters of type OrderByComparator
 List<FileEntry> RepositoryWrapper.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> LocalRepositoryWrapper.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> RepositoryWrapper.getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> LocalRepositoryWrapper.getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> RepositoryWrapper.getFileEntries(long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> RepositoryWrapper.getFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<Folder> RepositoryWrapper.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LocalRepositoryWrapper.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> RepositoryWrapper.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LocalRepositoryWrapper.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<RepositoryEntry> RepositoryWrapper.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<RepositoryEntry> LocalRepositoryWrapper.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<RepositoryEntry> RepositoryWrapper.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimetypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Folder> RepositoryWrapper.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 List<FileEntry> RepositoryWrapper.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> LocalRepositoryWrapper.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> RepositoryWrapper.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>
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>
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.
<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.
<T> List<T>
RecentLayoutRevisionLocalService.dynamicQuery(DynamicQuery 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.
<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.
<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>
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.
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.
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.
<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.
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>
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.
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>
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>
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.
<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.
<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>
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>
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>
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.
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.
<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.
static
<T> List<T>
RecentLayoutBranchLocalServiceUtil.dynamicQuery(DynamicQuery 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>
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>
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.
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.
<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>
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.
<T> List<T>
RecentLayoutRevisionLocalServiceWrapper.dynamicQuery(DynamicQuery 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.
<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.
<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>
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.
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>
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.
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>
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.
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.
<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.
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.
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.
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.
<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>
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>
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>
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>
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.
<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>
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.
static
<T> List<T>
RecentLayoutSetBranchLocalServiceUtil.dynamicQuery(DynamicQuery 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>
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>
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>
RecentLayoutSetBranchLocalServiceWrapper.dynamicQuery(DynamicQuery 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.
<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>
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>
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>
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.
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>
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>
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.
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>
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>
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.
<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.
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>
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.
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>
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.
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.
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.
<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>
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>
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>
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>
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>
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>
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>
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>
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.
<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>
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.
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>
RecentLayoutSetBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, 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.
<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.
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>
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>
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.
static
<T> List<T>
RecentLayoutRevisionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery, int start, 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.
<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.
<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.
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>
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.
<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>
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>
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>
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>
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.
<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.
<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.
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.
<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.
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>
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.
<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>
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.
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.
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>
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.
<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.
<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>
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.
<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.
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.
<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>
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>
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>
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.
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>
RecentLayoutBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery, int start, 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>
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>
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>
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.
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>
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>
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.
<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.
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>
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.
<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.
<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>
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>
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.
<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.
<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>
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.
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>
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.
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.
<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>
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>
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>
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.
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>
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>
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>
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.
<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.
<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>
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.
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>
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>
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.
<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>
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>
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.
<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.
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.
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>
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>
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>
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.
<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.
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>
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.
<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.
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>
RecentLayoutBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery, int start, 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.
<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.
<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>
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.
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>
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>
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>
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.
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.
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>
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.
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> 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<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> ContactServiceUtil.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> ContactLocalServiceUtil.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)
           
static List<Organization> OrganizationLocalServiceUtil.getGroupOrganizations(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Organization> OrganizationLocalService.getGroupOrganizations(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Organization> OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Role> RoleLocalService.getGroupRoles(long groupId, int start, int end, OrderByComparator<Role> orderByComparator)
           
static List<Role> RoleLocalServiceUtil.getGroupRoles(long groupId, int start, int end, OrderByComparator<Role> orderByComparator)
           
 List<Role> RoleLocalServiceWrapper.getGroupRoles(long groupId, int start, int end, OrderByComparator<Role> orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getGroupUserGroups(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getGroupUserGroups(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
static List<User> UserLocalServiceUtil.getGroupUsers(long groupId, int start, int end, OrderByComparator<User> 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.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator<User> obc)
           
 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<LayoutBranch> LayoutBranchLocalServiceUtil.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 List<LayoutBranch> LayoutBranchLocalService.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> 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.
 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.
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> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 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 layoutBranchId, 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<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<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<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)
           
static List<Organization> OrganizationLocalServiceUtil.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> obc)
           
 List<Organization> OrganizationLocalService.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> obc)
           
 List<Organization> OrganizationLocalServiceWrapper.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> obc)
           
static List<User> UserLocalServiceUtil.getOrganizationUsers(long organizationId, int start, int end, OrderByComparator<User> orderByComparator)
           
 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)
           
 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> 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<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<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)
           
static List<User> UserLocalServiceUtil.getRoleUsers(long roleId, int start, int end, OrderByComparator<User> 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.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 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 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 socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> obc)
           
 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 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 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 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> 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<Team> TeamLocalServiceUtil.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
 List<Team> TeamLocalServiceWrapper.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
 List<Team> TeamLocalService.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
static List<UserGroup> UserGroupLocalServiceUtil.getTeamUserGroups(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getTeamUserGroups(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
static List<User> UserLocalServiceUtil.getTeamUsers(long teamId, int start, int end, OrderByComparator<User> 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)
           
 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)
           
static List<Team> TeamLocalServiceUtil.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalService.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
static List<User> UserLocalServiceUtil.getUserGroupUsers(long userGroupId, int start, int end, OrderByComparator<User> 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<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Role> RoleLocalService.getUserRoles(long userId, int start, int end, OrderByComparator<Role> orderByComparator)
           
static List<Role> RoleLocalServiceUtil.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.
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<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<Team> TeamLocalServiceUtil.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalServiceWrapper.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<Team> TeamLocalService.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<LayoutPrototype> LayoutPrototypeLocalService.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)
           
static List<LayoutPrototype> LayoutPrototypeLocalServiceUtil.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)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalService.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<LayoutPrototype> LayoutPrototypeService.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
 List<LayoutPrototype> LayoutPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
static List<LayoutPrototype> LayoutPrototypeServiceUtil.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> 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> GroupServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupService.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> 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.
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> 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> GroupServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 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> 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> 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.
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.
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> 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.
 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.
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> 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.
 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.
 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.
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> 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> 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> RoleServiceWrapper.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.
static List<Role> RoleServiceUtil.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
 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.
 List<Role> RoleService.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> 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<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<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.
 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.
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.
 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.
 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<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.
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> 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.
 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.
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> 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.
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<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.
 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.
static List<Team> TeamServiceUtil.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<Team> TeamLocalServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamService.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamServiceWrapper.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamLocalService.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static List<User> UserLocalServiceUtil.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator<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> 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.
 

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

Methods in com.liferay.portal.service.base with parameters of type OrderByComparator
<T> List<T>
ResourcePermissionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutFriendlyURLLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutSetBranchLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
TeamLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RecentLayoutSetBranchLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserGroupLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PluginSettingLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MembershipRequestLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WebDAVPropsLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PasswordTrackerLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ReleaseLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceBlockPermissionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RoleLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserGroupGroupRoleLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
TicketLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserTrackerPathLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserNotificationDeliveryLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PhoneLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WorkflowInstanceLinkLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserTrackerLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RecentLayoutBranchLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceBlockLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ContactLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ClusterGroupLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SystemEventLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
OrgLaborLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutRevisionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserIdMapperLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ListTypeLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WebsiteLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RepositoryLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutBranchLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PasswordPolicyRelLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
OrganizationLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortletItemLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
VirtualHostLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
WorkflowDefinitionLinkLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortletLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AddressLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BrowserTrackerLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PasswordPolicyLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceActionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortletPreferencesLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
GroupLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
CompanyLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RecentLayoutRevisionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SubscriptionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ResourceTypePermissionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutSetPrototypeLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AccountLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
EmailAddressLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ClassNameLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RepositoryEntryLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutPrototypeLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
LayoutSetLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserNotificationEventLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ServiceComponentLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
UserGroupRoleLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
PortalPreferencesLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ImageLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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<Organization> OrganizationLocalServiceBaseImpl.getGroupOrganizations(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Role> RoleLocalServiceBaseImpl.getGroupRoles(long groupId, int start, int end, OrderByComparator<Role> orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getGroupUserGroups(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<User> UserLocalServiceBaseImpl.getGroupUsers(long groupId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceBaseImpl.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<Layout> LayoutLocalServiceBaseImpl.getLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns a range of layouts matching the UUID and company.
 List<Group> GroupLocalServiceBaseImpl.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<User> UserLocalServiceBaseImpl.getOrganizationUsers(long organizationId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<Repository> RepositoryLocalServiceBaseImpl.getRepositoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns a range of repositories matching the UUID and company.
 List<RepositoryEntry> RepositoryEntryLocalServiceBaseImpl.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> GroupLocalServiceBaseImpl.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<User> UserLocalServiceBaseImpl.getRoleUsers(long roleId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<Team> TeamLocalServiceBaseImpl.getTeamsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns a range of teams matching the UUID and company.
 List<UserGroup> UserGroupLocalServiceBaseImpl.getTeamUserGroups(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 List<User> UserLocalServiceBaseImpl.getTeamUsers(long teamId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Team> TeamLocalServiceBaseImpl.getUserGroupTeams(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<User> UserLocalServiceBaseImpl.getUserGroupUsers(long userGroupId, int start, int end, OrderByComparator<User> orderByComparator)
           
 List<Organization> OrganizationLocalServiceBaseImpl.getUserOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator)
           
 List<Role> RoleLocalServiceBaseImpl.getUserRoles(long userId, int start, int end, OrderByComparator<Role> orderByComparator)
           
 List<Team> TeamLocalServiceBaseImpl.getUserTeams(long userId, int start, int end, OrderByComparator<Team> orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getUserUserGroups(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
           
 

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

Methods in com.liferay.portal.service.http with parameters of type OrderByComparator
static List<Contact> ContactServiceHttp.getContacts(HttpPrincipal httpPrincipal, long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
static ContactSoap[] ContactServiceSoap.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
static List<LayoutPrototype> LayoutPrototypeServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
static List<Group> GroupServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
static List<Role> RoleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
static List<Team> TeamServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static LayoutPrototypeSoap[] LayoutPrototypeServiceSoap.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
static LayoutSetPrototypeSoap[] LayoutSetPrototypeServiceSoap.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 

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

Methods in com.liferay.portal.service.impl with parameters of type OrderByComparator
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 List<Contact> ContactServiceImpl.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
 List<Contact> ContactLocalServiceImpl.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator)
           
 List<User> UserLocalServiceImpl.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator<User> obc)
           
 List<LayoutBranch> LayoutBranchLocalServiceImpl.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
           
 List<Group> GroupLocalServiceImpl.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<Organization> OrganizationLocalServiceImpl.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> obc)
           
 List<User> UserLocalServiceImpl.getSocialUsers(long userId, int socialRelationType, int start, int end, OrderByComparator<User> obc)
          Deprecated. As of 7.0.0, replaced by UserLocalServiceImpl.getSocialUsers(long, int, String, int, int, OrderByComparator)
 List<User> UserLocalServiceImpl.getSocialUsers(long userId, int start, int end, OrderByComparator<User> obc)
          Deprecated. As of 7.0.0, replaced by UserLocalServiceImpl.getSocialUsers(long, int, String, int, int, OrderByComparator)
 List<User> UserLocalServiceImpl.getSocialUsers(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> obc)
           
 List<User> UserLocalServiceImpl.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> UserLocalServiceImpl.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.
protected  Sort[] UserLocalServiceImpl.getSorts(OrderByComparator<User> obc)
           
 List<Subscription> SubscriptionLocalServiceImpl.getUserSubscriptions(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions of the user.
 List<LayoutPrototype> LayoutPrototypeLocalServiceImpl.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceImpl.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutPrototype> LayoutPrototypeServiceImpl.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeServiceImpl.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 List<Group> GroupLocalServiceImpl.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> GroupLocalServiceImpl.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> GroupLocalServiceImpl.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> GroupServiceImpl.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceImpl.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> GroupServiceImpl.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceImpl.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> GroupLocalServiceImpl.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> OrganizationLocalServiceImpl.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> OrganizationLocalServiceImpl.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<Role> RoleLocalServiceImpl.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> RoleServiceImpl.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
 List<Role> RoleLocalServiceImpl.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<PasswordPolicy> PasswordPolicyLocalServiceImpl.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> obc)
           
 List<User> UserLocalServiceImpl.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> GroupLocalServiceImpl.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> UserGroupLocalServiceImpl.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<Role> RoleLocalServiceImpl.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> RoleLocalServiceImpl.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> GroupLocalServiceImpl.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> UserGroupLocalServiceImpl.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> TeamServiceImpl.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<Team> TeamLocalServiceImpl.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 List<User> UserLocalServiceImpl.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.
protected  List<Group> GroupLocalServiceImpl.sort(Collection<Group> groups, int start, int end, OrderByComparator<Group> obc)
           
 

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

Methods in com.liferay.portal.service.persistence with parameters of type OrderByComparator
 Contact ContactPersistence.fetchByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first 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 Contact ContactUtil.fetchByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Country CountryPersistence.fetchByActive_First(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the first country in the ordered set where active = ?.
static Country CountryUtil.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 = ?.
 Country CountryPersistence.fetchByActive_Last(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the last country 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 = ?.
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 = ?.
 Group GroupPersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group 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 = ?.
 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 = ?.
 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 = ?.
 Group GroupPersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group 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 = ?.
 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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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_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_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_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_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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 Address AddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
 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 Contact ContactUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Website WebsitePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 Address AddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
 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 Contact ContactUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Website WebsitePersistence.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 = ?.
 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_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_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.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 = ?.
 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_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the first 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_Last(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.fetchByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.fetchByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.fetchByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.fetchByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 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_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_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.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 = ?.
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_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_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 User UserPersistence.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
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_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last 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 = ?.
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 = ?.
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_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_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_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_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_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_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.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_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 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 = ?.
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 = ?.
 Organization OrganizationPersistence.fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Organization OrganizationPersistence.fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 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 = ?.
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 = ?.
 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 = ?.
 User UserPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
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 = ?.
 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 = ?.
 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 User UserUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 Role RolePersistence.fetchByC_T_First(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
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 = ?.
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 ?.
 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 ?.
 Role RolePersistence.fetchByC_T_Last(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
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 = ?.
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 ?.
 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 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_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_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.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 = ?.
 Address AddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
static Address AddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address 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 Contact ContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact 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 = ?.
static EmailAddress EmailAddressUtil.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 = ?.
 Layout LayoutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout 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 = ?.
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 = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype 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 = ?.
 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 = ?.
static Organization OrganizationUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization 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 = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy 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 = ?.
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 = ?.
 Role RolePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role 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 = ?.
 User UserPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user 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 = ?.
 UserGroup UserGroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group 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 = ?.
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 = ?.
static Website WebsiteUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_First(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link 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 = ?.
 Address AddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address 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 = ?.
 Contact ContactPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact 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 = ?.
 EmailAddress EmailAddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address 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 = ?.
 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 = ?.
 Layout LayoutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout 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 = ?.
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 = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype 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 = ?.
 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 = ?.
static Organization OrganizationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization 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 = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy 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 = ?.
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 = ?.
 Role RolePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role 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 = ?.
 User UserPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user 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 = ?.
 UserGroup UserGroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group 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 = ?.
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 = ?.
static Website WebsiteUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website 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 WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link 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 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 = ?.
 User UserPersistence.fetchByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.fetchByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first 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 User UserUtil.fetchByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.fetchByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<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_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_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.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 = ?.
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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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_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_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.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 = ?.
 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 = ?.
 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 Layout LayoutUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the first layout 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 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 = ?.
 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 Layout LayoutUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the last layout 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_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_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_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_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.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 = ?.
 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_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_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_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_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_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_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.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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 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 = ?.
 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_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_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.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 = ?.
 Layout LayoutPersistence.fetchByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout 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 = ?.
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 = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch 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 = ?.
 MembershipRequest MembershipRequestPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role 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 RecentLayoutBranch RecentLayoutBranchUtil.fetchByGroupId_First(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where groupId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.fetchByGroupId_First(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.fetchByGroupId_First(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where groupId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.fetchByGroupId_First(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.fetchByGroupId_First(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where groupId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.fetchByGroupId_First(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch 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 = ?.
static Repository RepositoryUtil.fetchByGroupId_First(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository 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 = ?.
 SystemEvent SystemEventPersistence.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 = ?.
 Layout LayoutPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout 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 = ?.
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 = ?.
 LayoutSetBranch LayoutSetBranchPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch 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 = ?.
 MembershipRequest MembershipRequestPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role 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 RecentLayoutBranch RecentLayoutBranchUtil.fetchByGroupId_Last(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where groupId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where groupId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.fetchByGroupId_Last(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where groupId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.fetchByGroupId_Last(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch 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 = ?.
static Repository RepositoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository 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 = ?.
 SystemEvent SystemEventPersistence.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 = ?.
 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_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_Last(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByH_P_Last(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 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_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_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_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_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_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_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.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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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_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_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.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 = ?.
 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_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_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_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_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_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_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_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_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_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_Last(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static RecentLayoutBranch RecentLayoutBranchUtil.fetchByLayoutBranchId_First(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.fetchByLayoutBranchId_First(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
static RecentLayoutBranch RecentLayoutBranchUtil.fetchByLayoutBranchId_Last(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.fetchByLayoutBranchId_Last(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
 Layout LayoutPersistence.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first 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 Layout LayoutUtil.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_First(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.fetchByLayoutRevisionId_First(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_Last(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.fetchByLayoutRevisionId_Last(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
 LayoutBranch LayoutBranchPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch 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 LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set 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 LayoutBranch LayoutBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch 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 LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch 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 = ?.
static Organization OrganizationUtil.fetchByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.fetchByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first 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 = ?.
 Organization OrganizationPersistence.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 = ?.
 Role RolePersistence.fetchByName_First(String name, OrderByComparator<Role> orderByComparator)
          Returns the first role 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 = ?.
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 = ?.
 Role RolePersistence.fetchByName_Last(String name, OrderByComparator<Role> orderByComparator)
          Returns the last role 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 = ?.
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_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_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.fetchByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first 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_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_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_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_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.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 = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first 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 = ?.
 OrgLabor OrgLaborPersistence.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 = ?.
 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_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_Last(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.fetchByP_NotS_Last(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 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_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_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 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_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first 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 PasswordPolicyRel PasswordPolicyRelUtil.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 = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByPlid_First(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision 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 = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences 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 = ?.
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 = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByPlid_Last(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision 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 = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences 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.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first 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 PortletPreferences PortletPreferencesUtil.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 = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.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 = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource 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 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org 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 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 = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource 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 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 = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first 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 = ?.
 ResourcePermission ResourcePermissionPersistence.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 = ?.
 Layout LayoutPersistence.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first 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 Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Role RolePersistence.fetchBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
static Role RoleUtil.fetchBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first 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 Role RoleUtil.fetchBySubtype_Last(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
 Company CompanyPersistence.fetchBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.fetchBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first 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 = ?.
static Company CompanyUtil.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 = ?.
 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 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_Last(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
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.fetchByType_First(int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
static Role RoleUtil.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 = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByType_First(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where type = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByType_First(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event 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 Role RoleUtil.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.fetchByType_Last(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where type = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByType_Last(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event 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 = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 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 = ?.
 Address AddressPersistence.fetchByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where userId = ?.
static Address AddressUtil.fetchByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first 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 EmailAddress EmailAddressUtil.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address 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 = ?.
static MembershipRequest MembershipRequestUtil.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 RecentLayoutBranch RecentLayoutBranchUtil.fetchByUserId_First(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where userId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.fetchByUserId_First(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.fetchByUserId_First(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where userId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.fetchByUserId_First(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.fetchByUserId_First(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where userId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.fetchByUserId_First(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch 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 = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the first user ID mapper 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 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 = ?.
static Website WebsiteUtil.fetchByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 = ?.
 Address AddressPersistence.fetchByUserId_Last(long userId, OrderByComparator<Address> orderByComparator)
          Returns the last address 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 = ?.
 EmailAddress EmailAddressPersistence.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email 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 = ?.
 MembershipRequest MembershipRequestPersistence.fetchByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request 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 = ?.
 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 RecentLayoutBranch RecentLayoutBranchUtil.fetchByUserId_Last(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where userId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.fetchByUserId_Last(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.fetchByUserId_Last(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where userId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.fetchByUserId_Last(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.fetchByUserId_Last(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where userId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.fetchByUserId_Last(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch 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 = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the last user ID mapper 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 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 = ?.
static Website WebsiteUtil.fetchByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website 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 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 = ?.
 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 Address AddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first 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 = ?.
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 = ?.
 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 = ?.
 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 Layout LayoutUtil.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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 Organization OrganizationPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization 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 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 = ?.
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 = ?.
 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 Repository RepositoryUtil.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 = ?.
 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 Role RoleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ? and companyId = ?.
static Team TeamUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team 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 User UserUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Website WebsitePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 Address AddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last 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 = ?.
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 = ?.
 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 = ?.
 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 Layout LayoutUtil.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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 Organization OrganizationPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization 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 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 = ?.
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 = ?.
 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 Repository RepositoryUtil.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 = ?.
 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 Role RoleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ? and companyId = ?.
static Team TeamUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team 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 User UserUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Website WebsitePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistence.fetchByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static Address AddressUtil.fetchByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first 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 = ?.
static EmailAddress EmailAddressUtil.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 = ?.
 Layout LayoutPersistence.fetchByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout 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 = ?.
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 = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype 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 = ?.
 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 = ?.
static Organization OrganizationUtil.fetchByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization 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 = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy 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 = ?.
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 = ?.
 Repository RepositoryPersistence.fetchByUuid_First(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the first repository 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 = ?.
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 = ?.
 Role RolePersistence.fetchByUuid_First(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the first role 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 = ?.
 Team TeamPersistence.fetchByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ?.
static Team TeamUtil.fetchByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team 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 User UserUtil.fetchByUuid_First(String uuid, OrderByComparator<User> orderByComparator)
          Returns the first user 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 = ?.
static UserGroup UserGroupUtil.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 = ?.
static Website WebsiteUtil.fetchByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 = ?.
 Address AddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the last address 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 = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email 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 = ?.
 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 = ?.
 Layout LayoutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout 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 = ?.
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 = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype 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 = ?.
 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 = ?.
static Organization OrganizationUtil.fetchByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization 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 = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy 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 = ?.
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 = ?.
 Repository RepositoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the last repository 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 = ?.
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 = ?.
 Role RolePersistence.fetchByUuid_Last(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the last role 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 = ?.
 Team TeamPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ?.
static Team TeamUtil.fetchByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team 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 User UserUtil.fetchByUuid_Last(String uuid, OrderByComparator<User> orderByComparator)
          Returns the last user 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 = ?.
static UserGroup UserGroupUtil.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 = ?.
static Website WebsiteUtil.fetchByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website 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 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 = ?.
 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 = ?.
 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 = ?.
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<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 = ?.
 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 = ?.
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[] 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 name, String description, 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 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
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 ?.
 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 ?.
 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[] 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 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 = ?.
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 = ?.
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 ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
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<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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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<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<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<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<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 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<Team> TeamFinder.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamFinderUtil.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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_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(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<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<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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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<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<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 = ?.
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<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 = ?.
static List<Role> RoleFinderUtil.filterFindByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
 List<Role> RoleFinder.filterFindByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
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 = ?.
 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 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 = ?.
 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
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<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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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<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<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<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<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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
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<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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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<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<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<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<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<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<Account> AccountPersistence.findAll(int start, int end, OrderByComparator<Account> orderByComparator)
          Returns an ordered range of all the accounts.
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, boolean retrieveFromCache)
          Returns an ordered range of all the accounts.
static List<Account> AccountUtil.findAll(int start, int end, OrderByComparator<Account> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the accounts.
 List<Address> AddressPersistence.findAll(int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses.
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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses.
static List<Address> AddressUtil.findAll(int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses.
static List<BrowserTracker> BrowserTrackerUtil.findAll(int start, int end, OrderByComparator<BrowserTracker> orderByComparator)
          Returns an ordered range of all the browser trackers.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the browser trackers.
 List<BrowserTracker> BrowserTrackerPersistence.findAll(int start, int end, OrderByComparator<BrowserTracker> orderByComparator, boolean retrieveFromCache)
          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<ClassName> ClassNamePersistence.findAll(int start, int end, OrderByComparator<ClassName> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the class names.
static List<ClassName> ClassNameUtil.findAll(int start, int end, OrderByComparator<ClassName> orderByComparator, boolean retrieveFromCache)
          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.
 List<ClusterGroup> ClusterGroupPersistence.findAll(int start, int end, OrderByComparator<ClusterGroup> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the cluster groups.
static List<ClusterGroup> ClusterGroupUtil.findAll(int start, int end, OrderByComparator<ClusterGroup> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the cluster groups.
 List<Company> CompanyPersistence.findAll(int start, int end, OrderByComparator<Company> orderByComparator)
          Returns an ordered range of all the companies.
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, boolean retrieveFromCache)
          Returns an ordered range of all the companies.
static List<Company> CompanyUtil.findAll(int start, int end, OrderByComparator<Company> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the companies.
 List<Contact> ContactPersistence.findAll(int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts.
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, boolean retrieveFromCache)
          Returns an ordered range of all the contacts.
static List<Contact> ContactUtil.findAll(int start, int end, OrderByComparator<Contact> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the contacts.
 List<Country> CountryPersistence.findAll(int start, int end, OrderByComparator<Country> orderByComparator)
          Returns an ordered range of all the countries.
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, boolean retrieveFromCache)
          Returns an ordered range of all the countries.
static List<Country> CountryUtil.findAll(int start, int end, OrderByComparator<Country> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the countries.
 List<EmailAddress> EmailAddressPersistence.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses.
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, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses.
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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<Group> GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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.
 List<Image> ImagePersistence.findAll(int start, int end, OrderByComparator<Image> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the images.
static List<Image> ImageUtil.findAll(int start, int end, OrderByComparator<Image> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the images.
 List<Layout> LayoutPersistence.findAll(int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts.
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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts.
static List<Layout> LayoutUtil.findAll(int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts.
 List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
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, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          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.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls.
static List<LayoutPrototype> LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes.
 List<LayoutPrototype> LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes.
 List<LayoutRevision> LayoutRevisionPersistence.findAll(int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions.
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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions.
static List<LayoutRevision> LayoutRevisionUtil.findAll(int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          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<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs.
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, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs.
static List<LayoutSetBranch> LayoutSetBranchUtil.findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          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.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          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<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types.
 List<MembershipRequest> MembershipRequestPersistence.findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests.
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, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests.
static List<MembershipRequest> MembershipRequestUtil.findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests.
static List<Organization> OrganizationUtil.findAll(int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the organizations.
 List<Organization> OrganizationPersistence.findAll(int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the org group roles.
 List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end, OrderByComparator<OrgGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org group roles.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies.
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, boolean retrieveFromCache)
          Returns an ordered range of all the password policies.
static List<PasswordPolicy> PasswordPolicyUtil.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policies.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
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, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          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.
 List<PasswordTracker> PasswordTrackerPersistence.findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password trackers.
static List<PasswordTracker> PasswordTrackerUtil.findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean retrieveFromCache)
          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<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          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<PluginSetting> PluginSettingUtil.findAll(int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the plugin settings.
 List<PluginSetting> PluginSettingPersistence.findAll(int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean retrieveFromCache)
          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<PortalPreferences> PortalPreferencesUtil.findAll(int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistence.findAll(int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean retrieveFromCache)
          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.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets.
 List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          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.
 List<PortletItem> PortletItemPersistence.findAll(int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet items.
static List<PortletItem> PortletItemUtil.findAll(int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet items.
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
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, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses.
static List<RecentLayoutBranch> RecentLayoutBranchUtil.findAll(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs.
 List<RecentLayoutBranch> RecentLayoutBranchPersistence.findAll(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs.
static List<RecentLayoutBranch> RecentLayoutBranchUtil.findAll(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs.
 List<RecentLayoutBranch> RecentLayoutBranchPersistence.findAll(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistence.findAll(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions.
static List<RecentLayoutRevision> RecentLayoutRevisionUtil.findAll(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistence.findAll(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions.
static List<RecentLayoutRevision> RecentLayoutRevisionUtil.findAll(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistence.findAll(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs.
static List<RecentLayoutSetBranch> RecentLayoutSetBranchUtil.findAll(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistence.findAll(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs.
static List<RecentLayoutSetBranch> RecentLayoutSetBranchUtil.findAll(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs.
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<Region> RegionUtil.findAll(int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the regions.
 List<Region> RegionPersistence.findAll(int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the regions.
 List<Release> ReleasePersistence.findAll(int start, int end, OrderByComparator<Release> orderByComparator)
          Returns an ordered range of all the releases.
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, boolean retrieveFromCache)
          Returns an ordered range of all the releases.
static List<Release> ReleaseUtil.findAll(int start, int end, OrderByComparator<Release> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the releases.
 List<Repository> RepositoryPersistence.findAll(int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories.
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, boolean retrieveFromCache)
          Returns an ordered range of all the repositories.
static List<Repository> RepositoryUtil.findAll(int start, int end, OrderByComparator<Repository> orderByComparator, boolean retrieveFromCache)
          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<RepositoryEntry> RepositoryEntryUtil.findAll(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistence.findAll(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          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<ResourceAction> ResourceActionUtil.findAll(int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource actions.
 List<ResourceAction> ResourceActionPersistence.findAll(int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean retrieveFromCache)
          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<ResourceBlock> ResourceBlockUtil.findAll(int start, int end, OrderByComparator<ResourceBlock> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource blocks.
 List<ResourceBlock> ResourceBlockPersistence.findAll(int start, int end, OrderByComparator<ResourceBlock> orderByComparator, boolean retrieveFromCache)
          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.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findAll(int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource block permissions.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findAll(int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource block permissions.
static List<ResourcePermission> ResourcePermissionUtil.findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource 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, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions.
 List<ResourcePermission> ResourcePermissionPersistence.findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          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<ResourceTypePermission> ResourceTypePermissionUtil.findAll(int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource type permissions.
 List<ResourceTypePermission> ResourceTypePermissionPersistence.findAll(int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource type permissions.
 List<Role> RolePersistence.findAll(int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles.
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, boolean retrieveFromCache)
          Returns an ordered range of all the roles.
static List<Role> RoleUtil.findAll(int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          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.
 List<ServiceComponent> ServiceComponentPersistence.findAll(int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the service components.
static List<ServiceComponent> ServiceComponentUtil.findAll(int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the service components.
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.
static List<Subscription> SubscriptionUtil.findAll(int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions.
 List<Subscription> SubscriptionPersistence.findAll(int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions.
static List<SystemEvent> SystemEventUtil.findAll(int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the system events.
 List<SystemEvent> SystemEventPersistence.findAll(int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          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.
 List<Team> TeamPersistence.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams.
static List<Team> TeamUtil.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams.
 List<Ticket> TicketPersistence.findAll(int start, int end, OrderByComparator<Ticket> orderByComparator)
          Returns an ordered range of all the tickets.
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, boolean retrieveFromCache)
          Returns an ordered range of all the tickets.
static List<Ticket> TicketUtil.findAll(int start, int end, OrderByComparator<Ticket> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the tickets.
 List<User> UserPersistence.findAll(int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users.
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, boolean retrieveFromCache)
          Returns an ordered range of all the users.
static List<User> UserUtil.findAll(int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users.
 List<UserGroup> UserGroupPersistence.findAll(int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups.
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, boolean retrieveFromCache)
          Returns an ordered range of all the user groups.
static List<UserGroup> UserGroupUtil.findAll(int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          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<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          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<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles.
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles.
static List<UserIdMapper> UserIdMapperUtil.findAll(int start, int end, OrderByComparator<UserIdMapper> orderByComparator)
          Returns an ordered range of all the user ID mappers.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the user ID mappers.
 List<UserIdMapper> UserIdMapperPersistence.findAll(int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean retrieveFromCache)
          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.
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findAll(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification deliveries.
 List<UserNotificationDelivery> UserNotificationDeliveryPersistence.findAll(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean retrieveFromCache)
          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.
 List<UserNotificationEvent> UserNotificationEventPersistence.findAll(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events.
static List<UserNotificationEvent> UserNotificationEventUtil.findAll(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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<UserTracker> UserTrackerUtil.findAll(int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers.
 List<UserTracker> UserTrackerPersistence.findAll(int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          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.
static List<UserTrackerPath> UserTrackerPathUtil.findAll(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user tracker paths.
 List<UserTrackerPath> UserTrackerPathPersistence.findAll(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user tracker paths.
static List<VirtualHost> VirtualHostUtil.findAll(int start, int end, OrderByComparator<VirtualHost> orderByComparator)
          Returns an ordered range of all the virtual hosts.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the virtual hosts.
 List<VirtualHost> VirtualHostPersistence.findAll(int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean retrieveFromCache)
          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.
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end, OrderByComparator<WebDAVProps> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end, OrderByComparator<WebDAVProps> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the web d a v propses.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the websites.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator)
          Returns an ordered range of all the workflow instance 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, boolean retrieveFromCache)
          Returns an ordered range of all the workflow instance links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow instance links.
 Contact ContactPersistence.findByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first 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_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last 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 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 = ?.
 List<Contact> ContactPersistence.findByAccountId(long accountId, int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts 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, boolean retrieveFromCache)
          Returns an ordered range of all the contacts where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the contacts where accountId = ?.
 Country CountryPersistence.findByActive_First(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the first country in the ordered set where active = ?.
static Country CountryUtil.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 = ?.
 Country CountryPersistence.findByActive_Last(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the last country 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the countries where active = ?.
static List<Country> CountryUtil.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<Region> RegionUtil.findByActive(boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the regions where active = ?.
 List<Region> RegionPersistence.findByActive(boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<ServiceComponent> ServiceComponentPersistence.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the service components where buildNamespace = ?.
 Group GroupPersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group 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 = ?.
 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 = ?.
 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 = ?.
 Group GroupPersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group 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 = ?.
 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 = ?.
 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 = ?.
 Group[] GroupPersistence.findByC_A_PrevAndNext(long groupId, long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
static Group[] GroupUtil.findByC_A_PrevAndNext(long groupId, long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group 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 = ?.
 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 = ?.
 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<Group> GroupPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
static List<Group> GroupUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
 List<Group> GroupPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
static List<Group> GroupUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<Region> RegionUtil.findByC_A(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the regions where countryId = ? and active = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static List<Address> AddressUtil.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses 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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email 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, boolean retrieveFromCache)
          Returns an ordered range of all the email 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, boolean retrieveFromCache)
          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 = ?.
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites 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, boolean retrieveFromCache)
          Returns an ordered range of all the websites 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, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses 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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email 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, boolean retrieveFromCache)
          Returns an ordered range of all the email 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, boolean retrieveFromCache)
          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<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<Subscription> SubscriptionUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the websites 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, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
 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 Address AddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
 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 Contact ContactUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 Address AddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
 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 Contact ContactUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Website WebsitePersistence.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 = ?.
 List<Group> GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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)
           
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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_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_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_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_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 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
static List<Ticket> TicketUtil.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
static List<Address> AddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
static List<EmailAddress> EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<Group> GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the phones 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
 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_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the first 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_Last(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistence.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User UserPersistence.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 User[] UserPersistence.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User[] UserUtil.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
 User[] UserPersistence.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
static User[] UserUtil.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
 List<User> UserPersistence.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
static List<User> UserUtil.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
static List<User> UserUtil.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the users 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, boolean retrieveFromCache)
          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 = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_G_N(long companyId, long groupId, String name, int start, int end, OrderByComparator<ResourceBlock> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.findByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
 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_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first 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_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User[] UserPersistence.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
static User[] UserUtil.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
 List<User> UserPersistence.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
static List<Role> RoleFinderUtil.findByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> obc)
           
 List<Role> RoleFinder.findByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<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)
           
 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)
           
 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[] 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 name, String description, 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)
           
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 = ?.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator<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_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_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_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_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 = ?.
 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_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_P_R_V_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, 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 primKeyId = ? and roleId = ? and viewActionId = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_P_R_V_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, 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 primKeyId = ? and roleId = ? and viewActionId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
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_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, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.
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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
 List<PasswordPolicy> PasswordPolicyFinder.findByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> obc)
           
static List<PasswordPolicy> PasswordPolicyFinderUtil.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 = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator<ResourceBlock> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
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 = ?.
 Organization OrganizationPersistence.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Organization OrganizationPersistence.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 List<Group> GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<Group> GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
 List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 User UserPersistence.findByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
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 = ?.
 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 = ?.
 User UserPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 List<Group> GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
 List<User> UserPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ? and status = ?.
static List<User> UserUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and status = ?.
static List<User> UserUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and status = ?.
 Role RolePersistence.findByC_T_First(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
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 = ?.
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 ?.
 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 ?.
 Role RolePersistence.findByC_T_Last(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
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 = ?.
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 ?.
 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 ?.
 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 = ?.
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 = ?.
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 ?.
 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 ?.
 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[] 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, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.
static List<Role> RoleUtil.findByC_T(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
static List<Role> RoleUtil.findByC_T(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
static List<Organization> OrganizationUtil.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
 List<Organization> OrganizationPersistence.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
 List<Organization> OrganizationPersistence.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          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 ?.
static List<Subscription> SubscriptionUtil.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
 List<Subscription> SubscriptionPersistence.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 Address AddressPersistence.findByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
static Address AddressUtil.findByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address 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 Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact 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 = ?.
static EmailAddress EmailAddressUtil.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 = ?.
 Layout LayoutPersistence.findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout 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 = ?.
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 = ?.
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype 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 = ?.
 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 = ?.
static Organization OrganizationUtil.findByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization 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 = ?.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy 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 = ?.
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 = ?.
 Role RolePersistence.findByCompanyId_First(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role 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 = ?.
 User UserPersistence.findByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user 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 = ?.
 UserGroup UserGroupPersistence.findByCompanyId_First(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group 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 = ?.
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 = ?.
static Website WebsiteUtil.findByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_First(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link 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 = ?.
 Address AddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address 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 = ?.
 Contact ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact 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 = ?.
 EmailAddress EmailAddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address 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 = ?.
 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 = ?.
 Layout LayoutPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout 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 = ?.
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 = ?.
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype 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 = ?.
 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 = ?.
static Organization OrganizationUtil.findByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization 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 = ?.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy 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 = ?.
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 = ?.
 Role RolePersistence.findByCompanyId_Last(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role 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 = ?.
 User UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user 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 = ?.
 UserGroup UserGroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group 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 = ?.
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 = ?.
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website 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 WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_Last(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 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 = ?.
 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ?.
static List<Address> AddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the contacts where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the contacts 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ?.
static List<EmailAddress> EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where companyId = ?.
static List<Layout> LayoutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes where companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          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<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the password policies where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean retrieveFromCache)
          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<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          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<PluginSetting> PluginSettingUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the plugin settings where companyId = ?.
 List<PluginSetting> PluginSettingPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean retrieveFromCache)
          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<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ?.
static List<Role> RoleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ?.
static List<User> UserUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the user groups where companyId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<UserTracker> UserTrackerUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers where companyId = ?.
 List<UserTracker> UserTrackerPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean retrieveFromCache)
          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 List<Region> RegionUtil.findByCountryId(long countryId, int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the regions where countryId = ?.
 List<Region> RegionPersistence.findByCountryId(long countryId, int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the regions where countryId = ?.
 User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first 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_Last(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the last 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 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 = ?.
 List<User> UserPersistence.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users 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, boolean retrieveFromCache)
          Returns an ordered range of all the users where emailAddress = ?.
static List<User> UserUtil.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where emailAddress = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<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_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_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_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_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 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 = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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_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_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_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_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 = ?.
 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 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<SystemEvent> SystemEventPersistence.findByG_C_C_T(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<SystemEvent> SystemEventUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
 List<SystemEvent> SystemEventPersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
 List<SystemEvent> SystemEventPersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByG_C_C(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<Group> GroupPersistence.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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)
           
 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 = ?.
 List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
 Layout LayoutPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
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 = ?.
 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 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 = ?.
 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 Layout LayoutUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the last layout 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_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_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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.
 Layout LayoutPersistence.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistence.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistence.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
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 = ?.
 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 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 = ?.
 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_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_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_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_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 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 = ?.
 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          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<UserGroupGroupRole> UserGroupGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.
static List<SystemEvent> SystemEventUtil.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
 List<SystemEvent> SystemEventPersistence.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
 List<SystemEvent> SystemEventPersistence.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
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 = ?.
 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_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_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_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_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 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByG_U_S(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          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 List<Subscription> SubscriptionUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
 List<Team> TeamFinder.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
static List<Team> TeamFinderUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
 Layout LayoutPersistence.findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout 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 = ?.
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 = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch 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 = ?.
 MembershipRequest MembershipRequestPersistence.findByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role 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 RecentLayoutBranch RecentLayoutBranchUtil.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where groupId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where groupId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where groupId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch 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 = ?.
static Repository RepositoryUtil.findByGroupId_First(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository 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 = ?.
 SystemEvent SystemEventPersistence.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 = ?.
 Layout LayoutPersistence.findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout 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 = ?.
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 = ?.
 LayoutSetBranch LayoutSetBranchPersistence.findByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch 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 = ?.
 MembershipRequest MembershipRequestPersistence.findByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role 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 RecentLayoutBranch RecentLayoutBranchUtil.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where groupId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where groupId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where groupId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch 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 = ?.
static Repository RepositoryUtil.findByGroupId_Last(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository 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 = ?.
 SystemEvent SystemEventPersistence.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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
 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 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 = ?.
static RecentLayoutBranch[] RecentLayoutBranchUtil.findByGroupId_PrevAndNext(long recentLayoutBranchId, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the recent layout branchs before and after the current recent layout branch in the ordered set where groupId = ?.
 RecentLayoutBranch[] RecentLayoutBranchPersistence.findByGroupId_PrevAndNext(long recentLayoutBranchId, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the recent layout branchs before and after the current recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision[] RecentLayoutRevisionPersistence.findByGroupId_PrevAndNext(long recentLayoutRevisionId, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.
static RecentLayoutRevision[] RecentLayoutRevisionUtil.findByGroupId_PrevAndNext(long recentLayoutRevisionId, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch[] RecentLayoutSetBranchPersistence.findByGroupId_PrevAndNext(long recentLayoutSetBranchId, long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?.
static RecentLayoutSetBranch[] RecentLayoutSetBranchUtil.findByGroupId_PrevAndNext(long recentLayoutSetBranchId, long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the recent layout set branchs before and after the current recent layout set branch 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ?.
static List<Layout> LayoutUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          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<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs where groupId = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests where groupId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the org group roles where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org group roles where groupId = ?.
static List<RecentLayoutBranch> RecentLayoutBranchUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs where groupId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs where groupId = ?.
static List<RecentLayoutBranch> RecentLayoutBranchUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs where groupId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs where groupId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions where groupId = ?.
static List<RecentLayoutRevision> RecentLayoutRevisionUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions where groupId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions where groupId = ?.
static List<RecentLayoutRevision> RecentLayoutRevisionUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions where groupId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs where groupId = ?.
static List<RecentLayoutSetBranch> RecentLayoutSetBranchUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs where groupId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs where groupId = ?.
static List<RecentLayoutSetBranch> RecentLayoutSetBranchUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the repositories where groupId = ?.
static List<Repository> RepositoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repositories 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ?.
 List<SystemEvent> SystemEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          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<Team> TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          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<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles where groupId = ?.
 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_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_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_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_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 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByH_P(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          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)
           
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, 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<Role> RoleFinder.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)
           
 List<UserGroup> UserGroupFinder.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<UserGroup> obc)
           
static List<UserGroup> UserGroupFinderUtil.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<UserGroup> obc)
           
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_H(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutBranch[] LayoutBranchPersistence.findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? 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 = ?.
 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_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_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_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_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_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_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 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_S(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
static RecentLayoutBranch RecentLayoutBranchUtil.findByLayoutBranchId_First(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.findByLayoutBranchId_First(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
static RecentLayoutBranch RecentLayoutBranchUtil.findByLayoutBranchId_Last(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.findByLayoutBranchId_Last(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
static RecentLayoutBranch[] RecentLayoutBranchUtil.findByLayoutBranchId_PrevAndNext(long recentLayoutBranchId, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the recent layout branchs before and after the current recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch[] RecentLayoutBranchPersistence.findByLayoutBranchId_PrevAndNext(long recentLayoutBranchId, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the recent layout branchs before and after the current recent layout branch in the ordered set where layoutBranchId = ?.
static List<RecentLayoutBranch> RecentLayoutBranchUtil.findByLayoutBranchId(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistence.findByLayoutBranchId(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
static List<RecentLayoutBranch> RecentLayoutBranchUtil.findByLayoutBranchId(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistence.findByLayoutBranchId(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
 Layout LayoutPersistence.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first 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_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last 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 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
static List<Layout> LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.findByLayoutRevisionId_First(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.findByLayoutRevisionId_First(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.findByLayoutRevisionId_Last(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.findByLayoutRevisionId_Last(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
 RecentLayoutRevision[] RecentLayoutRevisionPersistence.findByLayoutRevisionId_PrevAndNext(long recentLayoutRevisionId, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.
static RecentLayoutRevision[] RecentLayoutRevisionUtil.findByLayoutRevisionId_PrevAndNext(long recentLayoutRevisionId, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistence.findByLayoutRevisionId(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
static List<RecentLayoutRevision> RecentLayoutRevisionUtil.findByLayoutRevisionId(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistence.findByLayoutRevisionId(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
static List<RecentLayoutRevision> RecentLayoutRevisionUtil.findByLayoutRevisionId(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
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)
           
 LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch 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 LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set 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 LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch 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 LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set 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 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 = ?.
 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 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 = ?.
 RecentLayoutSetBranch[] RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId, long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?.
static RecentLayoutSetBranch[] RecentLayoutSetBranchUtil.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId, long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?.
static List<RecentLayoutSetBranch> RecentLayoutSetBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?.
static List<RecentLayoutSetBranch> RecentLayoutSetBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs 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 = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
static Organization OrganizationUtil.findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last 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 = ?.
 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 List<Organization> OrganizationUtil.findByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations 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, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistence.findByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          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 < ?.
 List<Image> ImagePersistence.findByLtSize(int size, int start, int end, OrderByComparator<Image> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the images where size < ?.
static List<Image> ImageUtil.findByLtSize(int size, int start, int end, OrderByComparator<Image> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 Role RolePersistence.findByName_First(String name, OrderByComparator<Role> orderByComparator)
          Returns the first role 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 = ?.
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 = ?.
 Role RolePersistence.findByName_Last(String name, OrderByComparator<Role> orderByComparator)
          Returns the last role 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 = ?.
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 = ?.
 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 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 = ?.
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<ResourceAction> ResourceActionUtil.findByName(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistence.findByName(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource actions 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the roles where name = ?.
static List<Role> RoleUtil.findByName(String name, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where name = ?.
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_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_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static List<Organization> OrganizationUtil.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 List<Organization> OrganizationPersistence.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first 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_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_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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first 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_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last 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 = ?.
 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 List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors 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, boolean retrieveFromCache)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          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 List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
 LayoutRevision LayoutRevisionPersistence.findByP_NotS_First(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_First(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first 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_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_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 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 ≠ ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
static List<LayoutRevision> LayoutRevisionUtil.findByP_NotS(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 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_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first 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_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last 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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_First(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision 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 = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences 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 = ?.
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 = ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_Last(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision 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 = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences 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 = ?.
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 = ?.
 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 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 = ?.
 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 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 = ?.
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<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByPlid(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByPlid(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first 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_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last 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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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 List<RepositoryEntry> RepositoryEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.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 = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource 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 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 = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org 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 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 = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the org group roles where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the resource block 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first 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_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last 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 = ?.
 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 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[] 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, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.
 List<ResourcePermission> ResourcePermissionPersistence.findByScope(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.
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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where scope = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByScope(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<UserTracker> UserTrackerUtil.findBySessionId(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistence.findBySessionId(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          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)
           
 Layout LayoutPersistence.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first 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_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last 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 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 = ?.
 List<Layout> LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts 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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
static List<Layout> LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
 Role RolePersistence.findBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
static Role RoleUtil.findBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first 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_Last(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last 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 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 = ?.
 List<Role> RolePersistence.findBySubtype(String subtype, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles 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, boolean retrieveFromCache)
          Returns an ordered range of all the roles where subtype = ?.
static List<Role> RoleUtil.findBySubtype(String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where subtype = ?.
 Company CompanyPersistence.findBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first 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_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last 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 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 = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end, OrderByComparator<Company> orderByComparator)
          Returns an ordered range of all the companies 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, boolean retrieveFromCache)
          Returns an ordered range of all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end, OrderByComparator<Company> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the groups where type = ? and active = ?.
 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 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_Last(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
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_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 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
static List<Role> RoleUtil.findByT_S(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
 Role RolePersistence.findByType_First(int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
static Role RoleUtil.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 = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByType_First(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where type = ?.
static UserNotificationEvent UserNotificationEventUtil.findByType_First(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event 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 Role RoleUtil.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 = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByType_Last(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where type = ?.
static UserNotificationEvent UserNotificationEventUtil.findByType_Last(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event 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 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 = ?.
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 = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByType_PrevAndNext(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where type = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByType_PrevAndNext(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the roles where type = ?.
static List<Role> RoleUtil.findByType(int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types where type = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByType(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where type = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByType(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where type = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByType(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where type = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByType(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events 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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_A_A(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_A(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<Subscription> SubscriptionUtil.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_D_A(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT_A(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT_D(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_DT(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<UserGroupGroupRole> UserGroupGroupRolePersistence.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_T_DT_D_PrevAndNext(long userNotificationEventId, long userId, String type, 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 type = ? and deliveryType = ? and delivered = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_T_DT_D_PrevAndNext(long userNotificationEventId, long userId, String type, 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 type = ? and deliveryType = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 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 = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
 Address AddressPersistence.findByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where userId = ?.
static Address AddressUtil.findByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first 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 EmailAddress EmailAddressUtil.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address 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 = ?.
static MembershipRequest MembershipRequestUtil.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 RecentLayoutBranch RecentLayoutBranchUtil.findByUserId_First(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where userId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.findByUserId_First(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.findByUserId_First(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where userId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.findByUserId_First(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.findByUserId_First(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where userId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.findByUserId_First(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch 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 = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the first user ID mapper 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 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 = ?.
static Website WebsiteUtil.findByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 = ?.
 Address AddressPersistence.findByUserId_Last(long userId, OrderByComparator<Address> orderByComparator)
          Returns the last address 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 = ?.
 EmailAddress EmailAddressPersistence.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email 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 = ?.
 MembershipRequest MembershipRequestPersistence.findByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request 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 = ?.
 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 RecentLayoutBranch RecentLayoutBranchUtil.findByUserId_Last(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where userId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistence.findByUserId_Last(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistence.findByUserId_Last(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where userId = ?.
static RecentLayoutRevision RecentLayoutRevisionUtil.findByUserId_Last(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistence.findByUserId_Last(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where userId = ?.
static RecentLayoutSetBranch RecentLayoutSetBranchUtil.findByUserId_Last(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch 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 = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the last user ID mapper 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 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 = ?.
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
 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 RecentLayoutBranch[] RecentLayoutBranchUtil.findByUserId_PrevAndNext(long recentLayoutBranchId, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the recent layout branchs before and after the current recent layout branch in the ordered set where userId = ?.
 RecentLayoutBranch[] RecentLayoutBranchPersistence.findByUserId_PrevAndNext(long recentLayoutBranchId, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the recent layout branchs before and after the current recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision[] RecentLayoutRevisionPersistence.findByUserId_PrevAndNext(long recentLayoutRevisionId, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.
static RecentLayoutRevision[] RecentLayoutRevisionUtil.findByUserId_PrevAndNext(long recentLayoutRevisionId, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch[] RecentLayoutSetBranchPersistence.findByUserId_PrevAndNext(long recentLayoutSetBranchId, long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?.
static RecentLayoutSetBranch[] RecentLayoutSetBranchUtil.findByUserId_PrevAndNext(long recentLayoutSetBranchId, long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the recent layout set branchs before and after the current recent layout set branch 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where userId = ?.
static List<Address> AddressUtil.findByUserId(long userId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where userId = ?.
static List<EmailAddress> EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests where userId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where userId = ?.
static List<RecentLayoutBranch> RecentLayoutBranchUtil.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs where userId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistence.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs where userId = ?.
static List<RecentLayoutBranch> RecentLayoutBranchUtil.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs where userId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistence.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs where userId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistence.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions where userId = ?.
static List<RecentLayoutRevision> RecentLayoutRevisionUtil.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions where userId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistence.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions where userId = ?.
static List<RecentLayoutRevision> RecentLayoutRevisionUtil.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions where userId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistence.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs where userId = ?.
static List<RecentLayoutSetBranch> RecentLayoutSetBranchUtil.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs where userId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistence.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs where userId = ?.
static List<RecentLayoutSetBranch> RecentLayoutSetBranchUtil.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs 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 = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistence.findByUserId(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          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<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the user ID mappers where userId = ?.
 List<UserIdMapper> UserIdMapperPersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<UserTracker> UserTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers where userId = ?.
 List<UserTracker> UserTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          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 List<UserTrackerPath> UserTrackerPathUtil.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
 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 Address AddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first 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 = ?.
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 = ?.
 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 = ?.
 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 Layout LayoutUtil.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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 Organization OrganizationPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization 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 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 = ?.
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 = ?.
 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 Repository RepositoryUtil.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 = ?.
 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 Role RoleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ? and companyId = ?.
static Team TeamUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team 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 User UserUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Website WebsitePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 Address AddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last 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 = ?.
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 = ?.
 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 = ?.
 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 Layout LayoutUtil.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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 Organization OrganizationPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization 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 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 = ?.
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 = ?.
 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 Repository RepositoryUtil.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 = ?.
 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 Role RoleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ? and companyId = ?.
static Team TeamUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team 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 User UserUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 Website WebsitePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website 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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
 Team[] TeamPersistence.findByUuid_C_PrevAndNext(long teamId, String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?.
static Team[] TeamUtil.findByUuid_C_PrevAndNext(long teamId, String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team 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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
static List<Address> AddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
static List<EmailAddress> EmailAddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<Group> GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the groups 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
static List<Layout> LayoutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          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<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
 List<Organization> OrganizationPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean retrieveFromCache)
          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<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the phones 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the repositories where uuid = ? and companyId = ?.
static List<Repository> RepositoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean retrieveFromCache)
          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<RepositoryEntry> RepositoryEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the repository entries 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
static List<Role> RoleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
 List<Team> TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
static List<Team> TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
 List<Team> TeamPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
static List<Team> TeamUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
static List<User> UserUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          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<UserNotificationEvent> UserNotificationEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
 Address AddressPersistence.findByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static Address AddressUtil.findByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first 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 = ?.
static EmailAddress EmailAddressUtil.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 = ?.
 Layout LayoutPersistence.findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout 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 = ?.
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 = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype 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 = ?.
 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 = ?.
static Organization OrganizationUtil.findByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization 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 = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy 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 = ?.
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 = ?.
 Repository RepositoryPersistence.findByUuid_First(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the first repository 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 = ?.
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 = ?.
 Role RolePersistence.findByUuid_First(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the first role 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 = ?.
 Team TeamPersistence.findByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ?.
static Team TeamUtil.findByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team 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 User UserUtil.findByUuid_First(String uuid, OrderByComparator<User> orderByComparator)
          Returns the first user 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 = ?.
static UserGroup UserGroupUtil.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 = ?.
static Website WebsiteUtil.findByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website 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 = ?.
 Address AddressPersistence.findByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the last address 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 = ?.
 EmailAddress EmailAddressPersistence.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email 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 = ?.
 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 = ?.
 Layout LayoutPersistence.findByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout 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 = ?.
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 = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype 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 = ?.
 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 = ?.
static Organization OrganizationUtil.findByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization 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 = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy 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 = ?.
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 = ?.
 Repository RepositoryPersistence.findByUuid_Last(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the last repository 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 = ?.
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 = ?.
 Role RolePersistence.findByUuid_Last(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the last role 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 = ?.
 Team TeamPersistence.findByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ?.
static Team TeamUtil.findByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team 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 User UserUtil.findByUuid_Last(String uuid, OrderByComparator<User> orderByComparator)
          Returns the last user 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 = ?.
static UserGroup UserGroupUtil.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 = ?.
static Website WebsiteUtil.findByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website 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 = ?.
 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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
 Team[] TeamPersistence.findByUuid_PrevAndNext(long teamId, String uuid, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where uuid = ?.
static Team[] TeamUtil.findByUuid_PrevAndNext(long teamId, String uuid, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team 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 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where uuid = ?.
static List<Address> AddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ?.
static List<EmailAddress> EmailAddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<Group> GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where uuid = ?.
static List<Layout> LayoutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes 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, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes where uuid = ?.
 List<LayoutPrototype> LayoutPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          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<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where uuid = ?.
 List<Organization> OrganizationPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the password policies where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean retrieveFromCache)
          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<Phone> PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ?.
 List<Phone> PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the repositories where uuid = ?.
static List<Repository> RepositoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator, boolean retrieveFromCache)
          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<RepositoryEntry> RepositoryEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repository entries 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the roles where uuid = ?.
static List<Role> RoleUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where uuid = ?.
 List<Team> TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ?.
static List<Team> TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ?.
 List<Team> TeamPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ?.
static List<Team> TeamUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the users where uuid = ?.
static List<User> UserUtil.findByUuid(String uuid, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the user groups where uuid = ?.
static List<UserGroup> UserGroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          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<UserNotificationEvent> UserNotificationEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          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<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<RecentLayoutBranch> RecentLayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
           
static List<RecentLayoutRevision> RecentLayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
           
static List<RecentLayoutSetBranch> RecentLayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutSetBranch> 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<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)
           
 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.
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> 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<Group> UserUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 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> 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<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<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<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<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<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<Team> UserUtil.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user.
 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.
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<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<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.
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.
 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> TeamPersistence.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the team.
 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> TeamUtil.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> 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> 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.
 

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)
           
protected  List<Long> UserFinderImpl.doFindByC_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)
           
protected  List<Role> RoleFinderImpl.doFindByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> obc, boolean inlineSQLHelper)
           
protected  List<Team> TeamFinderImpl.doFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc, boolean inlineSQLHelper)
           
protected  List<Team> TeamFinderImpl.doFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
 Contact ContactPersistenceImpl.fetchByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistenceImpl.fetchByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Country CountryPersistenceImpl.fetchByActive_First(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the first country in the ordered set where active = ?.
 Region RegionPersistenceImpl.fetchByActive_First(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where active = ?.
 Country CountryPersistenceImpl.fetchByActive_Last(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the last country in the ordered set where active = ?.
 Region RegionPersistenceImpl.fetchByActive_Last(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where active = ?.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 Group GroupPersistenceImpl.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 Region RegionPersistenceImpl.fetchByC_A_First(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 Group GroupPersistenceImpl.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 Region RegionPersistenceImpl.fetchByC_A_Last(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
 Address AddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 Phone PhonePersistenceImpl.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 = ?.
 Subscription SubscriptionPersistenceImpl.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 WebsitePersistenceImpl.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 = ?.
 Address AddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 Phone PhonePersistenceImpl.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 = ?.
 Subscription SubscriptionPersistenceImpl.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 WebsitePersistenceImpl.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 = ?.
 Address AddressPersistenceImpl.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 AddressPersistenceImpl.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 AddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 Phone PhonePersistenceImpl.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 WebsitePersistenceImpl.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 = ?.
 Address AddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 Phone PhonePersistenceImpl.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 WebsitePersistenceImpl.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 = ?.
 Address AddressPersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
 Contact ContactPersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
 Contact ContactPersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.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 GroupPersistenceImpl.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 = ?.
 Ticket TicketPersistenceImpl.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 TicketPersistenceImpl.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 = ?.
 User UserPersistenceImpl.fetchByC_CD_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.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 UserPersistenceImpl.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 UserPersistenceImpl.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 UserPersistenceImpl.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 = ?.
 ResourceBlock ResourceBlockPersistenceImpl.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 ResourceBlockPersistenceImpl.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 ResourcePermissionPersistenceImpl.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 ResourcePermissionPersistenceImpl.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 User UserPersistenceImpl.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistenceImpl.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByC_N_First(long companyId, String name, OrderByComparator<ResourceBlock> orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByC_N_Last(long companyId, String name, OrderByComparator<ResourceBlock> orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.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 ResourceTypePermissionPersistenceImpl.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 ResourcePermissionPersistenceImpl.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 ResourcePermissionPersistenceImpl.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 ResourcePermissionPersistenceImpl.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 ResourcePermissionPersistenceImpl.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 = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.fetchByC_N_S_P_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.fetchByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 Group GroupPersistenceImpl.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Organization OrganizationPersistenceImpl.fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 UserGroup UserGroupPersistenceImpl.fetchByC_P_First(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistenceImpl.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Organization OrganizationPersistenceImpl.fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 UserGroup UserGroupPersistenceImpl.fetchByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistenceImpl.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 GroupPersistenceImpl.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 GroupPersistenceImpl.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 GroupPersistenceImpl.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 GroupPersistenceImpl.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 User UserPersistenceImpl.fetchByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 Group GroupPersistenceImpl.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 User UserPersistenceImpl.fetchByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 Role RolePersistenceImpl.fetchByC_T_First(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
 Organization OrganizationPersistenceImpl.fetchByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Role RolePersistenceImpl.fetchByC_T_Last(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
 Organization OrganizationPersistenceImpl.fetchByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.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 WorkflowDefinitionLinkPersistenceImpl.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 = ?.
 Address AddressPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Role RolePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
 User UserPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 UserGroup UserGroupPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 Address AddressPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Role RolePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
 User UserPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 UserGroup UserGroupPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 Region RegionPersistenceImpl.fetchByCountryId_First(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
 Region RegionPersistenceImpl.fetchByCountryId_Last(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
 User UserPersistenceImpl.fetchByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.fetchByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.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 WorkflowInstanceLinkPersistenceImpl.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 SystemEventPersistenceImpl.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 WorkflowDefinitionLinkPersistenceImpl.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 SystemEventPersistenceImpl.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 WorkflowDefinitionLinkPersistenceImpl.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 SystemEventPersistenceImpl.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 SystemEventPersistenceImpl.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 PortletItemPersistenceImpl.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistenceImpl.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 Group GroupPersistenceImpl.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 GroupPersistenceImpl.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 = ?.
 PortletItem PortletItemPersistenceImpl.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 PortletItemPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 LayoutFriendlyURLPersistenceImpl.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 = ?.
 Layout LayoutPersistenceImpl.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistenceImpl.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistenceImpl.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistenceImpl.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 LayoutSetBranchPersistenceImpl.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 LayoutSetBranchPersistenceImpl.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 = ?.
 Layout LayoutPersistenceImpl.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 LayoutPersistenceImpl.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 LayoutPersistenceImpl.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 LayoutPersistenceImpl.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 UserGroupGroupRolePersistenceImpl.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 UserGroupRolePersistenceImpl.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 UserGroupGroupRolePersistenceImpl.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 UserGroupRolePersistenceImpl.fetchByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.fetchByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 SystemEvent SystemEventPersistenceImpl.fetchByG_S_First(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 MembershipRequest MembershipRequestPersistenceImpl.fetchByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
 SystemEvent SystemEventPersistenceImpl.fetchByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 Subscription SubscriptionPersistenceImpl.fetchByG_U_First(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where groupId = ? and userId = ?.
 Subscription SubscriptionPersistenceImpl.fetchByG_U_Last(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where groupId = ? and userId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.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 MembershipRequestPersistenceImpl.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 = ?.
 Layout LayoutPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where groupId = ?.
 Repository RepositoryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
 Layout LayoutPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where groupId = ?.
 Repository RepositoryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByH_P_First(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByH_P_Last(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.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 LayoutRevisionPersistenceImpl.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 = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 LayoutBranchPersistenceImpl.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 = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.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 LayoutRevisionPersistenceImpl.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 LayoutRevisionPersistenceImpl.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 LayoutRevisionPersistenceImpl.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 LayoutRevisionPersistenceImpl.fetchByL_S_First(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.fetchByLayoutBranchId_First(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.fetchByLayoutBranchId_Last(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
 Layout LayoutPersistenceImpl.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistenceImpl.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.fetchByLayoutRevisionId_First(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.fetchByLayoutRevisionId_Last(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 Organization OrganizationPersistenceImpl.fetchByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.fetchByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Image ImagePersistenceImpl.fetchByLtSize_First(int size, OrderByComparator<Image> orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistenceImpl.fetchByLtSize_Last(int size, OrderByComparator<Image> orderByComparator)
          Returns the last image in the ordered set where size < ?.
 ResourceAction ResourceActionPersistenceImpl.fetchByName_First(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 Role RolePersistenceImpl.fetchByName_First(String name, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where name = ?.
 ResourceAction ResourceActionPersistenceImpl.fetchByName_Last(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 Role RolePersistenceImpl.fetchByName_Last(String name, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where name = ?.
 Organization OrganizationPersistenceImpl.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 OrganizationPersistenceImpl.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 = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.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 PortletPreferencesPersistenceImpl.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 PortletPreferencesPersistenceImpl.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 PortletPreferencesPersistenceImpl.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 PortletPreferencesPersistenceImpl.fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.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 PortletPreferencesPersistenceImpl.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 OrgLaborPersistenceImpl.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.fetchByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByP_NotS_First(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByP_NotS_Last(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByPlid_First(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByPlid_Last(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByRepositoryId_First(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.fetchByRoleId_First(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.fetchByRoleId_First(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.fetchByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.fetchByRoleId_First(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.fetchByRoleId_Last(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.fetchByRoleId_Last(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.fetchByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.fetchByRoleId_Last(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.fetchByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.fetchByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
 UserTracker UserTrackerPersistenceImpl.fetchBySessionId_First(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchBySessionId_Last(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 Layout LayoutPersistenceImpl.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistenceImpl.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Role RolePersistenceImpl.fetchBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 Role RolePersistenceImpl.fetchBySubtype_Last(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
 Company CompanyPersistenceImpl.fetchBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.fetchBySystem_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Group GroupPersistenceImpl.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Role RolePersistenceImpl.fetchByT_S_First(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 Role RolePersistenceImpl.fetchByT_S_Last(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 Role RolePersistenceImpl.fetchByType_First(int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.fetchByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByType_First(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where type = ?.
 Role RolePersistenceImpl.fetchByType_Last(int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.fetchByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByType_Last(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where type = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.fetchByU_A_Last(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
 Subscription SubscriptionPersistenceImpl.fetchByU_C_First(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistenceImpl.fetchByU_C_Last(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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 UserGroupGroupRolePersistenceImpl.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 UserGroupRolePersistenceImpl.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 UserGroupGroupRolePersistenceImpl.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 UserGroupRolePersistenceImpl.fetchByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByUserGroupId_First(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByUserGroupId_Last(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 Address AddressPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Address AddressPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 UserTrackerPath UserTrackerPathPersistenceImpl.fetchByUserTrackerId_First(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistenceImpl.fetchByUserTrackerId_Last(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
 Address AddressPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 LayoutPrototypePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.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 OrganizationPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ? and companyId = ?.
 User UserPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 WebsitePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 LayoutPrototypePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.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 OrganizationPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ? and companyId = ?.
 User UserPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 WebsitePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 Group GroupPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 Organization OrganizationPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 Phone PhonePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Repository RepositoryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 Role RolePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 Team TeamPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ?.
 User UserPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 UserGroup UserGroupPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 Website WebsitePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Address AddressPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 Group GroupPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 Organization OrganizationPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 Phone PhonePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Repository RepositoryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 Role RolePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 Team TeamPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ?.
 User UserPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 UserGroup UserGroupPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 Website WebsitePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 LayoutPrototype[] LayoutPrototypePersistenceImpl.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[] LayoutSetPrototypePersistenceImpl.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> LayoutPrototypePersistenceImpl.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> LayoutSetPrototypePersistenceImpl.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> RoleFinderImpl.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> RoleFinderImpl.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[] OrganizationPersistenceImpl.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 = ?.
 UserGroup[] UserGroupPersistenceImpl.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> OrganizationPersistenceImpl.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 = ?.
 List<UserGroup> UserGroupPersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.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[] OrganizationPersistenceImpl.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 ?.
 List<Role> RolePersistenceImpl.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> RolePersistenceImpl.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> OrganizationPersistenceImpl.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[] LayoutPrototypePersistenceImpl.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[] LayoutSetPrototypePersistenceImpl.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[] OrganizationPersistenceImpl.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 = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.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 = ?.
 UserGroup[] UserGroupPersistenceImpl.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> LayoutPrototypePersistenceImpl.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> LayoutSetPrototypePersistenceImpl.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> OrganizationPersistenceImpl.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 = ?.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.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<Role> RolePersistenceImpl.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<UserGroup> UserGroupPersistenceImpl.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<Team> TeamFinderImpl.filterFindByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 LayoutSetBranch[] LayoutSetBranchPersistenceImpl.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 = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistenceImpl.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 = ?.
 Layout[] LayoutPersistenceImpl.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 = ?.
 List<Layout> LayoutPersistenceImpl.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 = ?.
 Layout[] LayoutPersistenceImpl.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 = ?.
 LayoutSetBranch[] LayoutSetBranchPersistenceImpl.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 = ?.
 Layout[] LayoutPersistenceImpl.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 = ?.
 List<Layout> LayoutPersistenceImpl.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> LayoutPersistenceImpl.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<LayoutSetBranch> LayoutSetBranchPersistenceImpl.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 = ?.
 Layout[] LayoutPersistenceImpl.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 = ?.
 LayoutSetBranch[] LayoutSetBranchPersistenceImpl.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[] TeamPersistenceImpl.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 = ?.
 List<Layout> LayoutPersistenceImpl.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<LayoutSetBranch> LayoutSetBranchPersistenceImpl.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> TeamPersistenceImpl.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> RoleFinderImpl.filterFindByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
 Organization[] OrganizationPersistenceImpl.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> OrganizationPersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.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 = ?.
 List<Role> RolePersistenceImpl.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> OrganizationPersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.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 = ?.
 List<Role> RolePersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.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 = ?.
 List<Role> RolePersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.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 = ?.
 List<Role> RolePersistenceImpl.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[] LayoutPrototypePersistenceImpl.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[] LayoutSetPrototypePersistenceImpl.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[] OrganizationPersistenceImpl.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 = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.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 = ?.
 UserGroup[] UserGroupPersistenceImpl.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> LayoutPrototypePersistenceImpl.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> LayoutSetPrototypePersistenceImpl.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> OrganizationPersistenceImpl.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 = ?.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.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<Role> RolePersistenceImpl.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<UserGroup> UserGroupPersistenceImpl.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[] LayoutPrototypePersistenceImpl.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[] LayoutSetPrototypePersistenceImpl.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[] OrganizationPersistenceImpl.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 = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.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 = ?.
 UserGroup[] UserGroupPersistenceImpl.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> LayoutPrototypePersistenceImpl.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> LayoutSetPrototypePersistenceImpl.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> OrganizationPersistenceImpl.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 = ?.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.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<Role> RolePersistenceImpl.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<UserGroup> UserGroupPersistenceImpl.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 = ?.
protected  LayoutPrototype LayoutPrototypePersistenceImpl.filterGetByC_A_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByC_A_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.filterGetByC_P_PrevAndNext(Session session, Organization organization, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.filterGetByC_P_PrevAndNext(Session session, UserGroup userGroup, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.filterGetByC_T_PrevAndNext(Session session, Organization organization, long companyId, String treePath, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.filterGetByC_T_PrevAndNext(Session session, Role role, long companyId, int type, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, OrderByComparator<LayoutPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, PasswordPolicy passwordPolicy, long companyId, OrderByComparator<PasswordPolicy> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, Role role, long companyId, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, UserGroup userGroup, long companyId, OrderByComparator<UserGroup> orderByComparator, boolean previous)
           
protected  LayoutSetBranch LayoutSetBranchPersistenceImpl.filterGetByG_P_M_PrevAndNext(Session session, LayoutSetBranch layoutSetBranch, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByG_P_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  LayoutSetBranch LayoutSetBranchPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, LayoutSetBranch layoutSetBranch, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByG_P_T_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, Layout layout, long groupId, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  LayoutSetBranch LayoutSetBranchPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, LayoutSetBranch layoutSetBranch, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, Team team, long groupId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.filterGetByLocations_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.filterGetByName_PrevAndNext(Session session, Role role, String name, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.filterGetBySubtype_PrevAndNext(Session session, Role role, String subtype, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.filterGetByT_S_PrevAndNext(Session session, Role role, int type, String subtype, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.filterGetByType_PrevAndNext(Session session, Role role, int type, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, Organization organization, String uuid, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, Role role, String uuid, long companyId, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, UserGroup userGroup, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator, boolean previous)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.filterGetByUuid_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, OrderByComparator<LayoutPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByUuid_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.filterGetByUuid_PrevAndNext(Session session, Organization organization, String uuid, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.filterGetByUuid_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, OrderByComparator<PasswordPolicy> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.filterGetByUuid_PrevAndNext(Session session, Role role, String uuid, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.filterGetByUuid_PrevAndNext(Session session, UserGroup userGroup, String uuid, OrderByComparator<UserGroup> orderByComparator, boolean previous)
           
 List<Account> AccountPersistenceImpl.findAll(int start, int end, OrderByComparator<Account> orderByComparator)
          Returns an ordered range of all the accounts.
 List<Account> AccountPersistenceImpl.findAll(int start, int end, OrderByComparator<Account> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the accounts.
 List<Address> AddressPersistenceImpl.findAll(int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses.
 List<Address> AddressPersistenceImpl.findAll(int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses.
 List<BrowserTracker> BrowserTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator<BrowserTracker> orderByComparator)
          Returns an ordered range of all the browser trackers.
 List<BrowserTracker> BrowserTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator<BrowserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the browser trackers.
 List<ClassName> ClassNamePersistenceImpl.findAll(int start, int end, OrderByComparator<ClassName> orderByComparator)
          Returns an ordered range of all the class names.
 List<ClassName> ClassNamePersistenceImpl.findAll(int start, int end, OrderByComparator<ClassName> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the class names.
 List<ClusterGroup> ClusterGroupPersistenceImpl.findAll(int start, int end, OrderByComparator<ClusterGroup> orderByComparator)
          Returns an ordered range of all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistenceImpl.findAll(int start, int end, OrderByComparator<ClusterGroup> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the cluster groups.
 List<Company> CompanyPersistenceImpl.findAll(int start, int end, OrderByComparator<Company> orderByComparator)
          Returns an ordered range of all the companies.
 List<Company> CompanyPersistenceImpl.findAll(int start, int end, OrderByComparator<Company> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the companies.
 List<Contact> ContactPersistenceImpl.findAll(int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts.
 List<Contact> ContactPersistenceImpl.findAll(int start, int end, OrderByComparator<Contact> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the contacts.
 List<Country> CountryPersistenceImpl.findAll(int start, int end, OrderByComparator<Country> orderByComparator)
          Returns an ordered range of all the countries.
 List<Country> CountryPersistenceImpl.findAll(int start, int end, OrderByComparator<Country> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the countries.
 List<EmailAddress> EmailAddressPersistenceImpl.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses.
 List<EmailAddress> EmailAddressPersistenceImpl.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses.
 List<Group> GroupPersistenceImpl.findAll(int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups.
 List<Group> GroupPersistenceImpl.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups.
 List<Image> ImagePersistenceImpl.findAll(int start, int end, OrderByComparator<Image> orderByComparator)
          Returns an ordered range of all the images.
 List<Image> ImagePersistenceImpl.findAll(int start, int end, OrderByComparator<Image> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the images.
 List<Layout> LayoutPersistenceImpl.findAll(int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts.
 List<Layout> LayoutPersistenceImpl.findAll(int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns an ordered range of all the layout friendly u r ls.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls.
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes.
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets.
 List<LayoutSetBranch> LayoutSetBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs.
 List<LayoutSetBranch> LayoutSetBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types.
 List<MembershipRequest> MembershipRequestPersistenceImpl.findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests.
 List<MembershipRequest> MembershipRequestPersistenceImpl.findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests.
 List<Organization> OrganizationPersistenceImpl.findAll(int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations.
 List<Organization> OrganizationPersistenceImpl.findAll(int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator<OrgGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org group roles.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policies.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator)
          Returns an ordered range of all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password trackers.
 List<Phone> PhonePersistenceImpl.findAll(int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistenceImpl.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones.
 List<PluginSetting> PluginSettingPersistenceImpl.findAll(int start, int end, OrderByComparator<PluginSetting> orderByComparator)
          Returns an ordered range of all the plugin settings.
 List<PluginSetting> PluginSettingPersistenceImpl.findAll(int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the plugin settings.
 List<PortalPreferences> PortalPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator<PortalPreferences> orderByComparator)
          Returns an ordered range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portal preferenceses.
 List<Portlet> PortletPersistenceImpl.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets.
 List<Portlet> PortletPersistenceImpl.findAll(int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets.
 List<PortletItem> PortletItemPersistenceImpl.findAll(int start, int end, OrderByComparator<PortletItem> orderByComparator)
          Returns an ordered range of all the portlet items.
 List<PortletItem> PortletItemPersistenceImpl.findAll(int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet items.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses.
 List<RecentLayoutBranch> RecentLayoutBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs.
 List<RecentLayoutBranch> RecentLayoutBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistenceImpl.findAll(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistenceImpl.findAll(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs.
 List<Region> RegionPersistenceImpl.findAll(int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions.
 List<Region> RegionPersistenceImpl.findAll(int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the regions.
 List<Release> ReleasePersistenceImpl.findAll(int start, int end, OrderByComparator<Release> orderByComparator)
          Returns an ordered range of all the releases.
 List<Release> ReleasePersistenceImpl.findAll(int start, int end, OrderByComparator<Release> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the releases.
 List<Repository> RepositoryPersistenceImpl.findAll(int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories.
 List<Repository> RepositoryPersistenceImpl.findAll(int start, int end, OrderByComparator<Repository> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repositories.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repository entries.
 List<ResourceAction> ResourceActionPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourceAction> orderByComparator)
          Returns an ordered range of all the resource actions.
 List<ResourceAction> ResourceActionPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource actions.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourceBlock> orderByComparator)
          Returns an ordered range of all the resource blocks.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourceBlock> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource blocks.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource block permissions.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions.
 List<ResourceTypePermission> ResourceTypePermissionPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions.
 List<ResourceTypePermission> ResourceTypePermissionPersistenceImpl.findAll(int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource type permissions.
 List<Role> RolePersistenceImpl.findAll(int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles.
 List<Role> RolePersistenceImpl.findAll(int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findAll(int start, int end, OrderByComparator<ServiceComponent> orderByComparator)
          Returns an ordered range of all the service components.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findAll(int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the service components.
 List<Subscription> SubscriptionPersistenceImpl.findAll(int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions.
 List<Subscription> SubscriptionPersistenceImpl.findAll(int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions.
 List<SystemEvent> SystemEventPersistenceImpl.findAll(int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events.
 List<SystemEvent> SystemEventPersistenceImpl.findAll(int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the system events.
 List<Team> TeamPersistenceImpl.findAll(int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams.
 List<Team> TeamPersistenceImpl.findAll(int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams.
 List<Ticket> TicketPersistenceImpl.findAll(int start, int end, OrderByComparator<Ticket> orderByComparator)
          Returns an ordered range of all the tickets.
 List<Ticket> TicketPersistenceImpl.findAll(int start, int end, OrderByComparator<Ticket> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the tickets.
 List<User> UserPersistenceImpl.findAll(int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users.
 List<User> UserPersistenceImpl.findAll(int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users.
 List<UserGroup> UserGroupPersistenceImpl.findAll(int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups.
 List<UserGroup> UserGroupPersistenceImpl.findAll(int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user groups.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group group roles.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findAll(int start, int end, OrderByComparator<UserIdMapper> orderByComparator)
          Returns an ordered range of all the user ID mappers.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findAll(int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user ID mappers.
 List<UserNotificationDelivery> UserNotificationDeliveryPersistenceImpl.findAll(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns an ordered range of all the user notification deliveries.
 List<UserNotificationDelivery> UserNotificationDeliveryPersistenceImpl.findAll(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification deliveries.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findAll(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findAll(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events.
 List<UserTracker> UserTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers.
 List<UserTracker> UserTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers.
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findAll(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns an ordered range of all the user tracker paths.
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findAll(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user tracker paths.
 List<VirtualHost> VirtualHostPersistenceImpl.findAll(int start, int end, OrderByComparator<VirtualHost> orderByComparator)
          Returns an ordered range of all the virtual hosts.
 List<VirtualHost> VirtualHostPersistenceImpl.findAll(int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the virtual hosts.
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll(int start, int end, OrderByComparator<WebDAVProps> orderByComparator)
          Returns an ordered range of all the web d a v propses.
 List<WebDAVProps> WebDAVPropsPersistenceImpl.findAll(int start, int end, OrderByComparator<WebDAVProps> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the web d a v propses.
 List<Website> WebsitePersistenceImpl.findAll(int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites.
 List<Website> WebsitePersistenceImpl.findAll(int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findAll(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findAll(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistenceImpl.findAll(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator)
          Returns an ordered range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistenceImpl.findAll(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow instance links.
 Contact ContactPersistenceImpl.findByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistenceImpl.findByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact[] ContactPersistenceImpl.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
 List<Contact> ContactPersistenceImpl.findByAccountId(long accountId, int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
 List<Contact> ContactPersistenceImpl.findByAccountId(long accountId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the contacts where accountId = ?.
 Country CountryPersistenceImpl.findByActive_First(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the first country in the ordered set where active = ?.
 Region RegionPersistenceImpl.findByActive_First(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where active = ?.
 Country CountryPersistenceImpl.findByActive_Last(boolean active, OrderByComparator<Country> orderByComparator)
          Returns the last country in the ordered set where active = ?.
 Region RegionPersistenceImpl.findByActive_Last(boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where active = ?.
 Country[] CountryPersistenceImpl.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator<Country> orderByComparator)
          Returns the countries before and after the current country in the ordered set where active = ?.
 Region[] RegionPersistenceImpl.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the regions before and after the current region in the ordered set where active = ?.
 List<Country> CountryPersistenceImpl.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator)
          Returns an ordered range of all the countries where active = ?.
 List<Country> CountryPersistenceImpl.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the countries where active = ?.
 List<Region> RegionPersistenceImpl.findByActive(boolean active, int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions where active = ?.
 List<Region> RegionPersistenceImpl.findByActive(boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the regions where active = ?.
 ServiceComponent ServiceComponentPersistenceImpl.findByBuildNamespace_First(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistenceImpl.findByBuildNamespace_Last(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent[] ServiceComponentPersistenceImpl.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> ServiceComponentPersistenceImpl.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the service components where buildNamespace = ?.
 Group GroupPersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 Region RegionPersistenceImpl.findByC_A_First(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
 Group GroupPersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 Region RegionPersistenceImpl.findByC_A_Last(long countryId, boolean active, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
 Group[] GroupPersistenceImpl.findByC_A_PrevAndNext(long groupId, long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
 LayoutPrototype[] LayoutPrototypePersistenceImpl.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[] LayoutSetPrototypePersistenceImpl.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 = ?.
 Region[] RegionPersistenceImpl.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<Group> GroupPersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
 List<Group> GroupPersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.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<LayoutPrototype> LayoutPrototypePersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.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 = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
 List<Region> RegionPersistenceImpl.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> RegionPersistenceImpl.findByC_A(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the regions where countryId = ? and active = ?.
 Address AddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 Phone PhonePersistenceImpl.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 = ?.
 Subscription SubscriptionPersistenceImpl.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 WebsitePersistenceImpl.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 = ?.
 Address AddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 Phone PhonePersistenceImpl.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 = ?.
 Subscription SubscriptionPersistenceImpl.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 WebsitePersistenceImpl.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 = ?.
 Address AddressPersistenceImpl.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 AddressPersistenceImpl.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[] AddressPersistenceImpl.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 = ?.
 List<Address> AddressPersistenceImpl.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> AddressPersistenceImpl.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 Phone PhonePersistenceImpl.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 WebsitePersistenceImpl.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 = ?.
 Address AddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 Phone PhonePersistenceImpl.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 WebsitePersistenceImpl.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 = ?.
 Address[] AddressPersistenceImpl.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 = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 Phone[] PhonePersistenceImpl.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[] WebsitePersistenceImpl.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 = ?.
 List<Address> AddressPersistenceImpl.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> AddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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> EmailAddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistenceImpl.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> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
 List<Website> WebsitePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address[] AddressPersistenceImpl.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 = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 Phone[] PhonePersistenceImpl.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 = ?.
 Subscription[] SubscriptionPersistenceImpl.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[] WebsitePersistenceImpl.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 = ?.
 List<Address> AddressPersistenceImpl.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> AddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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> EmailAddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistenceImpl.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> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Subscription> SubscriptionPersistenceImpl.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> SubscriptionPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
 List<Website> WebsitePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
 Contact ContactPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
 Contact ContactPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.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 GroupPersistenceImpl.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[] GroupPersistenceImpl.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> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
 List<Group> GroupFinderImpl.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)
           
 Address[] AddressPersistenceImpl.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 = ?.
 Contact[] ContactPersistenceImpl.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 = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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[] GroupPersistenceImpl.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 = ?.
 Phone[] PhonePersistenceImpl.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[] WebsitePersistenceImpl.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 = ?.
 Ticket TicketPersistenceImpl.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 TicketPersistenceImpl.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[] TicketPersistenceImpl.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 = ?.
 List<Ticket> TicketPersistenceImpl.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> TicketPersistenceImpl.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
 List<Address> AddressPersistenceImpl.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> AddressPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
 List<Contact> ContactPersistenceImpl.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> ContactPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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> EmailAddressPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistenceImpl.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> PhonePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
 List<Website> WebsitePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
 User UserPersistenceImpl.findByC_CD_First(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.findByC_CD_Last(long companyId, Date createDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
 User UserPersistenceImpl.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 UserPersistenceImpl.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[] UserPersistenceImpl.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 = ?.
 List<User> UserPersistenceImpl.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> UserPersistenceImpl.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
 User[] UserPersistenceImpl.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 = ?.
 List<User> UserPersistenceImpl.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> UserPersistenceImpl.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
 User UserPersistenceImpl.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 UserPersistenceImpl.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[] UserPersistenceImpl.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 = ?.
 List<User> UserPersistenceImpl.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> UserPersistenceImpl.findByC_DU_S(long companyId, boolean defaultUser, int status, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?.
 List<User> UserFinderImpl.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> UserFinderImpl.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)
           
 ResourceBlock ResourceBlockPersistenceImpl.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 ResourceBlockPersistenceImpl.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[] ResourceBlockPersistenceImpl.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 = ?.
 List<ResourceBlock> ResourceBlockPersistenceImpl.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> ResourceBlockPersistenceImpl.findByC_G_N(long companyId, long groupId, String name, int start, int end, OrderByComparator<ResourceBlock> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.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 ResourcePermissionPersistenceImpl.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[] ResourcePermissionPersistenceImpl.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> ResourcePermissionPersistenceImpl.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 ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
 User UserPersistenceImpl.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
 User UserPersistenceImpl.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
 User[] UserPersistenceImpl.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 = ?.
 List<User> UserPersistenceImpl.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> UserPersistenceImpl.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
 List<Role> RoleFinderImpl.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> RoleFinderImpl.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)
           
 List<UserGroup> UserGroupFinderImpl.findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> obc)
           
 List<UserGroup> UserGroupFinderImpl.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> obc)
           
 ResourceBlock ResourceBlockPersistenceImpl.findByC_N_First(long companyId, String name, OrderByComparator<ResourceBlock> orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.findByC_N_Last(long companyId, String name, OrderByComparator<ResourceBlock> orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock[] ResourceBlockPersistenceImpl.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 = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.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 ResourceTypePermissionPersistenceImpl.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[] ResourceTypePermissionPersistenceImpl.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 = ?.
 List<ResourceTypePermission> ResourceTypePermissionPersistenceImpl.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> ResourceTypePermissionPersistenceImpl.findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.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 ResourcePermissionPersistenceImpl.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 ResourcePermissionPersistenceImpl.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 ResourcePermissionPersistenceImpl.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[] ResourcePermissionPersistenceImpl.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 = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByC_N_S_P_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 ResourcePermission[] ResourcePermissionPersistenceImpl.findByC_N_S_P_R_V_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, 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 primKeyId = ? and roleId = ? and viewActionId = ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.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> ResourcePermissionPersistenceImpl.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.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 = ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission[] ResourcePermissionPersistenceImpl.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> ResourcePermissionPersistenceImpl.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 = ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
 List<PasswordPolicy> PasswordPolicyFinderImpl.findByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> obc)
           
 List<ResourceBlock> ResourceBlockPersistenceImpl.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> ResourceBlockPersistenceImpl.findByC_N(long companyId, String name, int start, int end, OrderByComparator<ResourceBlock> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
 Group GroupPersistenceImpl.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Organization OrganizationPersistenceImpl.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 UserGroup UserGroupPersistenceImpl.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group GroupPersistenceImpl.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Organization OrganizationPersistenceImpl.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 UserGroup UserGroupPersistenceImpl.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 Group[] GroupPersistenceImpl.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[] OrganizationPersistenceImpl.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 = ?.
 UserGroup[] UserGroupPersistenceImpl.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 GroupPersistenceImpl.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 GroupPersistenceImpl.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 GroupPersistenceImpl.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[] GroupPersistenceImpl.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> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 Group GroupPersistenceImpl.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[] GroupPersistenceImpl.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> GroupPersistenceImpl.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> GroupPersistenceImpl.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> GroupPersistenceImpl.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<Group> GroupPersistenceImpl.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
 List<Organization> OrganizationPersistenceImpl.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 = ?.
 List<Organization> OrganizationPersistenceImpl.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
 List<UserGroup> UserGroupPersistenceImpl.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> UserGroupPersistenceImpl.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
 List<Organization> OrganizationFinderImpl.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> OrganizationFinderImpl.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 GroupPersistenceImpl.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 User UserPersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
 Group GroupPersistenceImpl.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 User UserPersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 User[] UserPersistenceImpl.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> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
 List<User> UserPersistenceImpl.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> UserPersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ? and status = ?.
 Role RolePersistenceImpl.findByC_T_First(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
 Organization OrganizationPersistenceImpl.findByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Role RolePersistenceImpl.findByC_T_Last(long companyId, int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
 Organization OrganizationPersistenceImpl.findByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 Role[] RolePersistenceImpl.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[] OrganizationPersistenceImpl.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 ?.
 List<Role> RolePersistenceImpl.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> RolePersistenceImpl.findByC_T(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.
 List<Role> RolePersistenceImpl.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> RolePersistenceImpl.findByC_T(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
 List<Organization> OrganizationPersistenceImpl.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 ?.
 List<Organization> OrganizationPersistenceImpl.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
 List<Subscription> SubscriptionPersistenceImpl.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> SubscriptionPersistenceImpl.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.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 WorkflowDefinitionLinkPersistenceImpl.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[] WorkflowDefinitionLinkPersistenceImpl.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> WorkflowDefinitionLinkPersistenceImpl.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 = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 Address AddressPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
 Role RolePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
 UserGroup UserGroupPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
 Address AddressPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 PluginSetting PluginSettingPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<PluginSetting> orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
 Portlet PortletPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
 Role RolePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
 User UserPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
 UserGroup UserGroupPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
 Address[] AddressPersistenceImpl.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ?.
 Contact[] ContactPersistenceImpl.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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[] GroupPersistenceImpl.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
 Layout[] LayoutPersistenceImpl.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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[] LayoutPrototypePersistenceImpl.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[] LayoutSetPrototypePersistenceImpl.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[] OrganizationPersistenceImpl.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.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 = ?.
 Phone[] PhonePersistenceImpl.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
 PluginSetting[] PluginSettingPersistenceImpl.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 = ?.
 Portlet[] PortletPersistenceImpl.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<Portlet> orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
 Role[] RolePersistenceImpl.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ?.
 User[] UserPersistenceImpl.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
 UserGroup[] UserGroupPersistenceImpl.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 = ?.
 UserTracker[] UserTrackerPersistenceImpl.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[] WebsitePersistenceImpl.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[] WorkflowDefinitionLinkPersistenceImpl.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 = ?.
 List<Address> AddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where companyId = ?.
 List<Address> AddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where companyId = ?.
 List<Contact> ContactPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
 List<Contact> ContactPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the contacts where companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ?.
 List<Layout> LayoutPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
 List<Layout> LayoutPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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> LayoutFriendlyURLPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<Organization> OrganizationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policies where companyId = ?.
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ?.
 List<PluginSetting> PluginSettingPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator)
          Returns an ordered range of all the plugin settings where companyId = ?.
 List<PluginSetting> PluginSettingPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the plugin settings where companyId = ?.
 List<Portlet> PortletPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Portlet> PortletPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlets where companyId = ?.
 List<Role> RolePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where companyId = ?.
 List<Role> RolePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where companyId = ?.
 List<User> UserPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
 List<User> UserPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where companyId = ?.
 List<UserGroup> UserGroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user groups where companyId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers where companyId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers where companyId = ?.
 List<Website> WebsitePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links where companyId = ?.
 List<Group> GroupFinderImpl.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 Region RegionPersistenceImpl.findByCountryId_First(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
 Region RegionPersistenceImpl.findByCountryId_Last(long countryId, OrderByComparator<Region> orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
 Region[] RegionPersistenceImpl.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator<Region> orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ?.
 List<Region> RegionPersistenceImpl.findByCountryId(long countryId, int start, int end, OrderByComparator<Region> orderByComparator)
          Returns an ordered range of all the regions where countryId = ?.
 List<Region> RegionPersistenceImpl.findByCountryId(long countryId, int start, int end, OrderByComparator<Region> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the regions where countryId = ?.
 User UserPersistenceImpl.findByEmailAddress_First(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
 User UserPersistenceImpl.findByEmailAddress_Last(String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
 User[] UserPersistenceImpl.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
 List<User> UserPersistenceImpl.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
 List<User> UserPersistenceImpl.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where emailAddress = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.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 WorkflowInstanceLinkPersistenceImpl.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[] WorkflowInstanceLinkPersistenceImpl.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 = ?.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistenceImpl.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> WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistenceImpl.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 WorkflowDefinitionLinkPersistenceImpl.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 SystemEventPersistenceImpl.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 WorkflowDefinitionLinkPersistenceImpl.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[] SystemEventPersistenceImpl.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[] WorkflowDefinitionLinkPersistenceImpl.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 SystemEventPersistenceImpl.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 SystemEventPersistenceImpl.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[] SystemEventPersistenceImpl.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> SystemEventPersistenceImpl.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> SystemEventPersistenceImpl.findByG_C_C_T(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 List<SystemEvent> SystemEventPersistenceImpl.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<SystemEvent> SystemEventPersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.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 = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByG_C_C(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?.
 PortletItem PortletItemPersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 Group GroupPersistenceImpl.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 GroupPersistenceImpl.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> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
 PortletItem[] PortletItemPersistenceImpl.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> PortletItemPersistenceImpl.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<PortletItem> PortletItemPersistenceImpl.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.
 List<Team> TeamFinderImpl.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Team> obc)
           
 PortletItem PortletItemPersistenceImpl.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 PortletItemPersistenceImpl.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[] PortletItemPersistenceImpl.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> PortletItemPersistenceImpl.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 = ?.
 List<PortletItem> PortletItemPersistenceImpl.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 LayoutFriendlyURLPersistenceImpl.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[] LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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> LayoutFriendlyURLPersistenceImpl.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
 Layout LayoutPersistenceImpl.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistenceImpl.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistenceImpl.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch LayoutSetBranchPersistenceImpl.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 LayoutSetBranchPersistenceImpl.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 LayoutSetBranchPersistenceImpl.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[] LayoutSetBranchPersistenceImpl.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 = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistenceImpl.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> LayoutSetBranchPersistenceImpl.findByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.
 Layout LayoutPersistenceImpl.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 LayoutPersistenceImpl.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[] LayoutPersistenceImpl.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 = ?.
 List<Layout> LayoutPersistenceImpl.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> LayoutPersistenceImpl.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistenceImpl.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 = ?.
 LayoutSetBranch[] LayoutSetBranchPersistenceImpl.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 = ?.
 Layout LayoutPersistenceImpl.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 LayoutPersistenceImpl.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[] LayoutPersistenceImpl.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 = ?.
 List<Layout> LayoutPersistenceImpl.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> LayoutPersistenceImpl.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistenceImpl.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> LayoutPersistenceImpl.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistenceImpl.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> LayoutSetBranchPersistenceImpl.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.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 UserGroupRolePersistenceImpl.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 UserGroupGroupRolePersistenceImpl.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 UserGroupRolePersistenceImpl.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[] UserGroupGroupRolePersistenceImpl.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[] UserGroupRolePersistenceImpl.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> UserGroupGroupRolePersistenceImpl.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<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.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 = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.findByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
 SystemEvent SystemEventPersistenceImpl.findByG_S_First(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 MembershipRequest MembershipRequestPersistenceImpl.findByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
 SystemEvent SystemEventPersistenceImpl.findByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 MembershipRequest[] MembershipRequestPersistenceImpl.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[] SystemEventPersistenceImpl.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 = ?.
 List<MembershipRequest> MembershipRequestPersistenceImpl.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> MembershipRequestPersistenceImpl.findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.
 List<SystemEvent> SystemEventPersistenceImpl.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 = ?.
 List<SystemEvent> SystemEventPersistenceImpl.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
 Subscription SubscriptionPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where groupId = ? and userId = ?.
 Subscription SubscriptionPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where groupId = ? and userId = ?.
 Subscription[] SubscriptionPersistenceImpl.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 = ?.
 MembershipRequest MembershipRequestPersistenceImpl.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 MembershipRequestPersistenceImpl.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[] MembershipRequestPersistenceImpl.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 = ?.
 List<MembershipRequest> MembershipRequestPersistenceImpl.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> MembershipRequestPersistenceImpl.findByG_U_S(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.
 List<Subscription> SubscriptionPersistenceImpl.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> SubscriptionPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.
 List<Team> TeamFinderImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<Team> obc)
           
 Layout LayoutPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where groupId = ?.
 Repository RepositoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
 Layout LayoutPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSetBranch LayoutSetBranchPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where groupId = ?.
 Repository RepositoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<SystemEvent> orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 Layout[] LayoutPersistenceImpl.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutSet[] LayoutSetPersistenceImpl.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 = ?.
 LayoutSetBranch[] LayoutSetBranchPersistenceImpl.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 = ?.
 MembershipRequest[] MembershipRequestPersistenceImpl.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 = ?.
 RecentLayoutBranch[] RecentLayoutBranchPersistenceImpl.findByGroupId_PrevAndNext(long recentLayoutBranchId, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the recent layout branchs before and after the current recent layout branch in the ordered set where groupId = ?.
 RecentLayoutRevision[] RecentLayoutRevisionPersistenceImpl.findByGroupId_PrevAndNext(long recentLayoutRevisionId, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.
 RecentLayoutSetBranch[] RecentLayoutSetBranchPersistenceImpl.findByGroupId_PrevAndNext(long recentLayoutSetBranchId, long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?.
 Repository[] RepositoryPersistenceImpl.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[] SystemEventPersistenceImpl.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[] TeamPersistenceImpl.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[] OrgGroupRolePersistenceImpl.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[] UserGroupGroupRolePersistenceImpl.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[] UserGroupRolePersistenceImpl.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 = ?.
 List<Layout> LayoutPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
 List<Layout> LayoutPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where groupId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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> LayoutFriendlyURLPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
 List<LayoutSetBranch> LayoutSetBranchPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs where groupId = ?.
 List<MembershipRequest> MembershipRequestPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ?.
 List<MembershipRequest> MembershipRequestPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org group roles where groupId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs where groupId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs where groupId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions where groupId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions where groupId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs where groupId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs where groupId = ?.
 List<Repository> RepositoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories where groupId = ?.
 List<Repository> RepositoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repositories where groupId = ?.
 List<SystemEvent> SystemEventPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator)
          Returns an ordered range of all the system events where groupId = ?.
 List<SystemEvent> SystemEventPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the system events where groupId = ?.
 List<Team> TeamPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
 List<Team> TeamPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles where groupId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByH_P_First(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByH_P_Last(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.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 = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.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> LayoutRevisionPersistenceImpl.findByH_P(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
 List<Organization> OrganizationFinderImpl.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> RoleFinderImpl.findByKeywords(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> obc)
           
 List<Role> RoleFinderImpl.findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Role> obc)
           
 List<User> UserFinderImpl.findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<User> obc)
           
 List<UserGroup> UserGroupFinderImpl.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<UserGroup> obc)
           
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.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 = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.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> LayoutRevisionPersistenceImpl.findByL_H(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.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 LayoutRevisionPersistenceImpl.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[] LayoutRevisionPersistenceImpl.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 = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.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> LayoutRevisionPersistenceImpl.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 LayoutBranchPersistenceImpl.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[] LayoutBranchPersistenceImpl.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 = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.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> LayoutBranchPersistenceImpl.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.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 LayoutRevisionPersistenceImpl.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[] LayoutRevisionPersistenceImpl.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 = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.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> LayoutRevisionPersistenceImpl.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutBranch[] LayoutBranchPersistenceImpl.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 = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.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 LayoutRevisionPersistenceImpl.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 LayoutRevisionPersistenceImpl.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[] LayoutRevisionPersistenceImpl.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 = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.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> LayoutRevisionPersistenceImpl.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.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> LayoutBranchPersistenceImpl.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.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> LayoutRevisionPersistenceImpl.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.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 = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.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> LayoutRevisionPersistenceImpl.findByL_S(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByLayoutBranchId_First(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByLayoutBranchId_Last(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch[] RecentLayoutBranchPersistenceImpl.findByLayoutBranchId_PrevAndNext(long recentLayoutBranchId, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the recent layout branchs before and after the current recent layout branch in the ordered set where layoutBranchId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistenceImpl.findByLayoutBranchId(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistenceImpl.findByLayoutBranchId(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
 Layout LayoutPersistenceImpl.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistenceImpl.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 Layout[] LayoutPersistenceImpl.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
 List<Layout> LayoutPersistenceImpl.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
 List<Layout> LayoutPersistenceImpl.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.findByLayoutRevisionId_First(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.findByLayoutRevisionId_Last(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
 RecentLayoutRevision[] RecentLayoutRevisionPersistenceImpl.findByLayoutRevisionId_PrevAndNext(long recentLayoutRevisionId, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistenceImpl.findByLayoutRevisionId(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistenceImpl.findByLayoutRevisionId(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
 List<Group> GroupFinderImpl.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
           
 LayoutBranch LayoutBranchPersistenceImpl.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch[] LayoutBranchPersistenceImpl.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 = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.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 = ?.
 RecentLayoutSetBranch[] RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId, long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet[] LayoutSetPersistenceImpl.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 = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 Organization OrganizationPersistenceImpl.findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistenceImpl.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> OrganizationPersistenceImpl.findByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 List<Organization> OrganizationPersistenceImpl.findByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ?.
 Image ImagePersistenceImpl.findByLtSize_First(int size, OrderByComparator<Image> orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistenceImpl.findByLtSize_Last(int size, OrderByComparator<Image> orderByComparator)
          Returns the last image in the ordered set where size < ?.
 Image[] ImagePersistenceImpl.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> ImagePersistenceImpl.findByLtSize(int size, int start, int end, OrderByComparator<Image> orderByComparator)
          Returns an ordered range of all the images where size < ?.
 List<Image> ImagePersistenceImpl.findByLtSize(int size, int start, int end, OrderByComparator<Image> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the images where size < ?.
 ResourceAction ResourceActionPersistenceImpl.findByName_First(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 Role RolePersistenceImpl.findByName_First(String name, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where name = ?.
 ResourceAction ResourceActionPersistenceImpl.findByName_Last(String name, OrderByComparator<ResourceAction> orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 Role RolePersistenceImpl.findByName_Last(String name, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where name = ?.
 ResourceAction[] ResourceActionPersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.findByName_PrevAndNext(long roleId, String name, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where name = ?.
 List<ResourceAction> ResourceActionPersistenceImpl.findByName(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator)
          Returns an ordered range of all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistenceImpl.findByName(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource actions where name = ?.
 List<Role> RolePersistenceImpl.findByName(String name, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where name = ?.
 List<Role> RolePersistenceImpl.findByName(String name, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where name = ?.
 Organization OrganizationPersistenceImpl.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 OrganizationPersistenceImpl.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> OrganizationPersistenceImpl.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 = ?.
 List<Organization> OrganizationPersistenceImpl.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.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 PortletPreferencesPersistenceImpl.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[] PortletPreferencesPersistenceImpl.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 = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.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> PortletPreferencesPersistenceImpl.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.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 PortletPreferencesPersistenceImpl.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[] PortletPreferencesPersistenceImpl.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 = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.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> PortletPreferencesPersistenceImpl.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.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 PortletPreferencesPersistenceImpl.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[] PortletPreferencesPersistenceImpl.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 = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.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> PortletPreferencesPersistenceImpl.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.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 = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.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> PortletPreferencesPersistenceImpl.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 OrgLabor OrgLaborPersistenceImpl.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.findByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor[] OrgLaborPersistenceImpl.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> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors where organizationId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 LayoutFriendlyURLPersistenceImpl.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[] LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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> LayoutFriendlyURLPersistenceImpl.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByP_NotS_First(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByP_NotS_Last(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.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 ≠ ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.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> LayoutRevisionPersistenceImpl.findByP_NotS(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.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 = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.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> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel[] PasswordPolicyRelPersistenceImpl.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 = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.findByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPlid_First(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.findByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPlid_Last(long plid, OrderByComparator<LayoutRevision> orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.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 = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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> LayoutFriendlyURLPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout revisions where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.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 = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByRepositoryId_First(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry[] RepositoryEntryPersistenceImpl.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 = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repository entries where repositoryId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.findByResourceBlockId_First(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission[] ResourceBlockPermissionPersistenceImpl.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 = ?.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistenceImpl.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistenceImpl.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.findByRoleId_First(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.findByRoleId_First(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 ResourceBlockPermission[] ResourceBlockPermissionPersistenceImpl.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[] ResourcePermissionPersistenceImpl.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 = ?.
 ResourceTypePermission[] ResourceTypePermissionPersistenceImpl.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[] OrgGroupRolePersistenceImpl.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[] UserGroupGroupRolePersistenceImpl.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[] UserGroupRolePersistenceImpl.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> OrgGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator)
          Returns an ordered range of all the org group roles where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<OrgGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org group roles where roleId = ?.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator)
          Returns an ordered range of all the resource block permissions where roleId = ?.
 List<ResourceBlockPermission> ResourceBlockPermissionPersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceBlockPermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource block permissions where roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where roleId = ?.
 List<ResourceTypePermission> ResourceTypePermissionPersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator)
          Returns an ordered range of all the resource type permissions where roleId = ?.
 List<ResourceTypePermission> ResourceTypePermissionPersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<ResourceTypePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource type permissions where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles where roleId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
 ResourcePermission[] ResourcePermissionPersistenceImpl.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> ResourcePermissionPersistenceImpl.findByScope(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByScope(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByScope(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
 List<ResourcePermission> ResourcePermissionPersistenceImpl.findByScope(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the resource permissions where scope = ?.
 UserTracker UserTrackerPersistenceImpl.findBySessionId_First(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.findBySessionId_Last(String sessionId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker[] UserTrackerPersistenceImpl.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 = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findBySessionId(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findBySessionId(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers where sessionId = ?.
 List<User> UserFinderImpl.findBySocialUsers(long companyId, long userId, int socialRelationType, String socialRelationTypeComparator, int status, int start, int end, OrderByComparator<User> obc)
           
 Layout LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout[] LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
 Role RolePersistenceImpl.findBySubtype_First(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
 Role RolePersistenceImpl.findBySubtype_Last(String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
 Role[] RolePersistenceImpl.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where subtype = ?.
 List<Role> RolePersistenceImpl.findBySubtype(String subtype, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where subtype = ?.
 List<Role> RolePersistenceImpl.findBySubtype(String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where subtype = ?.
 Company CompanyPersistenceImpl.findBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.findBySystem_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company[] CompanyPersistenceImpl.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator<Company> orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
 List<Company> CompanyPersistenceImpl.findBySystem(boolean system, int start, int end, OrderByComparator<Company> orderByComparator)
          Returns an ordered range of all the companies where system = ?.
 List<Company> CompanyPersistenceImpl.findBySystem(boolean system, int start, int end, OrderByComparator<Company> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the companies where system = ?.
 Group GroupPersistenceImpl.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group[] GroupPersistenceImpl.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> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where type = ? and active = ?.
 Role RolePersistenceImpl.findByT_S_First(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
 Role RolePersistenceImpl.findByT_S_Last(int type, String subtype, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
 Role[] RolePersistenceImpl.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 = ?.
 List<Role> RolePersistenceImpl.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> RolePersistenceImpl.findByT_S(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
 Role RolePersistenceImpl.findByType_First(int type, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByType_First(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where type = ?.
 Role RolePersistenceImpl.findByType_Last(int type, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByType_Last(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where type = ?.
 Role[] RolePersistenceImpl.findByType_PrevAndNext(long roleId, int type, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ?.
 ListType[] ListTypePersistenceImpl.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 = ?.
 UserNotificationEvent[] UserNotificationEventPersistenceImpl.findByType_PrevAndNext(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where type = ?.
 List<Role> RolePersistenceImpl.findByType(int type, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where type = ?.
 List<Role> RolePersistenceImpl.findByType(int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types where type = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByType(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where type = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByType(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where type = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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> UserNotificationEventPersistenceImpl.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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_A_A(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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> UserNotificationEventPersistenceImpl.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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_A(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and archived = ?.
 Subscription SubscriptionPersistenceImpl.findByU_C_First(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription SubscriptionPersistenceImpl.findByU_C_Last(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
 Subscription[] SubscriptionPersistenceImpl.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 = ?.
 List<Subscription> SubscriptionPersistenceImpl.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> SubscriptionPersistenceImpl.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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> UserNotificationEventPersistenceImpl.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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_D_A(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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> UserNotificationEventPersistenceImpl.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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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> UserNotificationEventPersistenceImpl.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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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> UserNotificationEventPersistenceImpl.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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_DT_A(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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> UserNotificationEventPersistenceImpl.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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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> UserNotificationEventPersistenceImpl.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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_DT_D(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 UserNotificationEventPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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> UserNotificationEventPersistenceImpl.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 = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_DT(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.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 UserGroupRolePersistenceImpl.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 UserGroupGroupRolePersistenceImpl.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 UserGroupRolePersistenceImpl.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[] UserGroupGroupRolePersistenceImpl.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[] UserGroupRolePersistenceImpl.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> UserGroupGroupRolePersistenceImpl.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<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.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 = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByU_G(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 UserNotificationEvent[] UserNotificationEventPersistenceImpl.findByU_T_DT_D_PrevAndNext(long userNotificationEventId, long userId, String type, 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 type = ? and deliveryType = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByUserGroupId_First(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByUserGroupId_Last(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.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> UserGroupGroupRolePersistenceImpl.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
 Address AddressPersistenceImpl.findByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.findByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.findByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByUserId_First(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.findByUserId_First(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the first recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.findByUserId_First(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the first recent layout set branch in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.findByUserId_First(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistenceImpl.findByUserId_First(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistenceImpl.findByUserId_First(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUserId_First(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.findByUserId_First(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.findByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Address AddressPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 MembershipRequest MembershipRequestPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the last recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the last recent layout set branch in the ordered set where userId = ?.
 Subscription SubscriptionPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<Subscription> orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserIdMapper UserIdMapperPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<UserIdMapper> orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
 UserNotificationDelivery UserNotificationDeliveryPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<UserTracker> orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.findByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Address[] AddressPersistenceImpl.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where userId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 MembershipRequest[] MembershipRequestPersistenceImpl.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[] PasswordTrackerPersistenceImpl.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 = ?.
 Phone[] PhonePersistenceImpl.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
 RecentLayoutBranch[] RecentLayoutBranchPersistenceImpl.findByUserId_PrevAndNext(long recentLayoutBranchId, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the recent layout branchs before and after the current recent layout branch in the ordered set where userId = ?.
 RecentLayoutRevision[] RecentLayoutRevisionPersistenceImpl.findByUserId_PrevAndNext(long recentLayoutRevisionId, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.
 RecentLayoutSetBranch[] RecentLayoutSetBranchPersistenceImpl.findByUserId_PrevAndNext(long recentLayoutSetBranchId, long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?.
 Subscription[] SubscriptionPersistenceImpl.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[] UserIdMapperPersistenceImpl.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 = ?.
 UserNotificationDelivery[] UserNotificationDeliveryPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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 = ?.
 UserTracker[] UserTrackerPersistenceImpl.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[] WebsitePersistenceImpl.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[] UserGroupRolePersistenceImpl.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 = ?.
 List<Address> AddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where userId = ?.
 List<Address> AddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where userId = ?.
 List<MembershipRequest> MembershipRequestPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
          Returns an ordered range of all the membership requests where userId = ?.
 List<MembershipRequest> MembershipRequestPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the membership requests where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password trackers where userId = ?.
 List<Phone> PhonePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where userId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns an ordered range of all the recent layout branchs where userId = ?.
 List<RecentLayoutBranch> RecentLayoutBranchPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout branchs where userId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)
          Returns an ordered range of all the recent layout revisions where userId = ?.
 List<RecentLayoutRevision> RecentLayoutRevisionPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout revisions where userId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator)
          Returns an ordered range of all the recent layout set branchs where userId = ?.
 List<RecentLayoutSetBranch> RecentLayoutSetBranchPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the recent layout set branchs where userId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ?.
 List<Subscription> SubscriptionPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the subscriptions where userId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator)
          Returns an ordered range of all the user group roles where userId = ?.
 List<UserGroupRole> UserGroupRolePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user group roles where userId = ?.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator)
          Returns an ordered range of all the user ID mappers where userId = ?.
 List<UserIdMapper> UserIdMapperPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user ID mappers where userId = ?.
 List<UserNotificationDelivery> UserNotificationDeliveryPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator)
          Returns an ordered range of all the user notification deliveries where userId = ?.
 List<UserNotificationDelivery> UserNotificationDeliveryPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification deliveries where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where userId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator)
          Returns an ordered range of all the user trackers where userId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user trackers where userId = ?.
 List<Website> WebsitePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where userId = ?.
 UserTrackerPath UserTrackerPathPersistenceImpl.findByUserTrackerId_First(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistenceImpl.findByUserTrackerId_Last(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath[] UserTrackerPathPersistenceImpl.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 = ?.
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
 Address AddressPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 LayoutPrototypePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.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 OrganizationPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ? and companyId = ?.
 User UserPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 WebsitePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Address AddressPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 LayoutPrototypePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.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 OrganizationPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Repository RepositoryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 Role RolePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
 Team TeamPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ? and companyId = ?.
 User UserPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.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 WebsitePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Address[] AddressPersistenceImpl.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 = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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[] GroupPersistenceImpl.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 = ?.
 Layout[] LayoutPersistenceImpl.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 = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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[] LayoutPrototypePersistenceImpl.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[] LayoutSetPrototypePersistenceImpl.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[] OrganizationPersistenceImpl.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 = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.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 = ?.
 Phone[] PhonePersistenceImpl.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 = ?.
 Repository[] RepositoryPersistenceImpl.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 = ?.
 RepositoryEntry[] RepositoryEntryPersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.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 = ?.
 Team[] TeamPersistenceImpl.findByUuid_C_PrevAndNext(long teamId, String uuid, long companyId, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?.
 User[] UserPersistenceImpl.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 = ?.
 UserGroup[] UserGroupPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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[] WebsitePersistenceImpl.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 = ?.
 List<Address> AddressPersistenceImpl.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> AddressPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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> EmailAddressPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
 List<Layout> LayoutPersistenceImpl.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> LayoutPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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> LayoutFriendlyURLPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.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<LayoutPrototype> LayoutPrototypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.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<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<Organization> OrganizationPersistenceImpl.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 = ?.
 List<Organization> OrganizationPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
 List<Phone> PhonePersistenceImpl.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> PhonePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<Repository> RepositoryPersistenceImpl.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> RepositoryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repositories where uuid = ? and companyId = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.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> RepositoryEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
 List<Role> RolePersistenceImpl.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> RolePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
 List<Team> TeamPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
 List<Team> TeamPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ? and companyId = ?.
 List<User> UserPersistenceImpl.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> UserPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistenceImpl.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> UserGroupPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.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<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
 List<Website> WebsitePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
 Address AddressPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 Group GroupPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 Organization OrganizationPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 Phone PhonePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Repository RepositoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 Role RolePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
 Team TeamPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the first team in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<User> orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
 UserGroup UserGroupPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 Website WebsitePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Address AddressPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 Group GroupPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 Organization OrganizationPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 Phone PhonePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Repository RepositoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 Role RolePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Role> orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
 Team TeamPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Team> orderByComparator)
          Returns the last team in the ordered set where uuid = ?.
 User UserPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<User> orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
 UserGroup UserGroupPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<UserGroup> orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 Website WebsitePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Address[] AddressPersistenceImpl.findByUuid_PrevAndNext(long addressId, String uuid, OrderByComparator<Address> orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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[] GroupPersistenceImpl.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ?.
 Layout[] LayoutPersistenceImpl.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator<Layout> orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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[] LayoutPrototypePersistenceImpl.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[] LayoutSetPrototypePersistenceImpl.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[] OrganizationPersistenceImpl.findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.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 = ?.
 Phone[] PhonePersistenceImpl.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
 Repository[] RepositoryPersistenceImpl.findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator<Repository> orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ?.
 RepositoryEntry[] RepositoryEntryPersistenceImpl.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 = ?.
 Role[] RolePersistenceImpl.findByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator<Role> orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ?.
 Team[] TeamPersistenceImpl.findByUuid_PrevAndNext(long teamId, String uuid, OrderByComparator<Team> orderByComparator)
          Returns the teams before and after the current team in the ordered set where uuid = ?.
 User[] UserPersistenceImpl.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator<User> orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
 UserGroup[] UserGroupPersistenceImpl.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[] UserNotificationEventPersistenceImpl.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[] WebsitePersistenceImpl.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
 List<Address> AddressPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Address> orderByComparator)
          Returns an ordered range of all the addresses where uuid = ?.
 List<Address> AddressPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ?.
 List<Group> GroupPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
 List<Group> GroupPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ?.
 List<Layout> LayoutPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator)
          Returns an ordered range of all the layouts where uuid = ?.
 List<Layout> LayoutPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layouts where uuid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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> LayoutFriendlyURLPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ?.
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 List<Organization> OrganizationPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations where uuid = ?.
 List<Organization> OrganizationPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where uuid = ?.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policies where uuid = ?.
 List<Phone> PhonePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
 List<Phone> PhonePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ?.
 List<Repository> RepositoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator)
          Returns an ordered range of all the repositories where uuid = ?.
 List<Repository> RepositoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repositories where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the repository entries where uuid = ?.
 List<Role> RolePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles where uuid = ?.
 List<Role> RolePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Role> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the roles where uuid = ?.
 List<Team> TeamPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams where uuid = ?.
 List<Team> TeamPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the teams where uuid = ?.
 List<User> UserPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
 List<User> UserPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<User> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the users where uuid = ?.
 List<UserGroup> UserGroupPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups where uuid = ?.
 List<UserGroup> UserGroupPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user groups where uuid = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the user notification events where uuid = ?.
 List<Website> WebsitePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
 List<Website> WebsitePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ?.
<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)
           
protected  Contact ContactPersistenceImpl.getByAccountId_PrevAndNext(Session session, Contact contact, long accountId, OrderByComparator<Contact> orderByComparator, boolean previous)
           
protected  Country CountryPersistenceImpl.getByActive_PrevAndNext(Session session, Country country, boolean active, OrderByComparator<Country> orderByComparator, boolean previous)
           
protected  Region RegionPersistenceImpl.getByActive_PrevAndNext(Session session, Region region, boolean active, OrderByComparator<Region> orderByComparator, boolean previous)
           
protected  ServiceComponent ServiceComponentPersistenceImpl.getByBuildNamespace_PrevAndNext(Session session, ServiceComponent serviceComponent, String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_A_PrevAndNext(Session session, Group group, long companyId, boolean active, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  Region RegionPersistenceImpl.getByC_A_PrevAndNext(Session session, Region region, long countryId, boolean active, OrderByComparator<Region> orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_C_M_PrevAndNext(Session session, Address address, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Address address, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Website website, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session, Address address, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Subscription SubscriptionPersistenceImpl.getByC_C_C_PrevAndNext(Session session, Subscription subscription, long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByC_C_C_PrevAndNext(Session session, Website website, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_C_P_PrevAndNext(Session session, Group group, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_PrevAndNext(Session session, Address address, long companyId, long classNameId, OrderByComparator<Address> orderByComparator, boolean previous)
           
protected  Contact ContactPersistenceImpl.getByC_C_PrevAndNext(Session session, Contact contact, long classNameId, long classPK, OrderByComparator<Contact> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_C_PrevAndNext(Session session, Group group, long companyId, long classNameId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByC_C_PrevAndNext(Session session, Website website, long companyId, long classNameId, OrderByComparator<Website> orderByComparator, boolean previous)
           
protected  Ticket TicketPersistenceImpl.getByC_C_T_PrevAndNext(Session session, Ticket ticket, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_CD_MD_PrevAndNext(Session session, User user, long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_CD_PrevAndNext(Session session, User user, long companyId, Date createDate, OrderByComparator<User> orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_DU_S_PrevAndNext(Session session, User user, long companyId, boolean defaultUser, int status, OrderByComparator<User> orderByComparator, boolean previous)
           
protected  ResourceBlock ResourceBlockPersistenceImpl.getByC_G_N_PrevAndNext(Session session, ResourceBlock resourceBlock, long companyId, long groupId, String name, OrderByComparator<ResourceBlock> orderByComparator, boolean previous)
           
protected  ResourcePermission ResourcePermissionPersistenceImpl.getByC_LikeP_PrevAndNext(Session session, ResourcePermission resourcePermission, long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_MD_PrevAndNext(Session session, User user, long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator, boolean previous)
           
protected  ResourceBlock ResourceBlockPersistenceImpl.getByC_N_PrevAndNext(Session session, ResourceBlock resourceBlock, long companyId, String name, OrderByComparator<ResourceBlock> orderByComparator, boolean previous)
           
protected  ResourceTypePermission ResourceTypePermissionPersistenceImpl.getByC_N_R_PrevAndNext(Session session, ResourceTypePermission resourceTypePermission, long companyId, String name, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator, boolean previous)
           
protected  ResourcePermission ResourcePermissionPersistenceImpl.getByC_N_S_P_PrevAndNext(Session session, ResourcePermission resourcePermission, long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator, boolean previous)
           
protected  ResourcePermission ResourcePermissionPersistenceImpl.getByC_N_S_P_R_V_PrevAndNext(Session session, ResourcePermission resourcePermission, long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator, boolean previous)
           
protected  ResourcePermission ResourcePermissionPersistenceImpl.getByC_N_S_PrevAndNext(Session session, ResourcePermission resourcePermission, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByC_P_PrevAndNext(Session session, Organization organization, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.getByC_P_PrevAndNext(Session session, UserGroup userGroup, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_S_I_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_S_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_S_PrevAndNext(Session session, Group group, long companyId, boolean site, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByC_S_PrevAndNext(Session session, User user, long companyId, int status, OrderByComparator<User> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByC_T_PrevAndNext(Session session, Organization organization, long companyId, String treePath, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getByC_T_PrevAndNext(Session session, Role role, long companyId, int type, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByC_W_W_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Address address, long companyId, OrderByComparator<Address> orderByComparator, boolean previous)
           
protected  Contact ContactPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Contact contact, long companyId, OrderByComparator<Contact> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Group group, long companyId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Layout layout, long companyId, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, OrderByComparator<LayoutPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.getByCompanyId_PrevAndNext(Session session, PasswordPolicy passwordPolicy, long companyId, OrderByComparator<PasswordPolicy> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Phone phone, long companyId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  PluginSetting PluginSettingPersistenceImpl.getByCompanyId_PrevAndNext(Session session, PluginSetting pluginSetting, long companyId, OrderByComparator<PluginSetting> orderByComparator, boolean previous)
           
protected  Portlet PortletPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Portlet portlet, long companyId, OrderByComparator<Portlet> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Role role, long companyId, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session, UserGroup userGroup, long companyId, OrderByComparator<UserGroup> orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByCompanyId_PrevAndNext(Session session, User user, long companyId, OrderByComparator<User> orderByComparator, boolean previous)
           
protected  UserTracker UserTrackerPersistenceImpl.getByCompanyId_PrevAndNext(Session session, UserTracker userTracker, long companyId, OrderByComparator<UserTracker> orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Website website, long companyId, OrderByComparator<Website> orderByComparator, boolean previous)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByCompanyId_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean previous)
           
protected  Region RegionPersistenceImpl.getByCountryId_PrevAndNext(Session session, Region region, long countryId, OrderByComparator<Region> orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByEmailAddress_PrevAndNext(Session session, User user, String emailAddress, OrderByComparator<User> orderByComparator, boolean previous)
           
protected  WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.getByG_C_C_C_PrevAndNext(Session session, WorkflowInstanceLink workflowInstanceLink, long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean previous)
           
protected  SystemEvent SystemEventPersistenceImpl.getByG_C_C_PrevAndNext(Session session, SystemEvent systemEvent, long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator, boolean previous)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByG_C_C_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean previous)
           
protected  SystemEvent SystemEventPersistenceImpl.getByG_C_C_T_PrevAndNext(Session session, SystemEvent systemEvent, long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator, boolean previous)
           
protected  PortletItem PortletItemPersistenceImpl.getByG_C_PrevAndNext(Session session, PortletItem portletItem, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator, boolean previous)
           
protected  PortletItem PortletItemPersistenceImpl.getByG_P_C_PrevAndNext(Session session, PortletItem portletItem, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByG_P_F_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean previous)
           
protected  LayoutSetBranch LayoutSetBranchPersistenceImpl.getByG_P_M_PrevAndNext(Session session, LayoutSetBranch layoutSetBranch, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByG_P_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByG_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  LayoutSetBranch LayoutSetBranchPersistenceImpl.getByG_P_PrevAndNext(Session session, LayoutSetBranch layoutSetBranch, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByG_P_T_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByG_R_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByG_R_PrevAndNext(Session session, UserGroupRole userGroupRole, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator, boolean previous)
           
protected  MembershipRequest MembershipRequestPersistenceImpl.getByG_S_PrevAndNext(Session session, MembershipRequest membershipRequest, long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator, boolean previous)
           
protected  SystemEvent SystemEventPersistenceImpl.getByG_S_PrevAndNext(Session session, SystemEvent systemEvent, long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator, boolean previous)
           
protected  Subscription SubscriptionPersistenceImpl.getByG_U_PrevAndNext(Session session, Subscription subscription, long groupId, long userId, OrderByComparator<Subscription> orderByComparator, boolean previous)
           
protected  MembershipRequest MembershipRequestPersistenceImpl.getByG_U_S_PrevAndNext(Session session, MembershipRequest membershipRequest, long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByGroupId_PrevAndNext(Session session, Layout layout, long groupId, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  LayoutSetBranch LayoutSetBranchPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutSetBranch layoutSetBranch, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator, boolean previous)
           
protected  LayoutSet LayoutSetPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutSet layoutSet, long groupId, OrderByComparator<LayoutSet> orderByComparator, boolean previous)
           
protected  MembershipRequest MembershipRequestPersistenceImpl.getByGroupId_PrevAndNext(Session session, MembershipRequest membershipRequest, long groupId, OrderByComparator<MembershipRequest> orderByComparator, boolean previous)
           
protected  OrgGroupRole OrgGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session, OrgGroupRole orgGroupRole, long groupId, OrderByComparator<OrgGroupRole> orderByComparator, boolean previous)
           
protected  RecentLayoutBranch RecentLayoutBranchPersistenceImpl.getByGroupId_PrevAndNext(Session session, RecentLayoutBranch recentLayoutBranch, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean previous)
           
protected  RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.getByGroupId_PrevAndNext(Session session, RecentLayoutRevision recentLayoutRevision, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean previous)
           
protected  RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.getByGroupId_PrevAndNext(Session session, RecentLayoutSetBranch recentLayoutSetBranch, long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean previous)
           
protected  Repository RepositoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, Repository repository, long groupId, OrderByComparator<Repository> orderByComparator, boolean previous)
           
protected  SystemEvent SystemEventPersistenceImpl.getByGroupId_PrevAndNext(Session session, SystemEvent systemEvent, long groupId, OrderByComparator<SystemEvent> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByGroupId_PrevAndNext(Session session, Team team, long groupId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session, UserGroupRole userGroupRole, long groupId, OrderByComparator<UserGroupRole> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByH_P_PrevAndNext(Session session, LayoutRevision layoutRevision, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_H_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_L_P_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.getByL_P_M_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_P_P_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.getByL_P_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_P_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_P_S_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_S_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  RecentLayoutBranch RecentLayoutBranchPersistenceImpl.getByLayoutBranchId_PrevAndNext(Session session, RecentLayoutBranch recentLayoutBranch, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByLayoutPrototypeUuid_PrevAndNext(Session session, Layout layout, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.getByLayoutRevisionId_PrevAndNext(Session session, RecentLayoutRevision recentLayoutRevision, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session, RecentLayoutSetBranch recentLayoutSetBranch, long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean previous)
           
protected  LayoutSet LayoutSetPersistenceImpl.getByLayoutSetPrototypeUuid_PrevAndNext(Session session, LayoutSet layoutSet, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByLocations_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Image ImagePersistenceImpl.getByLtSize_PrevAndNext(Session session, Image image, int size, OrderByComparator<Image> orderByComparator, boolean previous)
           
protected  ResourceAction ResourceActionPersistenceImpl.getByName_PrevAndNext(Session session, ResourceAction resourceAction, String name, OrderByComparator<ResourceAction> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getByName_PrevAndNext(Session session, Role role, String name, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_PI_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_P_P_PrevAndNext(Session session, PortletPreferences portletPreferences, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_P_PrevAndNext(Session session, PortletPreferences portletPreferences, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  OrgLabor OrgLaborPersistenceImpl.getByOrganizationId_PrevAndNext(Session session, OrgLabor orgLabor, long organizationId, OrderByComparator<OrgLabor> orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByP_F_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByP_NotS_PrevAndNext(Session session, LayoutRevision layoutRevision, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByP_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.getByPasswordPolicyId_PrevAndNext(Session session, PasswordPolicyRel passwordPolicyRel, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByPlid_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByPlid_PrevAndNext(Session session, LayoutRevision layoutRevision, long plid, OrderByComparator<LayoutRevision> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPlid_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPortletId_PrevAndNext(Session session, PortletPreferences portletPreferences, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, RepositoryEntry repositoryEntry, long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator, boolean previous)
           
protected  ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.getByResourceBlockId_PrevAndNext(Session session, ResourceBlockPermission resourceBlockPermission, long resourceBlockId, OrderByComparator<ResourceBlockPermission> orderByComparator, boolean previous)
           
protected  OrgGroupRole OrgGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session, OrgGroupRole orgGroupRole, long roleId, OrderByComparator<OrgGroupRole> orderByComparator, boolean previous)
           
protected  ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.getByRoleId_PrevAndNext(Session session, ResourceBlockPermission resourceBlockPermission, long roleId, OrderByComparator<ResourceBlockPermission> orderByComparator, boolean previous)
           
protected  ResourcePermission ResourcePermissionPersistenceImpl.getByRoleId_PrevAndNext(Session session, ResourcePermission resourcePermission, long roleId, OrderByComparator<ResourcePermission> orderByComparator, boolean previous)
           
protected  ResourceTypePermission ResourceTypePermissionPersistenceImpl.getByRoleId_PrevAndNext(Session session, ResourceTypePermission resourceTypePermission, long roleId, OrderByComparator<ResourceTypePermission> orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session, UserGroupRole userGroupRole, long roleId, OrderByComparator<UserGroupRole> orderByComparator, boolean previous)
           
protected  ResourcePermission ResourcePermissionPersistenceImpl.getByScope_PrevAndNext(Session session, ResourcePermission resourcePermission, int scope, OrderByComparator<ResourcePermission> orderByComparator, boolean previous)
           
protected  UserTracker UserTrackerPersistenceImpl.getBySessionId_PrevAndNext(Session session, UserTracker userTracker, String sessionId, OrderByComparator<UserTracker> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getBySourcePrototypeLayoutUuid_PrevAndNext(Session session, Layout layout, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getBySubtype_PrevAndNext(Session session, Role role, String subtype, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  Company CompanyPersistenceImpl.getBySystem_PrevAndNext(Session session, Company company, boolean system, OrderByComparator<Company> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByT_A_PrevAndNext(Session session, Group group, int type, boolean active, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getByT_S_PrevAndNext(Session session, Role role, int type, String subtype, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  ListType ListTypePersistenceImpl.getByType_PrevAndNext(Session session, ListType listType, String type, OrderByComparator<ListType> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getByType_PrevAndNext(Session session, Role role, int type, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByType_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, String type, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_A_A_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_A_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  Subscription SubscriptionPersistenceImpl.getByU_C_PrevAndNext(Session session, Subscription subscription, long userId, long classNameId, OrderByComparator<Subscription> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_D_A_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_D_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_DT_A_A_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_DT_A_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_DT_D_A_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_DT_D_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_DT_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByU_G_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByU_G_PrevAndNext(Session session, UserGroupRole userGroupRole, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_T_DT_D_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByUserGroupId_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByUserId_PrevAndNext(Session session, Address address, long userId, OrderByComparator<Address> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUserId_PrevAndNext(Session session, EmailAddress emailAddress, long userId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  MembershipRequest MembershipRequestPersistenceImpl.getByUserId_PrevAndNext(Session session, MembershipRequest membershipRequest, long userId, OrderByComparator<MembershipRequest> orderByComparator, boolean previous)
           
protected  PasswordTracker PasswordTrackerPersistenceImpl.getByUserId_PrevAndNext(Session session, PasswordTracker passwordTracker, long userId, OrderByComparator<PasswordTracker> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUserId_PrevAndNext(Session session, Phone phone, long userId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  RecentLayoutBranch RecentLayoutBranchPersistenceImpl.getByUserId_PrevAndNext(Session session, RecentLayoutBranch recentLayoutBranch, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean previous)
           
protected  RecentLayoutRevision RecentLayoutRevisionPersistenceImpl.getByUserId_PrevAndNext(Session session, RecentLayoutRevision recentLayoutRevision, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean previous)
           
protected  RecentLayoutSetBranch RecentLayoutSetBranchPersistenceImpl.getByUserId_PrevAndNext(Session session, RecentLayoutSetBranch recentLayoutSetBranch, long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean previous)
           
protected  Subscription SubscriptionPersistenceImpl.getByUserId_PrevAndNext(Session session, Subscription subscription, long userId, OrderByComparator<Subscription> orderByComparator, boolean previous)
           
protected  UserGroupRole UserGroupRolePersistenceImpl.getByUserId_PrevAndNext(Session session, UserGroupRole userGroupRole, long userId, OrderByComparator<UserGroupRole> orderByComparator, boolean previous)
           
protected  UserIdMapper UserIdMapperPersistenceImpl.getByUserId_PrevAndNext(Session session, UserIdMapper userIdMapper, long userId, OrderByComparator<UserIdMapper> orderByComparator, boolean previous)
           
protected  UserNotificationDelivery UserNotificationDeliveryPersistenceImpl.getByUserId_PrevAndNext(Session session, UserNotificationDelivery userNotificationDelivery, long userId, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByUserId_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  UserTracker UserTrackerPersistenceImpl.getByUserId_PrevAndNext(Session session, UserTracker userTracker, long userId, OrderByComparator<UserTracker> orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByUserId_PrevAndNext(Session session, Website website, long userId, OrderByComparator<Website> orderByComparator, boolean previous)
           
protected  UserTrackerPath UserTrackerPathPersistenceImpl.getByUserTrackerId_PrevAndNext(Session session, UserTrackerPath userTrackerPath, long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Address address, String uuid, long companyId, OrderByComparator<Address> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUuid_C_PrevAndNext(Session session, EmailAddress emailAddress, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Group group, String uuid, long companyId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByUuid_C_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean previous)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.getByUuid_C_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByUuid_C_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Layout layout, String uuid, long companyId, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Organization organization, String uuid, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.getByUuid_C_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUuid_C_PrevAndNext(Session session, Phone phone, String uuid, long companyId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, RepositoryEntry repositoryEntry, String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator, boolean previous)
           
protected  Repository RepositoryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Repository repository, String uuid, long companyId, OrderByComparator<Repository> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getByUuid_C_PrevAndNext(Session session, Role role, String uuid, long companyId, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Team team, String uuid, long companyId, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.getByUuid_C_PrevAndNext(Session session, UserGroup userGroup, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByUuid_C_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByUuid_C_PrevAndNext(Session session, User user, String uuid, long companyId, OrderByComparator<User> orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByUuid_C_PrevAndNext(Session session, Website website, String uuid, long companyId, OrderByComparator<Website> orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByUuid_PrevAndNext(Session session, Address address, String uuid, OrderByComparator<Address> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUuid_PrevAndNext(Session session, EmailAddress emailAddress, String uuid, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByUuid_PrevAndNext(Session session, Group group, String uuid, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByUuid_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean previous)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.getByUuid_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, OrderByComparator<LayoutPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByUuid_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByUuid_PrevAndNext(Session session, Layout layout, String uuid, OrderByComparator<Layout> orderByComparator, boolean previous)
           
protected  Organization OrganizationPersistenceImpl.getByUuid_PrevAndNext(Session session, Organization organization, String uuid, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.getByUuid_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, OrderByComparator<PasswordPolicy> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUuid_PrevAndNext(Session session, Phone phone, String uuid, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, RepositoryEntry repositoryEntry, String uuid, OrderByComparator<RepositoryEntry> orderByComparator, boolean previous)
           
protected  Repository RepositoryPersistenceImpl.getByUuid_PrevAndNext(Session session, Repository repository, String uuid, OrderByComparator<Repository> orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getByUuid_PrevAndNext(Session session, Role role, String uuid, OrderByComparator<Role> orderByComparator, boolean previous)
           
protected  Team TeamPersistenceImpl.getByUuid_PrevAndNext(Session session, Team team, String uuid, OrderByComparator<Team> orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.getByUuid_PrevAndNext(Session session, UserGroup userGroup, String uuid, OrderByComparator<UserGroup> orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByUuid_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, String uuid, OrderByComparator<UserNotificationEvent> orderByComparator, boolean previous)
           
protected  User UserPersistenceImpl.getByUuid_PrevAndNext(Session session, User user, String uuid, OrderByComparator<User> orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByUuid_PrevAndNext(Session session, Website website, String uuid, OrderByComparator<Website> orderByComparator, boolean previous)
           
 List<Group> OrganizationPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> UserPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 List<Group> RolePersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
 List<Group> UserGroupPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
 List<L> TableMapperImpl.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> ReverseTableMapper.getLeftBaseModels(long rightPrimaryKey, int start, int end, OrderByComparator<L> obc)
           
 List<Organization> UserPersistenceImpl.getOrganizations(long pk, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations associated with the user.
 List<Organization> GroupPersistenceImpl.getOrganizations(long pk, int start, int end, OrderByComparator<Organization> orderByComparator)
          Returns an ordered range of all the organizations associated with the group.
 List<R> TableMapperImpl.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> ReverseTableMapper.getRightBaseModels(long leftPrimaryKey, int start, int end, OrderByComparator<R> obc)
           
 List<Role> UserPersistenceImpl.getRoles(long pk, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles associated with the user.
 List<Role> GroupPersistenceImpl.getRoles(long pk, int start, int end, OrderByComparator<Role> orderByComparator)
          Returns an ordered range of all the roles associated with the group.
 List<Team> UserPersistenceImpl.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user.
 List<Team> UserGroupPersistenceImpl.getTeams(long pk, int start, int end, OrderByComparator<Team> orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
 List<UserGroup> TeamPersistenceImpl.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> UserPersistenceImpl.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> GroupPersistenceImpl.getUserGroups(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
 List<User> TeamPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the team.
 List<User> OrganizationPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the organization.
 List<User> GroupPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the group.
 List<User> RolePersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the role.
 List<User> UserGroupPersistenceImpl.getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
          Returns an ordered range of all the users associated with the user group.
protected  String GroupFinderImpl.replaceOrderBy(String sql, OrderByComparator<Group> 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 LayoutPrototypeCreateDateComparator
           
 class LayoutRevisionCreateDateComparator
           
 class LayoutRevisionIdComparator
           
 class LayoutSetBranchCreateDateComparator
           
 class LayoutSetPrototypeCreateDateComparator
           
 class OrganizationIdComparator
           
 class OrganizationNameComparator
           
 class OrganizationTypeComparator
           
 class PasswordPolicyDescriptionComparator
           
 class PasswordPolicyNameComparator
           
 class ResourceActionBitwiseValueComparator
           
 class RoleDescriptionComparator
           
 class RoleNameComparator
           
 class RoleRoleIdComparator
           
 class RoleTypeComparator
           
 class SubscriptionClassNameIdComparator
           
 class TeamNameComparator
           
 class UserEmailAddressComparator
           
 class UserFirstNameComparator
           
 class UserGroupDescriptionComparator
           
 class UserGroupNameComparator
           
 class UserJobTitleComparator
           
 class UserLastNameComparator
           
 class UserLoginDateComparator
           
 class UserScreenNameComparator
           
 

Uses of OrderByComparator in com.liferay.portal.workflow
 

Methods in com.liferay.portal.workflow with parameters of type OrderByComparator
 List<WorkflowDefinition> WorkflowDefinitionManagerProxyBean.getActiveWorkflowDefinitions(long companyId, int start, int end, OrderByComparator<WorkflowDefinition> orderByComparator)
           
 List<WorkflowDefinition> WorkflowDefinitionManagerProxyBean.getActiveWorkflowDefinitions(long companyId, String name, int start, int end, OrderByComparator<WorkflowDefinition> orderByComparator)
           
 List<WorkflowDefinition> WorkflowDefinitionManagerProxyBean.getWorkflowDefinitions(long companyId, int start, int end, OrderByComparator<WorkflowDefinition> orderByComparator)
           
 List<WorkflowDefinition> WorkflowDefinitionManagerProxyBean.getWorkflowDefinitions(long companyId, String name, int start, int end, OrderByComparator<WorkflowDefinition> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowLog> WorkflowLogManagerProxyBean.getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, OrderByComparator<WorkflowLog> orderByComparator)
           
 List<WorkflowLog> WorkflowLogManagerProxyBean.getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, OrderByComparator<WorkflowLog> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManagerProxyBean.getWorkflowTasks(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManagerProxyBean.getWorkflowTasksByRole(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManagerProxyBean.getWorkflowTasksBySubmittingUser(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManagerProxyBean.getWorkflowTasksByUser(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManagerProxyBean.getWorkflowTasksByUserRoles(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManagerProxyBean.getWorkflowTasksByWorkflowInstance(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManagerProxyBean.search(long companyId, long userId, String taskName, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManagerProxyBean.search(long companyId, long userId, String keywords, String assetTitle, String[] assetTypes, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManagerProxyBean.search(long companyId, long userId, String keywords, String assetTitle, 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.workflow.comparator
 

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

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

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

Methods in com.liferay.portlet.announcements.service.base with parameters of type OrderByComparator
<T> List<T>
AnnouncementsFlagLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AnnouncementsEntryLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AnnouncementsDeliveryLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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
 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_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_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_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_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_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_Last(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.fetchByEntryId_First(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByEntryId_First(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the first 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 = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByEntryId_Last(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistence.fetchByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the first announcements delivery in the ordered set where userId = ?.
static AnnouncementsDelivery AnnouncementsDeliveryUtil.fetchByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the first announcements delivery 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 AnnouncementsEntry AnnouncementsEntryUtil.fetchByUserId_First(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry 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 AnnouncementsDelivery AnnouncementsDeliveryUtil.fetchByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the last announcements delivery 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.fetchByUserId_Last(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
 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_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_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_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_First(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first 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.fetchByUuid_Last(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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<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<AnnouncementsDelivery> AnnouncementsDeliveryPersistence.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns an ordered range of all the announcements deliveries.
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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements deliveries.
static List<AnnouncementsDelivery> AnnouncementsDeliveryUtil.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements deliveries.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findAll(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns an ordered range of all the announcements entries.
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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findAll(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findAll(int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns an ordered range of all the announcements flags.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findAll(int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements flags.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first 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_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_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 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 = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByEntryId_First(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_First(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the first 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_Last(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the last 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 = ?.
 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 List<AnnouncementsFlag> AnnouncementsFlagUtil.findByEntryId(long entryId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns an ordered range of all the announcements flags 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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements flags where entryId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistence.findByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the first announcements delivery in the ordered set where userId = ?.
static AnnouncementsDelivery AnnouncementsDeliveryUtil.findByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the first announcements delivery 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 AnnouncementsEntry AnnouncementsEntryUtil.findByUserId_First(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry 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 AnnouncementsDelivery AnnouncementsDeliveryUtil.findByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the last announcements delivery 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 AnnouncementsEntry AnnouncementsEntryUtil.findByUserId_Last(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry 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 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 = ?.
 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 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements deliveries where userId = ?.
static List<AnnouncementsDelivery> AnnouncementsDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements deliveries 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where userId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where userId = ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_First(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_First(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first 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_Last(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last 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 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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          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.announcements.service.persistence.impl
 

Methods in com.liferay.portlet.announcements.service.persistence.impl with parameters of type OrderByComparator
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.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 AnnouncementsEntryPersistenceImpl.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 AnnouncementsEntryPersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.fetchByEntryId_First(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.fetchByEntryId_Last(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the first announcements delivery in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the last announcements delivery in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.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 = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.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 = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.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 = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.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 = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.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 = ?.
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.filterGetByC_C_A_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.filterGetByC_C_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.filterGetByUserId_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.filterGetByUuid_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
 List<AnnouncementsDelivery> AnnouncementsDeliveryPersistenceImpl.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns an ordered range of all the announcements deliveries.
 List<AnnouncementsDelivery> AnnouncementsDeliveryPersistenceImpl.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements deliveries.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns an ordered range of all the announcements entries.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries.
 List<AnnouncementsFlag> AnnouncementsFlagPersistenceImpl.findAll(int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns an ordered range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistenceImpl.findAll(int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements flags.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.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 AnnouncementsEntryPersistenceImpl.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[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.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> AnnouncementsEntryPersistenceImpl.findByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.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> AnnouncementsEntryPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByEntryId_First(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByEntryId_Last(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag[] AnnouncementsFlagPersistenceImpl.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> AnnouncementsFlagPersistenceImpl.findByEntryId(long entryId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns an ordered range of all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistenceImpl.findByEntryId(long entryId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements flags where entryId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistenceImpl.findByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the first announcements delivery in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUserId_First(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
 AnnouncementsDelivery AnnouncementsDeliveryPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns the last announcements delivery in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
 AnnouncementsDelivery[] AnnouncementsDeliveryPersistenceImpl.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 = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsDelivery> AnnouncementsDeliveryPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator)
          Returns an ordered range of all the announcements deliveries where userId = ?.
 List<AnnouncementsDelivery> AnnouncementsDeliveryPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements deliveries where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns an ordered range of all the announcements entries where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.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> AnnouncementsEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.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 = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator)
          Returns an ordered range of all the announcements entries where uuid = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the announcements entries where uuid = ?.
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.getByC_C_A_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.getByC_C_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
protected  AnnouncementsFlag AnnouncementsFlagPersistenceImpl.getByEntryId_PrevAndNext(Session session, AnnouncementsFlag announcementsFlag, long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean previous)
           
protected  AnnouncementsDelivery AnnouncementsDeliveryPersistenceImpl.getByUserId_PrevAndNext(Session session, AnnouncementsDelivery announcementsDelivery, long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean previous)
           
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.getByUserId_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
protected  AnnouncementsEntry AnnouncementsEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, AnnouncementsEntry announcementsEntry, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean previous)
           
 

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

Methods in com.liferay.portlet.asset.service with parameters of type OrderByComparator
<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>
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>
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>
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.
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.
<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.
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>
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.
<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.
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>
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>
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.
<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>
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>
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>
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.
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>
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.
<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.
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.
<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.
 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.
 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.
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.
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<AssetEntry> AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetCategory> AssetCategoryLocalService.getAssetEntryAssetCategories(long entryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.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)
           
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<AssetEntry> AssetEntryLocalService.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
static List<AssetTag> AssetTagLocalServiceUtil.getAssetTagsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns a range of asset tags matching the UUID and company.
 List<AssetTag> AssetTagLocalServiceWrapper.getAssetTagsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns a range of asset tags matching the UUID and company.
 List<AssetTag> AssetTagLocalService.getAssetTagsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns a range of asset tags matching the UUID and company.
 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> AssetCategoryLocalService.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> AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryService.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<AssetTag> AssetTagServiceWrapper.getGroupTags(long groupId, int start, int end, OrderByComparator<AssetTag> 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)
           
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)
 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)
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 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)
 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 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)
 List<AssetTag> AssetTagServiceWrapper.getTags(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static List<AssetTag> AssetTagServiceUtil.getTags(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
 List<AssetTag> AssetTagService.getTags(long[] groupIds, 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)
           
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, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static List<AssetTag> AssetTagServiceUtil.getTags(long groupId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
 List<AssetTag> AssetTagService.getTags(long groupId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
 List<AssetCategory> AssetCategoryLocalService.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> AssetCategoryServiceWrapper.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> AssetCategoryService.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> AssetCategoryLocalService.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> AssetCategoryServiceWrapper.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> AssetCategoryService.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> AssetCategoryServiceWrapper.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)
           
static List<AssetCategory> AssetCategoryServiceUtil.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)
           
 List<AssetCategory> AssetCategoryService.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)
           
 AssetCategoryDisplay AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 AssetCategoryDisplay AssetCategoryService.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategoryDisplay AssetCategoryServiceUtil.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)
           
 AssetCategoryDisplay AssetCategoryService.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)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getVocabularyRootCategories(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> AssetCategoryLocalServiceUtil.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 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)
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> AssetCategoryServiceWrapper.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)
           
static List<AssetCategory> AssetCategoryServiceUtil.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)
           
 List<AssetCategory> AssetCategoryService.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)
           
 

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

Methods in com.liferay.portlet.asset.service.base with parameters of type OrderByComparator
<T> List<T>
AssetCategoryLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AssetEntryLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AssetCategoryPropertyLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AssetVocabularyLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AssetLinkLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AssetTagStatsLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
AssetTagLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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> AssetCategoryLocalServiceBaseImpl.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> AssetEntryLocalServiceBaseImpl.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetCategory> AssetCategoryLocalServiceBaseImpl.getAssetEntryAssetCategories(long entryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
           
 List<AssetTag> AssetTagLocalServiceBaseImpl.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetTag> AssetTagLocalServiceBaseImpl.getAssetTagsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns a range of asset tags matching the UUID and company.
 List<AssetVocabulary> AssetVocabularyLocalServiceBaseImpl.getAssetVocabulariesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns a range of asset vocabularies matching the UUID and company.
 

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

Methods in com.liferay.portlet.asset.service.http with parameters of type OrderByComparator
static List<AssetCategory> AssetCategoryServiceHttp.getChildCategories(HttpPrincipal httpPrincipal, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static List<AssetTag> AssetTagServiceHttp.getGroupTags(HttpPrincipal httpPrincipal, long groupId, int start, int end, OrderByComparator<AssetTag> obc)
           
static AssetTagSoap[] AssetTagServiceSoap.getGroupTags(long groupId, int start, int end, OrderByComparator<AssetTag> obc)
           
static List<AssetVocabulary> AssetVocabularyServiceHttp.getGroupVocabularies(HttpPrincipal httpPrincipal, long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static List<AssetVocabulary> AssetVocabularyServiceHttp.getGroupVocabularies(HttpPrincipal httpPrincipal, long groupId, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static List<AssetVocabulary> AssetVocabularyServiceHttp.getGroupVocabularies(HttpPrincipal httpPrincipal, long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceHttp.getGroupVocabulariesDisplay(HttpPrincipal httpPrincipal, long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceHttp.getGroupVocabulariesDisplay(HttpPrincipal httpPrincipal, long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceSoap.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyDisplay AssetVocabularyServiceSoap.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static JSONObject AssetVocabularyServiceHttp.getJSONGroupVocabularies(HttpPrincipal httpPrincipal, long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static String AssetVocabularyServiceSoap.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
          Deprecated. As of 6.2.0, with no direct replacement
static JSONObject AssetCategoryServiceHttp.getJSONVocabularyCategories(HttpPrincipal httpPrincipal, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static JSONObject AssetCategoryServiceHttp.getJSONVocabularyCategories(HttpPrincipal httpPrincipal, long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static String AssetCategoryServiceSoap.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceSoap.getVocabularyCategoriesDisplay(long, int, int, OrderByComparator)
static String AssetCategoryServiceSoap.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceSoap.getVocabularyCategoriesDisplay(long, String, long, int, int, OrderByComparator)
static List<AssetTag> AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal, long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static List<AssetTag> AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal, long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static List<AssetTag> AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal, long groupId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static AssetTagSoap[] AssetTagServiceSoap.getTags(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static AssetTagSoap[] AssetTagServiceSoap.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static AssetTagSoap[] AssetTagServiceSoap.getTags(long groupId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static List<AssetCategory> AssetCategoryServiceHttp.getVocabularyCategories(HttpPrincipal httpPrincipal, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static List<AssetCategory> AssetCategoryServiceHttp.getVocabularyCategories(HttpPrincipal httpPrincipal, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static List<AssetCategory> AssetCategoryServiceHttp.getVocabularyCategories(HttpPrincipal httpPrincipal, long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static List<AssetCategory> AssetCategoryServiceHttp.getVocabularyCategories(HttpPrincipal httpPrincipal, long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyCategories(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategoryDisplay AssetCategoryServiceHttp.getVocabularyCategoriesDisplay(HttpPrincipal httpPrincipal, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategoryDisplay AssetCategoryServiceHttp.getVocabularyCategoriesDisplay(HttpPrincipal httpPrincipal, long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategoryDisplay AssetCategoryServiceSoap.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategoryDisplay AssetCategoryServiceSoap.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static List<AssetCategory> AssetCategoryServiceHttp.getVocabularyRootCategories(HttpPrincipal httpPrincipal, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static List<AssetCategory> AssetCategoryServiceHttp.getVocabularyRootCategories(HttpPrincipal httpPrincipal, long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceSoap.getVocabularyRootCategories(long, long, int, int, OrderByComparator)
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyRootCategories(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static List<AssetCategory> AssetCategoryServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.search(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 

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

Methods in com.liferay.portlet.asset.service.impl with parameters of type OrderByComparator
 List<AssetCategory> AssetCategoryLocalServiceImpl.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryServiceImpl.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetTag> AssetTagServiceImpl.getGroupTags(long groupId, int start, int end, OrderByComparator<AssetTag> obc)
           
 List<AssetVocabulary> AssetVocabularyServiceImpl.getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 List<AssetVocabulary> AssetVocabularyServiceImpl.getGroupVocabularies(long groupId, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceImpl.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 List<AssetVocabulary> AssetVocabularyServiceImpl.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 AssetVocabularyDisplay AssetVocabularyServiceImpl.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc)
           
 AssetVocabularyDisplay AssetVocabularyServiceImpl.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 JSONObject AssetVocabularyServiceImpl.getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
          Deprecated. As of 6.2.0, with no direct replacement
 JSONObject AssetCategoryServiceImpl.getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceImpl.getVocabularyCategoriesDisplay(long, int, int, OrderByComparator)
 JSONObject AssetCategoryServiceImpl.getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceImpl.getVocabularyCategoriesDisplay(long, String, long, int, int, OrderByComparator)
 List<AssetTag> AssetTagServiceImpl.getTags(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
 List<AssetTag> AssetTagServiceImpl.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
 List<AssetTag> AssetTagServiceImpl.getTags(long groupId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryServiceImpl.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryServiceImpl.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryServiceImpl.getVocabularyCategories(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryServiceImpl.getVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 AssetCategoryDisplay AssetCategoryServiceImpl.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 AssetCategoryDisplay AssetCategoryServiceImpl.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryServiceImpl.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceImpl.getVocabularyRootCategories(long, long, int, int, OrderByComparator)
 List<AssetCategory> AssetCategoryServiceImpl.getVocabularyRootCategories(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> obc)
           
 List<AssetCategory> AssetCategoryServiceImpl.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 = ?.
static AssetEntry AssetEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary 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 = ?.
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 = ?.
static AssetEntry AssetEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary 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 = ?.
 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_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_Last(long entryId1, long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE_E_Last(long entryId1, long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.fetchByE1_First(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.fetchByE1_First(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the first 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_Last(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
 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_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_Last(long entryId1, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE1_T_Last(long entryId1, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.fetchByE2_First(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE2_First(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the first 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_Last(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
 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_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_Last(long entryId2, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE2_T_Last(long entryId2, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetEntry AssetEntryUtil.fetchByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.fetchByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first 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 = ?.
 AssetEntry AssetEntryPersistence.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 ?.
 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 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 ?.
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 ?.
 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 ?.
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 ?.
 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 = ?.
static AssetEntry AssetEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry 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 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByGroupId_First(long groupId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary 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 = ?.
 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 = ?.
static AssetEntry AssetEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry 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 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary 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 = ?.
static AssetEntry AssetEntryUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first 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 = ?.
 AssetEntry AssetEntryPersistence.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 = ?.
static AssetEntry AssetEntryUtil.fetchByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.fetchByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first 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 = ?.
 AssetEntry AssetEntryPersistence.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 AssetTag AssetTagUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag 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 = ?.
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 = ?.
 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 AssetTag AssetTagUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag 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 = ?.
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 = ?.
 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 AssetTag AssetTagUtil.fetchByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ?.
 AssetTag AssetTagPersistence.fetchByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag 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 = ?.
static AssetVocabulary AssetVocabularyUtil.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 AssetTag AssetTagUtil.fetchByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ?.
 AssetTag AssetTagPersistence.fetchByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag 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 = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByUuid_Last(String uuid, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
static AssetEntry AssetEntryUtil.fetchByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.fetchByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first 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 = ?.
 AssetEntry AssetEntryPersistence.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 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 ?.
 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 ?.
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 ?.
 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 ?.
 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 ?.
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 ?.
static List<AssetVocabulary> AssetVocabularyFinderUtil.filterFindByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 List<AssetVocabulary> AssetVocabularyFinder.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 = ?.
 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 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 = ?.
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 ?.
 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 ?.
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<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 = ?.
 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 = ?.
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<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.
 List<AssetCategory> AssetCategoryPersistence.findAll(int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories.
static List<AssetCategory> AssetCategoryUtil.findAll(int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll(int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll(int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset category properties.
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries.
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries.
 List<AssetLink> AssetLinkPersistence.findAll(int start, int end, OrderByComparator<AssetLink> orderByComparator)
          Returns an ordered range of all the asset links.
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, boolean retrieveFromCache)
          Returns an ordered range of all the asset links.
static List<AssetLink> AssetLinkUtil.findAll(int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          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<AssetTag> AssetTagUtil.findAll(int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags.
 List<AssetTag> AssetTagPersistence.findAll(int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          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<AssetTagStats> AssetTagStatsUtil.findAll(int start, int end, OrderByComparator<AssetTagStats> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistence.findAll(int start, int end, OrderByComparator<AssetTagStats> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tag statses.
 List<AssetVocabulary> AssetVocabularyPersistence.findAll(int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns an ordered range of all the asset vocabularies.
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, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies.
static List<AssetVocabulary> AssetVocabularyUtil.findAll(int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          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 List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key, int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId, int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<AssetTagStats> AssetTagStatsUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator<AssetTagStats> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.findByCompanyId_First(long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary 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 = ?.
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 = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.findByCompanyId_Last(long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 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 = ?.
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 = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the asset category properties 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where companyId = ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE1_First(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_First(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the first 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_Last(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the last 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_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_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_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_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_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_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 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 = ?.
 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId1 = ?.
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE2_First(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_First(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the first 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_Last(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the last 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_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_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_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_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_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_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 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 = ?.
 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2, int start, int end, OrderByComparator<AssetLink> orderByComparator)
          Returns an ordered range of all the asset links where entryId2 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId2 = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first 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_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last 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 = ?.
 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 List<AssetEntry> AssetEntryUtil.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 List<AssetTag> AssetTagFinder.findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
static List<AssetTag> AssetTagFinderUtil.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 ?.
 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 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 ?.
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 ?.
 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 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 ?.
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 ?.
 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 ?.
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 ?.
 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[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?, optionally using the finder cache.
static List<AssetCategory> AssetCategoryUtil.findByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?, optionally using the finder cache.
 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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache.
 List<AssetTag> AssetTagPersistence.findByG_LikeN(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache.
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<AssetTag> AssetTagUtil.findByG_LikeN(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags 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 ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByG_LikeN(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyFinderUtil.findByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 List<AssetVocabulary> AssetVocabularyFinder.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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?, optionally using the finder cache.
static List<AssetCategory> AssetCategoryUtil.findByG_V(long groupId, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?, optionally using the finder cache.
 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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByG_V(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static AssetEntry AssetEntryUtil.findByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry 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 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.findByGroupId_First(long groupId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary 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 = ?.
 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 = ?.
static AssetEntry AssetEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry 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 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 = ?.
 AssetVocabulary AssetVocabularyPersistence.findByGroupId_Last(long groupId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary 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 = ?.
 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 = ?.
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 = ?.
 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 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 = ?.
 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 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 = ?.
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<AssetTag> AssetTagUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache.
 List<AssetTag> AssetTagPersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache.
 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 ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where groupId = ?, optionally using the finder cache.
static List<AssetVocabulary> AssetVocabularyUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where groupId = ?, optionally using the finder cache.
 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<AssetCategory> AssetCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where groupId = ?.
 List<AssetEntry> AssetEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          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<AssetTag> AssetTagUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where groupId = ?.
 List<AssetTag> AssetTagPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where groupId = ?.
static AssetEntry AssetEntryUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first 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_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last 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 = ?.
 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 List<AssetEntry> AssetEntryUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where parentCategoryId = ?.
static AssetEntry AssetEntryUtil.findByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.findByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first 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_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last 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 = ?.
 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 List<AssetEntry> AssetEntryUtil.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where publishDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<AssetTagStats> AssetTagStatsUtil.findByTagId(long tagId, int start, int end, OrderByComparator<AssetTagStats> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 AssetTag AssetTagUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag 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 = ?.
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 = ?.
 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 AssetTag AssetTagUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag 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 = ?.
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 = ?.
 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 AssetTag[] AssetTagUtil.findByUuid_C_PrevAndNext(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag[] AssetTagPersistence.findByUuid_C_PrevAndNext(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag 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 = ?.
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 = ?.
 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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.
static List<AssetTag> AssetTagUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.
 List<AssetTag> AssetTagPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.
static List<AssetTag> AssetTagUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.
 List<AssetTag> AssetTagPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          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 AssetTag AssetTagUtil.findByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ?.
 AssetTag AssetTagPersistence.findByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag 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 = ?.
static AssetVocabulary AssetVocabularyUtil.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 AssetTag AssetTagUtil.findByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ?.
 AssetTag AssetTagPersistence.findByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag 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 = ?.
static AssetVocabulary AssetVocabularyUtil.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 AssetTag[] AssetTagUtil.findByUuid_PrevAndNext(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.
 AssetTag[] AssetTagPersistence.findByUuid_PrevAndNext(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag 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 = ?.
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 = ?.
 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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where uuid = ?.
static List<AssetTag> AssetTagUtil.findByUuid(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags where uuid = ?.
 List<AssetTag> AssetTagPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags where uuid = ?.
static List<AssetTag> AssetTagUtil.findByUuid(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where uuid = ?.
 List<AssetTag> AssetTagPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where uuid = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid(String uuid, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where uuid = ?.
static AssetEntry AssetEntryUtil.findByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.findByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first 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_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last 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 = ?.
 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 List<AssetEntry> AssetEntryUtil.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries 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, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where visible = ?.
 List<AssetEntry> AssetEntryPersistence.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<AssetCategory> AssetCategoryPersistence.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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)
           
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<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<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> 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> 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<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<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.
 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.
 

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

Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type OrderByComparator
protected  List<AssetVocabulary> AssetVocabularyFinderImpl.doFindByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc, boolean inlineSQLHelper)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.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 AssetCategoryPropertyPersistenceImpl.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 AssetCategoryPropertyPersistenceImpl.fetchByCategoryId_First(long categoryId, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCategoryId_Last(long categoryId, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByClassNameId_First(long classNameId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByClassNameId_Last(long classNameId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE_E_First(long entryId1, long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE_E_Last(long entryId1, long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE1_First(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE1_Last(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE1_T_First(long entryId1, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE1_T_Last(long entryId1, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE2_First(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE2_Last(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE2_T_First(long entryId2, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.fetchByE2_T_Last(long entryId2, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetTag AssetTagPersistenceImpl.fetchByG_LikeN_First(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.fetchByG_LikeN_First(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetTag AssetTagPersistenceImpl.fetchByG_LikeN_Last(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.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 AssetCategoryPersistenceImpl.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 AssetCategoryPersistenceImpl.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 AssetCategoryPersistenceImpl.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 AssetCategoryPersistenceImpl.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 AssetCategoryPersistenceImpl.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 AssetCategoryPersistenceImpl.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 AssetCategoryPersistenceImpl.fetchByG_V_First(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByG_V_Last(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetTag AssetTagPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetTag AssetTagPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByN_V_First(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByN_V_Last(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByP_N_First(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByP_N_Last(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByParentCategoryId_First(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByParentCategoryId_Last(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByTagId_First(long tagId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.fetchByTagId_Last(long tagId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where uuid = ?.
 AssetTag AssetTagPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where uuid = ?.
 AssetTag AssetTagPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByVocabularyId_First(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.fetchByVocabularyId_Last(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where vocabularyId = ?.
 AssetTag[] AssetTagPersistenceImpl.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 ?.
 AssetVocabulary[] AssetVocabularyPersistenceImpl.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[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetTag> AssetTagPersistenceImpl.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> AssetTagPersistenceImpl.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<AssetVocabulary> AssetVocabularyPersistenceImpl.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> AssetVocabularyFinderImpl.filterFindByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 AssetCategory[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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[] AssetCategoryPersistenceImpl.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 = ?.
 AssetTag[] AssetTagPersistenceImpl.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 = ?.
 AssetVocabulary[] AssetVocabularyPersistenceImpl.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 = ?.
 List<AssetTag> AssetTagPersistenceImpl.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<AssetVocabulary> AssetVocabularyPersistenceImpl.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> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetTag> AssetTagPersistenceImpl.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<AssetVocabulary> AssetVocabularyPersistenceImpl.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 = ?.
protected  AssetTag AssetTagPersistenceImpl.filterGetByG_LikeN_PrevAndNext(Session session, AssetTag assetTag, long groupId, String name, OrderByComparator<AssetTag> orderByComparator, boolean previous)
           
protected  AssetVocabulary AssetVocabularyPersistenceImpl.filterGetByG_LikeN_PrevAndNext(Session session, AssetVocabulary assetVocabulary, long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.filterGetByG_LikeN_V_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.filterGetByG_P_N_V_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.filterGetByG_P_V_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.filterGetByG_V_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetTag AssetTagPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, AssetTag assetTag, long groupId, OrderByComparator<AssetTag> orderByComparator, boolean previous)
           
protected  AssetVocabulary AssetVocabularyPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, AssetVocabulary assetVocabulary, long groupId, OrderByComparator<AssetVocabulary> orderByComparator, boolean previous)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetCategory> orderByComparator)
          Returns an ordered range of all the asset categories.
 List<AssetCategory> AssetCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns an ordered range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset category properties.
 List<AssetEntry> AssetEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries.
 List<AssetEntry> AssetEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries.
 List<AssetLink> AssetLinkPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetLink> orderByComparator)
          Returns an ordered range of all the asset links.
 List<AssetLink> AssetLinkPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links.
 List<AssetTag> AssetTagPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags.
 List<AssetTag> AssetTagPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetTagStats> orderByComparator)
          Returns an ordered range of all the asset tag statses.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetTagStats> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tag statses.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns an ordered range of all the asset vocabularies.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.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 AssetCategoryPropertyPersistenceImpl.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[] AssetCategoryPropertyPersistenceImpl.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 = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.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> AssetCategoryPropertyPersistenceImpl.findByC_K(long companyId, String key, int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset category properties where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_First(long categoryId, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_Last(long categoryId, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.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 = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId, int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns an ordered range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId, int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset category properties where categoryId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats[] AssetTagStatsPersistenceImpl.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 = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByClassNameId(long classNameId, int start, int end, OrderByComparator<AssetTagStats> orderByComparator)
          Returns an ordered range of all the asset tag statses where classNameId = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByClassNameId(long classNameId, int start, int end, OrderByComparator<AssetTagStats> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tag statses where classNameId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.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[] AssetEntryPersistenceImpl.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 = ?.
 AssetVocabulary[] AssetVocabularyPersistenceImpl.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 = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator)
          Returns an ordered range of all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset category properties where companyId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where companyId = ?.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns an ordered range of all the asset vocabularies where companyId = ?.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where companyId = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_First(long entryId1, long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_Last(long entryId1, long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink[] AssetLinkPersistenceImpl.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 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.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> AssetLinkPersistenceImpl.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_First(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_Last(long entryId1, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
 AssetLink[] AssetLinkPersistenceImpl.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 AssetLinkPersistenceImpl.findByE1_T_First(long entryId1, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_T_Last(long entryId1, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink[] AssetLinkPersistenceImpl.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 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.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> AssetLinkPersistenceImpl.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE1(long entryId1, int start, int end, OrderByComparator<AssetLink> orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE1(long entryId1, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_First(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_Last(long entryId2, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
 AssetLink[] AssetLinkPersistenceImpl.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 AssetLinkPersistenceImpl.findByE2_T_First(long entryId2, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_T_Last(long entryId2, int type, OrderByComparator<AssetLink> orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistenceImpl.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 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.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> AssetLinkPersistenceImpl.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE2(long entryId2, int start, int end, OrderByComparator<AssetLink> orderByComparator)
          Returns an ordered range of all the asset links where entryId2 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE2(long entryId2, int start, int end, OrderByComparator<AssetLink> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset links where entryId2 = ?.
 AssetEntry AssetEntryPersistenceImpl.findByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry[] AssetEntryPersistenceImpl.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> AssetEntryPersistenceImpl.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 List<AssetTag> AssetTagFinderImpl.findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> obc)
           
 AssetTag AssetTagPersistenceImpl.findByG_LikeN_First(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByG_LikeN_First(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetTag AssetTagPersistenceImpl.findByG_LikeN_Last(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByG_LikeN_Last(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetTag[] AssetTagPersistenceImpl.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 ?.
 AssetVocabulary[] AssetVocabularyPersistenceImpl.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 AssetCategoryPersistenceImpl.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 AssetCategoryPersistenceImpl.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[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.findByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?, optionally using the finder cache.
 List<AssetCategory> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.
 List<AssetTag> AssetTagPersistenceImpl.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> AssetTagPersistenceImpl.findByG_LikeN(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache.
 List<AssetTag> AssetTagPersistenceImpl.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> AssetTagPersistenceImpl.findByG_LikeN(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.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> AssetVocabularyPersistenceImpl.findByG_LikeN(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.
 List<AssetVocabulary> AssetVocabularyFinderImpl.findByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 AssetCategory AssetCategoryPersistenceImpl.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 AssetCategoryPersistenceImpl.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[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.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 AssetCategoryPersistenceImpl.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[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByG_V_First(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByG_V_Last(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.findByG_V(long groupId, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?, optionally using the finder cache.
 List<AssetCategory> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByG_V(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetTag AssetTagPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetTag AssetTagPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.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[] AssetEntryPersistenceImpl.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 = ?.
 AssetTag[] AssetTagPersistenceImpl.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 = ?.
 AssetVocabulary[] AssetVocabularyPersistenceImpl.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 = ?.
 List<AssetTag> AssetTagPersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags where groupId = any ?.
 List<AssetTag> AssetTagPersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = any ?.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where groupId = ?, optionally using the finder cache.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
          Returns an ordered range of all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where groupId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where groupId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where groupId = ?.
 List<AssetTag> AssetTagPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags where groupId = ?.
 List<AssetTag> AssetTagPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where groupId = ?.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = ?.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry[] AssetEntryPersistenceImpl.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> AssetEntryPersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByN_V_First(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByN_V_Last(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByP_N_First(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByP_N_Last(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByParentCategoryId_First(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByParentCategoryId_Last(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where parentCategoryId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
          Returns an ordered range of all the asset categories where parentCategoryId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where parentCategoryId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry[] AssetEntryPersistenceImpl.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> AssetEntryPersistenceImpl.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where publishDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where publishDate = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByTagId_First(long tagId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByTagId_Last(long tagId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats[] AssetTagStatsPersistenceImpl.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 = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByTagId(long tagId, int start, int end, OrderByComparator<AssetTagStats> orderByComparator)
          Returns an ordered range of all the asset tag statses where tagId = ?.
 List<AssetTagStats> AssetTagStatsPersistenceImpl.findByTagId(long tagId, int start, int end, OrderByComparator<AssetTagStats> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tag statses where tagId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.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 = ?.
 AssetTag[] AssetTagPersistenceImpl.findByUuid_C_PrevAndNext(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary[] AssetVocabularyPersistenceImpl.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> AssetCategoryPersistenceImpl.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 = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.
 List<AssetTag> AssetTagPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.
 List<AssetTag> AssetTagPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.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> AssetVocabularyPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where uuid = ?.
 AssetTag AssetTagPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where uuid = ?.
 AssetTag AssetTagPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.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 = ?.
 AssetTag[] AssetTagPersistenceImpl.findByUuid_PrevAndNext(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.
 AssetVocabulary[] AssetVocabularyPersistenceImpl.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> AssetCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
          Returns an ordered range of all the asset categories where uuid = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where uuid = ?.
 List<AssetTag> AssetTagPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags where uuid = ?.
 List<AssetTag> AssetTagPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset tags where uuid = ?.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
          Returns an ordered range of all the asset vocabularies where uuid = ?.
 List<AssetVocabulary> AssetVocabularyPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset vocabularies where uuid = ?.
 AssetEntry AssetEntryPersistenceImpl.findByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistenceImpl.findByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry[] AssetEntryPersistenceImpl.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> AssetEntryPersistenceImpl.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where visible = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset entries where visible = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByVocabularyId_First(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the first asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByVocabularyId_Last(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator)
          Returns the last asset category in the ordered set where vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.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> AssetCategoryPersistenceImpl.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
          Returns an ordered range of all the asset categories where vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the asset categories where vocabularyId = ?.
 List<AssetCategory> AssetEntryPersistenceImpl.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> AssetTagPersistenceImpl.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> AssetCategoryPersistenceImpl.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> AssetEntryPersistenceImpl.getAssetTags(long pk, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns an ordered range of all the asset tags associated with the asset entry.
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.getByC_K_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long companyId, String key, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean previous)
           
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.getByCategoryId_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long categoryId, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean previous)
           
protected  AssetTagStats AssetTagStatsPersistenceImpl.getByClassNameId_PrevAndNext(Session session, AssetTagStats assetTagStats, long classNameId, OrderByComparator<AssetTagStats> orderByComparator, boolean previous)
           
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long companyId, OrderByComparator<AssetCategoryProperty> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetEntry assetEntry, long companyId, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetVocabulary AssetVocabularyPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetVocabulary assetVocabulary, long companyId, OrderByComparator<AssetVocabulary> orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE_E_PrevAndNext(Session session, AssetLink assetLink, long entryId1, long entryId2, OrderByComparator<AssetLink> orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE1_PrevAndNext(Session session, AssetLink assetLink, long entryId1, OrderByComparator<AssetLink> orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE1_T_PrevAndNext(Session session, AssetLink assetLink, long entryId1, int type, OrderByComparator<AssetLink> orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE2_PrevAndNext(Session session, AssetLink assetLink, long entryId2, OrderByComparator<AssetLink> orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE2_T_PrevAndNext(Session session, AssetLink assetLink, long entryId2, int type, OrderByComparator<AssetLink> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByExpirationDate_PrevAndNext(Session session, AssetEntry assetEntry, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetTag AssetTagPersistenceImpl.getByG_LikeN_PrevAndNext(Session session, AssetTag assetTag, long groupId, String name, OrderByComparator<AssetTag> orderByComparator, boolean previous)
           
protected  AssetVocabulary AssetVocabularyPersistenceImpl.getByG_LikeN_PrevAndNext(Session session, AssetVocabulary assetVocabulary, long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByG_LikeN_V_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByG_P_N_V_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByG_P_V_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByG_V_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, AssetEntry assetEntry, long groupId, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetTag AssetTagPersistenceImpl.getByGroupId_PrevAndNext(Session session, AssetTag assetTag, long groupId, OrderByComparator<AssetTag> orderByComparator, boolean previous)
           
protected  AssetVocabulary AssetVocabularyPersistenceImpl.getByGroupId_PrevAndNext(Session session, AssetVocabulary assetVocabulary, long groupId, OrderByComparator<AssetVocabulary> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByLayoutUuid_PrevAndNext(Session session, AssetEntry assetEntry, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByN_V_PrevAndNext(Session session, AssetCategory assetCategory, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByP_N_PrevAndNext(Session session, AssetCategory assetCategory, long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByP_V_PrevAndNext(Session session, AssetCategory assetCategory, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByParentCategoryId_PrevAndNext(Session session, AssetCategory assetCategory, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByPublishDate_PrevAndNext(Session session, AssetEntry assetEntry, Date publishDate, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetTagStats AssetTagStatsPersistenceImpl.getByTagId_PrevAndNext(Session session, AssetTagStats assetTagStats, long tagId, OrderByComparator<AssetTagStats> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, AssetCategory assetCategory, String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetTag AssetTagPersistenceImpl.getByUuid_C_PrevAndNext(Session session, AssetTag assetTag, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator, boolean previous)
           
protected  AssetVocabulary AssetVocabularyPersistenceImpl.getByUuid_C_PrevAndNext(Session session, AssetVocabulary assetVocabulary, String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByUuid_PrevAndNext(Session session, AssetCategory assetCategory, String uuid, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
protected  AssetTag AssetTagPersistenceImpl.getByUuid_PrevAndNext(Session session, AssetTag assetTag, String uuid, OrderByComparator<AssetTag> orderByComparator, boolean previous)
           
protected  AssetVocabulary AssetVocabularyPersistenceImpl.getByUuid_PrevAndNext(Session session, AssetVocabulary assetVocabulary, String uuid, OrderByComparator<AssetVocabulary> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByVisible_PrevAndNext(Session session, AssetEntry assetEntry, boolean visible, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByVocabularyId_PrevAndNext(Session session, AssetCategory assetCategory, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator, boolean previous)
           
 

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

Subclasses of OrderByComparator in com.liferay.portlet.asset.util.comparator
 class AssetCategoryCreateDateComparator
           
 class AssetCategoryLeftCategoryIdComparator
           
 class AssetTagAssetCountComparator
           
 class AssetTagCountComparator
           
 class AssetTagNameComparator
           
 class AssetVocabularyCreateDateComparator
           
 

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
<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.
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>
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.
<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.
<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.
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.
 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.
 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.
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> 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)
 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<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)
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.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)
 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)
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> 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)
 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)
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
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)
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.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)
 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)
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> BlogsEntryService.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 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)
 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<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)
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 

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

Methods in com.liferay.portlet.blogs.service.base with parameters of type OrderByComparator
<T> List<T>
BlogsStatsUserLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
BlogsEntryLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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> BlogsEntryLocalServiceBaseImpl.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
 

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

Methods in com.liferay.portlet.blogs.service.http with parameters of type OrderByComparator
static List<BlogsEntry> BlogsEntryServiceHttp.getGroupEntries(HttpPrincipal httpPrincipal, long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static BlogsEntrySoap[] BlogsEntryServiceSoap.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static List<BlogsEntry> BlogsEntryServiceHttp.getGroupUserEntries(HttpPrincipal httpPrincipal, long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static BlogsEntrySoap[] BlogsEntryServiceSoap.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 

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

Methods in com.liferay.portlet.blogs.service.impl with parameters of type OrderByComparator
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceImpl.getCompanyEntries(long, Date, QueryDefinition)
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceImpl.getGroupEntries(long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceImpl.getGroupEntries(long, QueryDefinition)
 List<BlogsEntry> BlogsEntryServiceImpl.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceImpl.getGroupUserEntries(long, long, Date, QueryDefinition)
 List<BlogsEntry> BlogsEntryServiceImpl.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
          Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceImpl.getOrganizationEntries(long, Date, QueryDefinition)
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.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
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_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_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_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_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_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_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_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_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_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_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_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 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_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_Last(long companyId, int entryCount, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByC_NotE_Last(long companyId, int entryCount, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 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_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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.fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first 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.fetchByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
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_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_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_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_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_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_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_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_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_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_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_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 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_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_Last(long groupId, int entryCount, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByG_NotE_Last(long groupId, int entryCount, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 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_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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.fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry 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 = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_First(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user 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 = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry 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 = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
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_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_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last 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 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_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_Last(long userId, Date lastPostDate, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByU_L_Last(long userId, Date lastPostDate, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
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_First(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first 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 = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByUserId_Last(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
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_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_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last 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_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first 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.fetchByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<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 ≠ ?.
 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 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 ≠ ?.
 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 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_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_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 = ?.
 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 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_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(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 < ?.
 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 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 ≠ ?.
 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 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 ≠ ?.
 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 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 = ?.
 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 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 = ?.
 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 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 ≠ ?.
 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 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 ≠ ?.
 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 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_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_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 = ?.
 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 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_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(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 < ?.
 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 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 ≠ ?.
 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 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 ≠ ?.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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.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.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries.
static List<BlogsStatsUser> BlogsStatsUserUtil.findAll(int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findAll(int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users.
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_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_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_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_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_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_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_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_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 ≠ ?.
 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 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 ≠ ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator<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_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_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_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_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_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_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 = ?.
 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 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
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_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_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_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_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 ≠ ?.
 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 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 ≠ ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByC_NotE(long companyId, int entryCount, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 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_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_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_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 ≠ ?.
 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 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 ≠ ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries 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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
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_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_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_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_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_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_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_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_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 ≠ ?.
 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 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 ≠ ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator<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_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_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_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_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_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_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 = ?.
 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 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last 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 = ?.
 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 List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ?.
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_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_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_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_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_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_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_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_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 ≠ ?.
 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 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 ≠ ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<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_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_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_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_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_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_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 = ?.
 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 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
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_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_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_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_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 ≠ ?.
 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 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 ≠ ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByG_NotE(long groupId, int entryCount, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 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_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_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_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 ≠ ?.
 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 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 ≠ ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries 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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<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_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_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_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_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 ≠ ?.
 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 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 ≠ ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<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_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_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_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_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_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_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 = ?.
 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 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry 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 = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user 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 = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry 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 = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user 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 = ?.
 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 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 = ?.
 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 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where groupId = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByU_L(long userId, Date lastPostDate, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
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_First(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first 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_Last(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last 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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where userId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByUserId(long userId, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where userId = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first 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_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last 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 = ?.
 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 List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries 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, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          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.service.persistence.impl
 

Methods in com.liferay.portlet.blogs.service.persistence.impl with parameters of type OrderByComparator
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsStatsUserPersistenceImpl.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 BlogsStatsUserPersistenceImpl.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 BlogsEntryPersistenceImpl.fetchByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsStatsUserPersistenceImpl.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 BlogsStatsUserPersistenceImpl.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 BlogsEntryPersistenceImpl.fetchByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.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 BlogsStatsUserPersistenceImpl.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 BlogsStatsUserPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 = ?.
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_LtD_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_LtD_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
 List<BlogsEntry> BlogsEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findAll(int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findAll(int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 ≠ ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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 < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.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 BlogsStatsUserPersistenceImpl.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[] BlogsStatsUserPersistenceImpl.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> BlogsStatsUserPersistenceImpl.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 ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByC_NotE(long companyId, int entryCount, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 ≠ ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 ≠ ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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 = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 ≠ ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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 < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.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 BlogsStatsUserPersistenceImpl.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[] BlogsStatsUserPersistenceImpl.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> BlogsStatsUserPersistenceImpl.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 ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByG_NotE(long groupId, int entryCount, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 ≠ ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 ≠ ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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 < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 ≠ ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistenceImpl.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 BlogsEntryPersistenceImpl.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[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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[] BlogsStatsUserPersistenceImpl.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> BlogsEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where groupId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsStatsUser> BlogsStatsUserFinderImpl.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinderImpl.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator<BlogsStatsUser> obc)
           
 BlogsStatsUser BlogsStatsUserPersistenceImpl.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 BlogsStatsUserPersistenceImpl.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[] BlogsStatsUserPersistenceImpl.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> BlogsStatsUserPersistenceImpl.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 = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByU_L(long userId, Date lastPostDate, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByUserId_First(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser[] BlogsStatsUserPersistenceImpl.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> BlogsStatsUserPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<BlogsStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs stats users where userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.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 = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.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> BlogsEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ?.
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_LtD_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByC_NotE_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long companyId, int entryCount, OrderByComparator<BlogsStatsUser> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_U_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_U_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_U_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_LtD_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByG_NotE_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long groupId, int entryCount, OrderByComparator<BlogsStatsUser> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_LtD_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_NotS_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByGroupId_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long groupId, OrderByComparator<BlogsStatsUser> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByLtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByU_L_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long userId, Date lastPostDate, OrderByComparator<BlogsStatsUser> orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByUserId_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long userId, OrderByComparator<BlogsStatsUser> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, BlogsEntry blogsEntry, String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, BlogsEntry blogsEntry, String uuid, OrderByComparator<BlogsEntry> orderByComparator, boolean previous)
           
 

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

Methods in com.liferay.portlet.blogs.util that return OrderByComparator
static OrderByComparator<BlogsEntry> BlogsUtil.getOrderByComparator(String orderByCol, String orderByType)
           
 

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

Subclasses of OrderByComparator in com.liferay.portlet.blogs.util.comparator
 class EntryDisplayDateComparator
           
 class EntryTitleComparator
           
 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. Returns a range of cal events matching the UUID and company.
 

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

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

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

Methods in com.liferay.portlet.calendar.service.persistence.impl with parameters of type OrderByComparator
 CalEvent CalEventPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistenceImpl.fetchByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.fetchByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 List<CalEvent> CalEventPersistenceImpl.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events.
 List<CalEvent> CalEventPersistenceImpl.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events.
 CalEvent CalEventPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent[] CalEventPersistenceImpl.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
 CalEvent CalEventPersistenceImpl.findByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent[] CalEventPersistenceImpl.findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent[] CalEventPersistenceImpl.findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent[] CalEventPersistenceImpl.findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?, optionally using the finder cache.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?, optionally using the finder cache.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String type, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String type, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent[] CalEventPersistenceImpl.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
 CalEvent CalEventPersistenceImpl.findByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.findByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent[] CalEventPersistenceImpl.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
 List<CalEvent> CalEventPersistenceImpl.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistenceImpl.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent[] CalEventPersistenceImpl.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
 CalEvent CalEventPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistenceImpl.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
 List<CalEvent> CalEventPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
protected  CalEvent CalEventPersistenceImpl.getByCompanyId_PrevAndNext(Session session, CalEvent calEvent, long companyId, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent CalEventPersistenceImpl.getByG_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent CalEventPersistenceImpl.getByG_T_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent CalEventPersistenceImpl.getByG_T_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent CalEventPersistenceImpl.getByGroupId_PrevAndNext(Session session, CalEvent calEvent, long groupId, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent CalEventPersistenceImpl.getByNotRemindBy_PrevAndNext(Session session, CalEvent calEvent, int remindBy, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent CalEventPersistenceImpl.getByUuid_C_PrevAndNext(Session session, CalEvent calEvent, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
protected  CalEvent CalEventPersistenceImpl.getByUuid_PrevAndNext(Session session, CalEvent calEvent, String uuid, OrderByComparator<CalEvent> orderByComparator, boolean previous)
          Deprecated.  
 

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

Methods in com.liferay.portlet.documentlibrary.service with parameters of type OrderByComparator
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>
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>
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>
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.
<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>
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.
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.
<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.
<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>
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>
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>
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>
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.
<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.
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>
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>
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.
<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.
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>
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>
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>
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.
<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>
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.
<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.
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.
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.
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.
 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.
 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.
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 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.
 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.
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> 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.
 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.
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> 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<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<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.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> 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.
 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.
static List<DLFileEntry> DLFileEntryLocalServiceUtil.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)
           
 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 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)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.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)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, 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<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.
 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.
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.
 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)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 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.
 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.
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.
 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)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DLAppService.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> DLFolderLocalService.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<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.
 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.
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> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.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<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 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.
 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.
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> DLFolderLocalServiceUtil.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> DLFolderService.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> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 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.
 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.
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.
static List<Object> DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
 List<Object> DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
 List<Object> DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.
 List<Object> DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.
 List<Object> DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
static List<Object> DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.
 List<Object> DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Object> DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
static List<Object> DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
static List<Object> DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
 List<Object> DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
 List<Object> DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Object> DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Object> DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
static List<Object> DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Object> DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Object> DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
static List<Object> DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.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)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 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.
 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.
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> DLFileEntryLocalServiceUtil.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)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
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<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.
 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.
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.
static List<DLFileEntry> DLFileEntryLocalServiceUtil.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)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, 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 repositoryId, 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)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<FileEntry> DLAppService.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> DLFolderLocalServiceUtil.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> DLFolderService.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> DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 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.
 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.
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.
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)
           
 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)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.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.base
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type OrderByComparator
<T> List<T>
DLFolderLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLContentLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileShortcutLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLSyncEventLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileVersionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileRankLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileEntryTypeLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileEntryLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
DLFileEntryMetadataLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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<DLFileEntry> DLFileEntryLocalServiceBaseImpl.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<DLFolder> DLFolderLocalServiceBaseImpl.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.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> DLFileShortcutLocalServiceBaseImpl.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<DLFileVersion> DLFileVersionLocalServiceBaseImpl.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> DLFileEntryTypeLocalServiceBaseImpl.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceBaseImpl.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
 

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

Methods in com.liferay.portlet.documentlibrary.service.http with parameters of type OrderByComparator
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<FileEntry> DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<FileEntry> DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<FileEntry> DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static FileEntrySoap[] DLAppServiceSoap.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 DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static FileEntrySoap[] DLAppServiceSoap.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 DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static FileEntrySoap[] DLAppServiceSoap.getFileEntries(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
static List<DLFolder> DLFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
static List<DLFolder> DLFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
static FolderSoap[] DLAppServiceSoap.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 DLFolderSoap[] DLFolderServiceSoap.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static FolderSoap[] DLAppServiceSoap.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 DLFolderSoap[] DLFolderServiceSoap.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static FolderSoap[] DLAppServiceSoap.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<Object> DLAppServiceHttp.getFoldersAndFileEntriesAndFileShortcuts(HttpPrincipal httpPrincipal, long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
static List<Object> DLFolderServiceHttp.getFoldersAndFileEntriesAndFileShortcuts(HttpPrincipal httpPrincipal, long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
static List<Object> DLAppServiceHttp.getFoldersAndFileEntriesAndFileShortcuts(HttpPrincipal httpPrincipal, long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
static List<Object> DLFolderServiceHttp.getFoldersAndFileEntriesAndFileShortcuts(HttpPrincipal httpPrincipal, long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
static List<FileEntry> DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<FileEntry> DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<FileEntry> DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
static FileEntrySoap[] DLAppServiceSoap.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 DLFileEntrySoap[] DLFileEntryServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static FileEntrySoap[] DLAppServiceSoap.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 DLFileEntrySoap[] DLFileEntryServiceSoap.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static FileEntrySoap[] DLAppServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
static List<DLFolder> DLFolderServiceHttp.getMountFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<Folder> DLAppServiceHttp.getMountFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
static DLFolderSoap[] DLFolderServiceSoap.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static FolderSoap[] DLAppServiceSoap.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<DLFileEntryType> DLFileEntryTypeServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static DLFileEntryTypeSoap[] DLFileEntryTypeServiceSoap.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.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type OrderByComparator
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppServiceImpl.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<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppServiceImpl.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<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppServiceImpl.getFileEntries(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<Folder> DLAppServiceImpl.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<DLFolder> DLFolderServiceImpl.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<Folder> DLAppServiceImpl.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<DLFolder> DLFolderServiceImpl.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<Folder> DLAppServiceImpl.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> DLAppServiceImpl.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> DLFolderServiceImpl.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Object> DLFolderLocalServiceImpl.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
          Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceImpl.getFoldersAndFileEntriesAndFileShortcuts(long, long, String[], boolean, QueryDefinition)
 List<Object> DLAppServiceImpl.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Object> DLFolderServiceImpl.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> obc)
           
 List<Object> DLFolderLocalServiceImpl.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 DLFolderLocalServiceImpl.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, QueryDefinition)
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppServiceImpl.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<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppServiceImpl.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> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<FileEntry> DLAppServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> obc)
           
 List<DLFolder> DLFolderServiceImpl.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<Folder> DLAppServiceImpl.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> DLFileEntryTypeLocalServiceImpl.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeServiceImpl.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
 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 ≠ ?.
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 ≠ ?.
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 ≠ ?.
 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 ≠ ?.
 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 ≠ ?.
 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 ≠ ?.
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 ≠ ?.
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 ≠ ?.
 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 ≠ ?.
 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 ≠ ?.
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_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_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_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_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_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_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_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_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_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_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.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 = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version 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 = ?.
 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version 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 = ?.
 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 = ?.
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_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_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.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 = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version 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 = ?.
 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 = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version 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 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 = ?.
 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_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_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_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_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_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_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.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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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_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_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_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_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_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_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.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_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 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 = ?.
 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_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_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.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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type 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 = ?.
 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 = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type 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 = ?.
 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version 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 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version 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 = ?.
 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 = ?.
 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_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first 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 DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 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_First(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first 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 DLFileRank DLFileRankUtil.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 = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version 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 = ?.
 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 = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut 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 = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version 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 = ?.
 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 = ?.
 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_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_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 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 = ?.
 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_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(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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 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_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 ?.
 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<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 = ?.
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<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 = ?.
 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 = ?.
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLContent> DLContentUtil.findAll(int start, int end, OrderByComparator<DLContent> orderByComparator)
          Returns an ordered range of all the document library contents.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents.
 List<DLContent> DLContentPersistence.findAll(int start, int end, OrderByComparator<DLContent> orderByComparator, boolean retrieveFromCache)
          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.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findAll(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findAll(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas.
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types.
 List<DLFileRank> DLFileRankPersistence.findAll(int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks.
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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks.
static List<DLFileRank> DLFileRankUtil.findAll(int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks.
 List<DLFileShortcut> DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
static List<DLFileShortcut> DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
static List<DLFileVersion> DLFileVersionUtil.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions.
 List<DLFileVersion> DLFileVersionPersistence.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          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<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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.
 List<DLSyncEvent> DLSyncEventPersistence.findAll(int start, int end, OrderByComparator<DLSyncEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the d l sync events.
static List<DLSyncEvent> DLSyncEventUtil.findAll(int start, int end, OrderByComparator<DLSyncEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the d l sync events.
 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 ≠ ?.
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 ≠ ?.
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 ≠ ?.
 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 ≠ ?.
 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 ≠ ?.
 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 ≠ ?.
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 ≠ ?.
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 ≠ ?.
 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 ≠ ?.
 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 ≠ ?.
 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 ≠ ?.
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 ≠ ?.
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 ≠ ?.
 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 ≠ ?.
 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 ≠ ?.
 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 ≠ ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileVersion> DLFileVersionUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.
 List<DLFileVersion> DLFileVersionPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          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 ≠ ?.
 List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
static DLContent DLContentUtil.findByC_R_First(long companyId, long repositoryId, OrderByComparator<DLContent> orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistence.findByC_R_First(long companyId, long repositoryId, OrderByComparator<DLContent> orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
static DLContent DLContentUtil.findByC_R_Last(long companyId, long repositoryId, OrderByComparator<DLContent> orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistence.findByC_R_Last(long companyId, long repositoryId, OrderByComparator<DLContent> orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
static DLContent DLContentUtil.findByC_R_LikeP_First(long companyId, long repositoryId, String path, OrderByComparator<DLContent> orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistence.findByC_R_LikeP_First(long companyId, long repositoryId, String path, OrderByComparator<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_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_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_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 ?.
 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 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 ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?.
 List<DLContent> DLContentPersistence.findByC_R_LikeP(long companyId, long repositoryId, String path, int start, int end, OrderByComparator<DLContent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?.
static DLContent DLContentUtil.findByC_R_P_First(long companyId, long repositoryId, String path, OrderByComparator<DLContent> orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistence.findByC_R_P_First(long companyId, long repositoryId, String path, OrderByComparator<DLContent> orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static DLContent DLContentUtil.findByC_R_P_Last(long companyId, long repositoryId, String path, OrderByComparator<DLContent> orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistence.findByC_R_P_Last(long companyId, long repositoryId, String path, OrderByComparator<DLContent> orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static DLContent[] DLContentUtil.findByC_R_P_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator<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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path = ?.
 List<DLContent> DLContentPersistence.findByC_R_P(long companyId, long repositoryId, String path, int start, int end, OrderByComparator<DLContent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path = ?.
static DLContent[] DLContentUtil.findByC_R_PrevAndNext(long contentId, long companyId, long repositoryId, OrderByComparator<DLContent> orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent[] DLContentPersistence.findByC_R_PrevAndNext(long contentId, long companyId, long repositoryId, OrderByComparator<DLContent> orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?.
static List<DLContent> DLContentUtil.findByC_R(long companyId, long repositoryId, int start, int end, OrderByComparator<DLContent> orderByComparator)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?.
 List<DLContent> DLContentPersistence.findByC_R(long companyId, long repositoryId, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?.
 List<DLContent> DLContentPersistence.findByC_R(long companyId, long repositoryId, int start, int end, OrderByComparator<DLContent> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut 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 = ?.
static DLFileVersion DLFileVersionUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version 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 = ?.
 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut 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 = ?.
static DLFileVersion DLFileVersionUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
static List<DLFileVersion> DLFileVersionUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where companyId = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 ≠ ?.
 List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<DLFileEntry> DLFileEntryUtil.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
static DLFileVersion DLFileVersionUtil.findByF_S_First(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_First(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByF_S_Last(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_Last(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion[] DLFileVersionUtil.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator<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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByF_S(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank 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 = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version 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 = ?.
 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 = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank 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 = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.
 List<DLFileRank> DLFileRankPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks where fileEntryId = ?.
static List<DLFileRank> DLFileRankUtil.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where fileEntryId = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<DLFileEntry> DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByFileVersionId(long fileVersionId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          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[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
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 List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator<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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_T_V(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          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[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
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<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          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_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistence.findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ?.
static DLFolder[] DLFolderUtil.findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 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 = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_A_First(long groupId, long userId, boolean active, OrderByComparator<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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U_A(long groupId, long userId, boolean active, int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          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[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
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 List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type 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 = ?.
 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 = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.
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 = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          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<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.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 = ?.
static DLFileVersion DLFileVersionUtil.findByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version 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 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 = ?.
static DLFileVersion DLFileVersionUtil.findByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version 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 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 = ?.
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 = ?.
 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 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 = ?.
static List<DLFileEntry> DLFileEntryUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where mimeType = ?.
static List<DLFileVersion> DLFileVersionUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where mimeType = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          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 > ?.
 List<DLSyncEvent> DLSyncEventPersistence.findByModifiedTime(long modifiedTime, int start, int end, OrderByComparator<DLSyncEvent> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<DLFileEntry> DLFileEntryUtil.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<DLFolder> DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<DLFileEntry> DLFileEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<DLFolder> DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 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_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first 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_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last 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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 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_First(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first 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_Last(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last 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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks where userId = ?.
static List<DLFileRank> DLFileRankUtil.findByUserId(long userId, int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryMetadata DLFileEntryMetadataUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistence.findByUuid_C_PrevAndNext(long fileEntryMetadataId, String uuid, long companyId, 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 = ? and companyId = ?.
static DLFileEntryMetadata[] DLFileEntryMetadataUtil.findByUuid_C_PrevAndNext(long fileEntryMetadataId, String uuid, long companyId, 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 = ? 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where uuid = ? and companyId = ?.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where uuid = ? and companyId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas where uuid = ? and companyId = ?.
static List<DLFileEntryMetadata> DLFileEntryMetadataUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileVersion> DLFileVersionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut 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 = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version 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 = ?.
 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 = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type 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 = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut 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 = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<DLFileEntryMetadata> DLFileEntryMetadataPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
static List<DLFileVersion> DLFileVersionUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions 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, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where uuid = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<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.
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.
 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.
 

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

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl with parameters of type OrderByComparator
protected  List<DLFileEntryType> DLFileEntryTypeFinderImpl.doFindByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean inlineSQLHelper)
           
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFolderPersistenceImpl.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFolderPersistenceImpl.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 DLContentPersistenceImpl.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 DLContentPersistenceImpl.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 DLContentPersistenceImpl.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 DLContentPersistenceImpl.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 DLContentPersistenceImpl.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 DLContentPersistenceImpl.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 = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 ≠ ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFileEntryMetadataPersistenceImpl.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistenceImpl.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistenceImpl.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.fetchByFileVersionId_First(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.fetchByFileVersionId_Last(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileShortcutPersistenceImpl.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 DLFileShortcutPersistenceImpl.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 DLFileShortcutPersistenceImpl.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 = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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 = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.fetchByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFileRank DLFileRankPersistenceImpl.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 DLFileRankPersistenceImpl.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 = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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 = ?.
 DLFileRank DLFileRankPersistenceImpl.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 = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileRank DLFileRankPersistenceImpl.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 = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
 DLSyncEvent DLSyncEventPersistenceImpl.fetchByModifiedTime_First(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
 DLSyncEvent DLSyncEventPersistenceImpl.fetchByModifiedTime_Last(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
 DLFolder DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileRank DLFileRankPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFolderPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFolderPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.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[] DLFileShortcutPersistenceImpl.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 = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.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> DLFileShortcutPersistenceImpl.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 = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.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 = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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 = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.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<DLFileShortcut> DLFileShortcutPersistenceImpl.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[] DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.filterFindByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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 = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.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 = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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 = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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[] DLFileEntryTypePersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFileEntryTypePersistenceImpl.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 ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryTypePersistenceImpl.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> DLFolderPersistenceImpl.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> DLFileEntryTypeFinderImpl.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_A_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_A_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_F_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_T_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFolder dlFolder, long groupId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
 List<DLContent> DLContentPersistenceImpl.findAll(int start, int end, OrderByComparator<DLContent> orderByComparator)
          Returns an ordered range of all the document library contents.
 List<DLContent> DLContentPersistenceImpl.findAll(int start, int end, OrderByComparator<DLContent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types.
 List<DLFileRank> DLFileRankPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileRank> orderByComparator)
          Returns an ordered range of all the document library file ranks.
 List<DLFileRank> DLFileRankPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions.
 List<DLFolder> DLFolderPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders.
 List<DLFolder> DLFolderPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders.
 List<DLSyncEvent> DLSyncEventPersistenceImpl.findAll(int start, int end, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns an ordered range of all the d l sync events.
 List<DLSyncEvent> DLSyncEventPersistenceImpl.findAll(int start, int end, OrderByComparator<DLSyncEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the d l sync events.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFolderPersistenceImpl.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFolderPersistenceImpl.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.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[] DLFileVersionPersistenceImpl.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[] DLFolderPersistenceImpl.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 ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.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> DLFileShortcutPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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<DLFileVersion> DLFileVersionPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.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 ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 DLContent DLContentPersistenceImpl.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 DLContentPersistenceImpl.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 DLContentPersistenceImpl.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 DLContentPersistenceImpl.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[] DLContentPersistenceImpl.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> DLContentPersistenceImpl.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 ?.
 List<DLContent> DLContentPersistenceImpl.findByC_R_LikeP(long companyId, long repositoryId, String path, int start, int end, OrderByComparator<DLContent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistenceImpl.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 DLContentPersistenceImpl.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[] DLContentPersistenceImpl.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> DLContentPersistenceImpl.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 = ?.
 List<DLContent> DLContentPersistenceImpl.findByC_R_P(long companyId, long repositoryId, String path, int start, int end, OrderByComparator<DLContent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path = ?.
 DLContent[] DLContentPersistenceImpl.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> DLContentPersistenceImpl.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 = ?.
 List<DLContent> DLContentPersistenceImpl.findByC_R(long companyId, long repositoryId, int start, int end, OrderByComparator<DLContent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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 = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.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[] DLFileVersionPersistenceImpl.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[] DLFolderPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.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> DLFileShortcutPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where companyId = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ?.
 DLFolder DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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 ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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[] DLFileEntryPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 DLFileVersion DLFileVersionPersistenceImpl.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 DLFileVersionPersistenceImpl.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[] DLFileVersionPersistenceImpl.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> DLFileVersionPersistenceImpl.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 = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByF_S(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistenceImpl.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistenceImpl.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistenceImpl.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 = ?.
 DLFileRank[] DLFileRankPersistenceImpl.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[] DLFileVersionPersistenceImpl.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> DLFileEntryMetadataPersistenceImpl.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistenceImpl.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.
 List<DLFileRank> DLFileRankPersistenceImpl.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> DLFileRankPersistenceImpl.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks where fileEntryId = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where fileEntryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.findByFileVersionId_First(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.findByFileVersionId_Last(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistenceImpl.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> DLFileEntryMetadataPersistenceImpl.findByFileVersionId(long fileVersionId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistenceImpl.findByFileVersionId(long fileVersionId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileShortcutPersistenceImpl.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[] DLFileShortcutPersistenceImpl.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 DLFileShortcutPersistenceImpl.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 DLFileShortcutPersistenceImpl.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[] DLFileShortcutPersistenceImpl.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 = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.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> DLFileShortcutPersistenceImpl.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.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> DLFileShortcutPersistenceImpl.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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[] DLFileEntryPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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 = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFileVersionPersistenceImpl.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[] DLFileVersionPersistenceImpl.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> DLFileVersionPersistenceImpl.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 = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.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 DLFileVersionPersistenceImpl.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[] DLFileVersionPersistenceImpl.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> DLFileVersionPersistenceImpl.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 = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_T_V(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.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> DLFileShortcutPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 DLFolder DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.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 = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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 = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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 = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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 = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 DLFileRank DLFileRankPersistenceImpl.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 DLFileRankPersistenceImpl.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[] DLFileRankPersistenceImpl.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 = ?.
 List<DLFileRank> DLFileRankPersistenceImpl.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> DLFileRankPersistenceImpl.findByG_U_A(long groupId, long userId, boolean active, int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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[] DLFileEntryPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileRank DLFileRankPersistenceImpl.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 = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileRank DLFileRankPersistenceImpl.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 = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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 = ?.
 DLFileRank[] DLFileRankPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileRank> DLFileRankPersistenceImpl.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> DLFileRankPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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[] DLFileEntryTypePersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFileEntryTypePersistenceImpl.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 ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypeFinderImpl.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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[] DLFileVersionPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where mimeType = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where mimeType = ?.
 DLSyncEvent DLSyncEventPersistenceImpl.findByModifiedTime_First(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the first d l sync event in the ordered set where modifiedTime > ?.
 DLSyncEvent DLSyncEventPersistenceImpl.findByModifiedTime_Last(long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns the last d l sync event in the ordered set where modifiedTime > ?.
 DLSyncEvent[] DLSyncEventPersistenceImpl.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> DLSyncEventPersistenceImpl.findByModifiedTime(long modifiedTime, int start, int end, OrderByComparator<DLSyncEvent> orderByComparator)
          Returns an ordered range of all the d l sync events where modifiedTime > ?.
 List<DLSyncEvent> DLSyncEventPersistenceImpl.findByModifiedTime(long modifiedTime, int start, int end, OrderByComparator<DLSyncEvent> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the d l sync events where modifiedTime > ?.
 DLFolder DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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 = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 DLFileEntryPersistenceImpl.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[] DLFileEntryPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 DLFolder DLFolderPersistenceImpl.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 DLFolderPersistenceImpl.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[] DLFolderPersistenceImpl.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> DLFolderPersistenceImpl.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 = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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[] DLFolderPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.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 = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.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> DLFileShortcutPersistenceImpl.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 DLFileRank DLFileRankPersistenceImpl.findByUserId_First(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<DLFileRank> orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
 DLFileRank[] DLFileRankPersistenceImpl.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 = ?.
 List<DLFileRank> DLFileRankPersistenceImpl.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> DLFileRankPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<DLFileRank> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file ranks where userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFolderPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.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 = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.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 DLFileVersionPersistenceImpl.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 DLFolderPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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 = ?.
 DLFileEntryMetadata[] DLFileEntryMetadataPersistenceImpl.findByUuid_C_PrevAndNext(long fileEntryMetadataId, String uuid, long companyId, 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 = ? and companyId = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.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[] DLFileVersionPersistenceImpl.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[] DLFolderPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns an ordered range of all the document library file entry metadatas where uuid = ? and companyId = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.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> DLFileShortcutPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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<DLFileVersion> DLFileVersionPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.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 = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the first document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFolder DLFolderPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator)
          Returns the last document library file entry metadata in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFolder DLFolderPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.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[] DLFileEntryMetadataPersistenceImpl.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[] DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.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[] DLFileVersionPersistenceImpl.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[] DLFolderPersistenceImpl.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 = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.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> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileEntryMetadata> DLFileEntryMetadataPersistenceImpl.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<DLFileEntryMetadata> DLFileEntryMetadataPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry metadatas where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.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> DLFileShortcutPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator)
          Returns an ordered range of all the document library file versions where uuid = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file versions where uuid = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ?.
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByC_NotS_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByC_NotS_PrevAndNext(Session session, DLFileVersion dlFileVersion, long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByC_NotS_PrevAndNext(Session session, DLFolder dlFolder, long companyId, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLContent DLContentPersistenceImpl.getByC_R_LikeP_PrevAndNext(Session session, DLContent dlContent, long companyId, long repositoryId, String path, OrderByComparator<DLContent> orderByComparator, boolean previous)
           
protected  DLContent DLContentPersistenceImpl.getByC_R_P_PrevAndNext(Session session, DLContent dlContent, long companyId, long repositoryId, String path, OrderByComparator<DLContent> orderByComparator, boolean previous)
           
protected  DLContent DLContentPersistenceImpl.getByC_R_PrevAndNext(Session session, DLContent dlContent, long companyId, long repositoryId, OrderByComparator<DLContent> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long companyId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long companyId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileVersion dlFileVersion, long companyId, OrderByComparator<DLFileVersion> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFolder dlFolder, long companyId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByF_N_PrevAndNext(Session session, DLFileEntry dlFileEntry, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByF_S_PrevAndNext(Session session, DLFileVersion dlFileVersion, long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator, boolean previous)
           
protected  DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.getByFileEntryId_PrevAndNext(Session session, DLFileEntryMetadata dlFileEntryMetadata, long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean previous)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByFileEntryId_PrevAndNext(Session session, DLFileRank dlFileRank, long fileEntryId, OrderByComparator<DLFileRank> orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByFileEntryId_PrevAndNext(Session session, DLFileVersion dlFileVersion, long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByFileEntryTypeId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.getByFileVersionId_PrevAndNext(Session session, DLFileEntryMetadata dlFileEntryMetadata, long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_A_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_A_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_S_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_T_V_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_T_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByG_U_A_PrevAndNext(Session session, DLFileRank dlFileRank, long groupId, long userId, boolean active, OrderByComparator<DLFileRank> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByG_U_PrevAndNext(Session session, DLFileRank dlFileRank, long groupId, long userId, OrderByComparator<DLFileRank> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFolder dlFolder, long groupId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByMimeType_PrevAndNext(Session session, DLFileEntry dlFileEntry, String mimeType, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByMimeType_PrevAndNext(Session session, DLFileVersion dlFileVersion, String mimeType, OrderByComparator<DLFileVersion> orderByComparator, boolean previous)
           
protected  DLSyncEvent DLSyncEventPersistenceImpl.getByModifiedTime_PrevAndNext(Session session, DLSyncEvent dlSyncEvent, long modifiedTime, OrderByComparator<DLSyncEvent> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByP_N_PrevAndNext(Session session, DLFolder dlFolder, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByR_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByR_P_PrevAndNext(Session session, DLFolder dlFolder, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, DLFolder dlFolder, long repositoryId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByToFileEntryId_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByUserId_PrevAndNext(Session session, DLFileRank dlFileRank, long userId, OrderByComparator<DLFileRank> orderByComparator, boolean previous)
           
protected  DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileEntryMetadata dlFileEntryMetadata, String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileVersion dlFileVersion, String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFolder dlFolder, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntryMetadata dlFileEntryMetadata, String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, String uuid, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileVersion dlFileVersion, String uuid, OrderByComparator<DLFileVersion> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFolder dlFolder, String uuid, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
 List<DLFileEntryType> DLFolderPersistenceImpl.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> DLFileEntryTypePersistenceImpl.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
<T> OrderByComparator<T>
DL.getRepositoryModelOrderByComparator(String orderByCol, String orderByType)
           
static
<T> OrderByComparator<T>
DLUtil.getRepositoryModelOrderByComparator(String orderByCol, String orderByType)
           
<T> OrderByComparator<T>
DLImpl.getRepositoryModelOrderByComparator(String orderByCol, String orderByType)
           
<T> OrderByComparator<T>
DL.getRepositoryModelOrderByComparator(String orderByCol, String orderByType, boolean orderByModel)
           
static
<T> OrderByComparator<T>
DLUtil.getRepositoryModelOrderByComparator(String orderByCol, String orderByType, boolean orderByModel)
           
<T> OrderByComparator<T>
DLImpl.getRepositoryModelOrderByComparator(String orderByCol, String orderByType, boolean orderByModel)
           
 

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

Subclasses of OrderByComparator in com.liferay.portlet.documentlibrary.util.comparator
 class DLContentVersionComparator
           
 class DLFileEntryOrderByComparator
           
 class DLFolderOrderByComparator
           
 class FileRankCreateDateComparator
           
 class FolderIdComparator
           
 class FolderNameComparator
           
 class RepositoryModelCreateDateComparator<T>
           
 class RepositoryModelModifiedDateComparator<T>
           
 class RepositoryModelReadCountComparator<T>
           
 class RepositoryModelSizeComparator<T>
           
 class RepositoryModelTitleComparator<T>
           
 

Methods in com.liferay.portlet.documentlibrary.util.comparator that return OrderByComparator
static OrderByComparator<DLFileEntry> DLFileEntryOrderByComparator.getOrderByComparator(OrderByComparator<FileEntry> orderByComparator)
           
static OrderByComparator<DLFolder> DLFolderOrderByComparator.getOrderByComparator(OrderByComparator<Folder> orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.util.comparator with parameters of type OrderByComparator
static OrderByComparator<DLFileEntry> DLFileEntryOrderByComparator.getOrderByComparator(OrderByComparator<FileEntry> orderByComparator)
           
static OrderByComparator<DLFolder> DLFolderOrderByComparator.getOrderByComparator(OrderByComparator<Folder> orderByComparator)
           
 

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

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

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

Methods in com.liferay.portlet.expando.service.base with parameters of type OrderByComparator
<T> List<T>
ExpandoTableLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoColumnLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoRowLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
ExpandoValueLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 ExpandoValue ExpandoValuePersistence.fetchByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first 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.fetchByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first 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.fetchByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first 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_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_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_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_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_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_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_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_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoColumn ExpandoColumnUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.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 = ?.
 ExpandoValue ExpandoValuePersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value 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 = ?.
static ExpandoColumn ExpandoColumnUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the last expando column 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 = ?.
 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 = ?.
 ExpandoValue ExpandoValuePersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value 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 = ?.
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 = ?.
 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 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.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.findAll(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the expando columns.
 List<ExpandoColumn> ExpandoColumnPersistence.findAll(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean retrieveFromCache)
          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<ExpandoRow> ExpandoRowPersistence.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows.
static List<ExpandoRow> ExpandoRowUtil.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          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.
 List<ExpandoTable> ExpandoTablePersistence.findAll(int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando tables.
static List<ExpandoTable> ExpandoTableUtil.findAll(int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando tables.
 List<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values.
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, boolean retrieveFromCache)
          Returns an ordered range of all the expando values.
static List<ExpandoValue> ExpandoValueUtil.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 List<ExpandoTable> ExpandoTablePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows where classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.findByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first 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_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last 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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.findByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first 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_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last 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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where rowId = ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first 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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and classPK = ?.
static List<ExpandoColumn> ExpandoColumnUtil.findByT_N(long tableId, String[] names, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ? and name = any ?.
 List<ExpandoColumn> ExpandoColumnPersistence.findByT_N(long tableId, String[] names, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.
 List<ExpandoColumn> ExpandoColumnPersistence.findByT_N(long tableId, String[] names, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.
 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_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_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_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_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 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 = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and rowId = ?.
static ExpandoColumn ExpandoColumnUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.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 = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value 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 = ?.
static ExpandoColumn ExpandoColumnUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the last expando column 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 = ?.
 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 = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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<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, boolean retrieveFromCache)
          Returns an ordered range of all the expando columns where tableId = ?.
 List<ExpandoColumn> ExpandoColumnPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          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.expando.service.persistence.impl
 

Methods in com.liferay.portlet.expando.service.persistence.impl with parameters of type OrderByComparator
 ExpandoTable ExpandoTablePersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoTable ExpandoTablePersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.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 ExpandoValuePersistenceImpl.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 ExpandoValuePersistenceImpl.fetchByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoColumn ExpandoColumnPersistenceImpl.fetchByTableId_First(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistenceImpl.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoColumn[] ExpandoColumnPersistenceImpl.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> ExpandoColumnPersistenceImpl.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 = ?.
protected  ExpandoColumn ExpandoColumnPersistenceImpl.filterGetByTableId_PrevAndNext(Session session, ExpandoColumn expandoColumn, long tableId, OrderByComparator<ExpandoColumn> orderByComparator, boolean previous)
           
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns.
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando columns.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows.
 List<ExpandoTable> ExpandoTablePersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoTable> orderByComparator)
          Returns an ordered range of all the expando tables.
 List<ExpandoTable> ExpandoTablePersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando tables.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values.
 ExpandoTable ExpandoTablePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoTable ExpandoTablePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoTable[] ExpandoTablePersistenceImpl.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 = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.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> ExpandoTablePersistenceImpl.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 = ?.
 List<ExpandoTable> ExpandoTablePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.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> ExpandoValuePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow[] ExpandoRowPersistenceImpl.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> ExpandoRowPersistenceImpl.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows where classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.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 = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.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 = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.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 ExpandoValuePersistenceImpl.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[] ExpandoValuePersistenceImpl.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 = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.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> ExpandoValuePersistenceImpl.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.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 = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.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> ExpandoValuePersistenceImpl.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.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 = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.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> ExpandoValuePersistenceImpl.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and classPK = ?.
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.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 ?.
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findByT_N(long tableId, String[] names, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.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 = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.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> ExpandoValuePersistenceImpl.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ? and rowId = ?.
 ExpandoColumn ExpandoColumnPersistenceImpl.findByTableId_First(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistenceImpl.findByTableId_Last(long tableId, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns the last expando column in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoColumn[] ExpandoColumnPersistenceImpl.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[] ExpandoRowPersistenceImpl.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 = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.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> ExpandoColumnPersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator)
          Returns an ordered range of all the expando columns where tableId = ?.
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando columns where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator)
          Returns an ordered range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando values where tableId = ?.
protected  ExpandoTable ExpandoTablePersistenceImpl.getByC_C_PrevAndNext(Session session, ExpandoTable expandoTable, long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByC_C_PrevAndNext(Session session, ExpandoValue expandoValue, long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator, boolean previous)
           
protected  ExpandoRow ExpandoRowPersistenceImpl.getByClassPK_PrevAndNext(Session session, ExpandoRow expandoRow, long classPK, OrderByComparator<ExpandoRow> orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByColumnId_PrevAndNext(Session session, ExpandoValue expandoValue, long columnId, OrderByComparator<ExpandoValue> orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByRowId_PrevAndNext(Session session, ExpandoValue expandoValue, long rowId, OrderByComparator<ExpandoValue> orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_C_D_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_C_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_CPK_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_R_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator, boolean previous)
           
protected  ExpandoColumn ExpandoColumnPersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoColumn expandoColumn, long tableId, OrderByComparator<ExpandoColumn> orderByComparator, boolean previous)
           
protected  ExpandoRow ExpandoRowPersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoRow expandoRow, long tableId, OrderByComparator<ExpandoRow> orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, OrderByComparator<ExpandoValue> orderByComparator, boolean previous)
           
 

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

Methods in com.liferay.portlet.exportimport.service.base with parameters of type OrderByComparator
<T> List<T>
ExportImportConfigurationLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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.exportimport.service.impl
 

Methods in com.liferay.portlet.exportimport.service.impl with parameters of type OrderByComparator
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceImpl.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
 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_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first 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.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 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_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_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_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_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_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_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_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_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_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_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.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.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
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_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last 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 = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
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, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
 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_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last 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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations 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, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 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_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last 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 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 = ?.
 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.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, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          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.exportimport.service.persistence.impl
 

Methods in com.liferay.portlet.exportimport.service.persistence.impl with parameters of type OrderByComparator
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.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 = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.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[] ExportImportConfigurationPersistenceImpl.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 = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.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> ExportImportConfigurationPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.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[] ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.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 ExportImportConfigurationPersistenceImpl.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[] ExportImportConfigurationPersistenceImpl.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 = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.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> ExportImportConfigurationPersistenceImpl.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.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> ExportImportConfigurationPersistenceImpl.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.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 = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ?.
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_S_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_T_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_T_S_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByGroupId_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
 

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.
<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>
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.
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.
<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>
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>
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>
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>
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.
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>
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>
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>
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.
<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.
<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.
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.
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.
<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.
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.
<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>
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.
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>
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.
<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.
static List<MBMessage> MBMessageLocalServiceUtil.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)
           
 List<MBMessage> MBMessageLocalService.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> MBMessageLocalServiceWrapper.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)
           
static List<MBMessage> MBMessageLocalServiceUtil.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)
           
 List<MBMessage> MBMessageLocalService.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> MBMessageLocalServiceWrapper.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<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<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.
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> 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.
 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.
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.
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.
 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<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> 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.
 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<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<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<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<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.
static List<MBMessage> MBMessageLocalServiceUtil.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)
           
 List<MBMessage> MBMessageLocalService.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> MBMessageLocalServiceWrapper.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)
           
static List<MBMessage> MBMessageLocalServiceUtil.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)
           
 List<MBMessage> MBMessageLocalService.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.base
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type OrderByComparator
<T> List<T>
MBCategoryLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBBanLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBDiscussionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBMailingListLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBThreadLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBThreadFlagLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBStatsUserLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
MBMessageLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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<MBBan> MBBanLocalServiceBaseImpl.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<MBCategory> MBCategoryLocalServiceBaseImpl.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> MBDiscussionLocalServiceBaseImpl.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> MBMailingListLocalServiceBaseImpl.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<MBMessage> MBMessageLocalServiceBaseImpl.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<MBThreadFlag> MBThreadFlagLocalServiceBaseImpl.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<MBThread> MBThreadLocalServiceBaseImpl.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
 

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

Methods in com.liferay.portlet.messageboards.service.impl with parameters of type OrderByComparator
 List<MBMessage> MBMessageLocalServiceImpl.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.getUserDiscussionMessages(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.getUserDiscussionMessages(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.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 = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category 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 = ?.
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 ≠ ?.
 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_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_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_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_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_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_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_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_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<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 = ?.
 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 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 = ?.
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 = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category 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 = ?.
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 = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category 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 = ?.
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 = ?.
 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_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_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_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_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_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_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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category 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 = ?.
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 = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category 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 = ?.
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 ≠ ?.
 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_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_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 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 = ?.
 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[] 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 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_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(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[] 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 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 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 = ?.
 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 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 = ?.
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 = ?.
 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<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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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 = ?.
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 = ?.
 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[] 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 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_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(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[] 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 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<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 = ?.
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<MBBan> MBBanUtil.findAll(int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans.
 List<MBBan> MBBanPersistence.findAll(int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans.
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          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.
static List<MBDiscussion> MBDiscussionUtil.findAll(int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions.
 List<MBDiscussion> MBDiscussionPersistence.findAll(int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          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.
 List<MBMailingList> MBMailingListPersistence.findAll(int start, int end, OrderByComparator<MBMailingList> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards mailing lists.
static List<MBMailingList> MBMailingListUtil.findAll(int start, int end, OrderByComparator<MBMailingList> orderByComparator, boolean retrieveFromCache)
          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.
static List<MBMessage> MBMessageUtil.findAll(int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages.
 List<MBMessage> MBMessagePersistence.findAll(int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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<MBStatsUser> MBStatsUserPersistence.findAll(int start, int end, OrderByComparator<MBStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards stats users.
static List<MBStatsUser> MBStatsUserUtil.findAll(int start, int end, OrderByComparator<MBStatsUser> orderByComparator, boolean retrieveFromCache)
          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<MBThread> MBThreadPersistence.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads.
static List<MBThread> MBThreadUtil.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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.
 List<MBThreadFlag> MBThreadFlagPersistence.findAll(int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards thread flags.
static List<MBThreadFlag> MBThreadFlagUtil.findAll(int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active, int start, int end, OrderByComparator<MBMailingList> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<MBBan> MBBanUtil.findByBanUserId(long banUserId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<MBMessage> MBMessageUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<MBDiscussion> MBDiscussionUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.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 = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ?.
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?, optionally using the finder cache.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?, optionally using the finder cache.
 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 ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?, optionally using the finder cache.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?, optionally using the finder cache.
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 = ?.
static List<MBMessage> MBMessageUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<MBMessage> MBMessageUtil.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?, optionally using the finder cache.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?, optionally using the finder cache.
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 = ?.
static List<MBMessage> MBMessageUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 ≠ ?.
 List<MBStatsUser> MBStatsUserPersistence.findByG_NotU_NotM(long groupId, long userId, int messageCount, int start, int end, OrderByComparator<MBStatsUser> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?.
 MBCategory MBCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<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_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_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_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_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_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_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 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 = ?.
 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[] 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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<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[] 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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<MBMessage> MBMessageUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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_S(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category 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 = ?.
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 = ?.
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category 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 = ?.
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 = ?.
 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 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 = ?.
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<MBBan> MBBanUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ?.
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<MBMessage> MBMessageUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<MBStatsUser> MBStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThread> MBThreadPersistence.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 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_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_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_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_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_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_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 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 = ?.
 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[] 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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 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_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, boolean retrieveFromCache)
          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_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 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[] 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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByT_A(long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByT_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<MBMessage> MBMessageUtil.findByThreadId(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByThreadId(long threadId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByThreadReplies(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByTR_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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_S(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 List<MBMessage> MBMessageUtil.findByU_C_C(long userId, long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?, optionally using the finder cache.
 List<MBMessage> MBMessagePersistence.findByU_C_S(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?, optionally using the finder cache.
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_S(long userId, long classNameId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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[] classNameIds, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?, optionally using the finder cache.
 List<MBMessage> MBMessagePersistence.findByU_C(long userId, long[] classNameIds, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?, optionally using the finder cache.
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 List<MBMessage> MBMessageUtil.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<MBBan> MBBanUtil.findByUserId(long userId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<MBMessage> MBMessageUtil.findByUserId(long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<MBStatsUser> MBStatsUserPersistence.findByUserId(long userId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUserId(long userId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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<MBBan> MBBanUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
static List<MBCategory> MBCategoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMailingList> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<MBMessage> MBMessageUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<MBThread> MBThreadPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category 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 = ?.
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 = ?.
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category 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 = ?.
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 = ?.
 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 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 = ?.
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<MBBan> MBBanUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBMailingList> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<MBMessage> MBMessageUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<MBThread> MBThreadPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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.service.persistence.impl
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl with parameters of type OrderByComparator
 MBMailingList MBMailingListPersistenceImpl.fetchByActive_First(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistenceImpl.fetchByActive_Last(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
 MBBan MBBanPersistenceImpl.fetchByBanUserId_First(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistenceImpl.fetchByBanUserId_Last(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.fetchByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.fetchByC_S_First(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
 MBDiscussion MBDiscussionPersistenceImpl.fetchByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.fetchByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBMessage MBMessagePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBMessage MBMessagePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 ≠ ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBStatsUserPersistenceImpl.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 MBStatsUserPersistenceImpl.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 ≠ ?.
 MBCategory MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 = ?.
 MBBan MBBanPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBMessage MBMessagePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBBan MBBanPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBMessage MBMessagePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBCategory MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.fetchByThreadId_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.fetchByThreadId_First(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
 MBMessage MBMessagePersistenceImpl.fetchByThreadId_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.fetchByThreadId_Last(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
 MBMessage MBMessagePersistenceImpl.fetchByThreadReplies_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistenceImpl.fetchByThreadReplies_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 = ?.
 MBBan MBBanPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBMessage MBMessagePersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
 MBBan MBBanPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBMessage MBMessagePersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
 MBBan MBBanPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.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 MBMailingListPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadFlagPersistenceImpl.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 = ?.
 MBBan MBBanPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.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 MBMailingListPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadFlagPersistenceImpl.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 = ?.
 MBBan MBBanPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBMessage MBMessagePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
 MBThread MBThreadPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
 MBBan MBBanPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBMessage MBMessagePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
 MBThread MBThreadPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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 ≠ ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBThreadPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.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> MBThreadPersistenceImpl.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 ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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 ≠ ?.
 MBCategory[] MBCategoryPersistenceImpl.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[] MBCategoryPersistenceImpl.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 = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.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 = ?.
 MBCategory[] MBCategoryPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadPersistenceImpl.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 = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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<MBMessage> MBMessagePersistenceImpl.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> MBThreadPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.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 = ?.
 MBCategory[] MBCategoryPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadPersistenceImpl.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 = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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<MBMessage> MBMessagePersistenceImpl.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> MBThreadPersistenceImpl.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 = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.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 = ?.
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.filterGetByG_C_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.filterGetByG_C_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.filterGetByG_C_T_A_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.filterGetByG_C_T_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.filterGetByG_C_T_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_P_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.filterGetByG_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.filterGetByG_U_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.filterGetByG_U_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MBMessage mbMessage, long groupId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
 List<MBBan> MBBanPersistenceImpl.findAll(int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans.
 List<MBBan> MBBanPersistenceImpl.findAll(int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans.
 List<MBCategory> MBCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
 List<MBCategory> MBCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories.
 List<MBDiscussion> MBDiscussionPersistenceImpl.findAll(int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions.
 List<MBDiscussion> MBDiscussionPersistenceImpl.findAll(int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions.
 List<MBMailingList> MBMailingListPersistenceImpl.findAll(int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistenceImpl.findAll(int start, int end, OrderByComparator<MBMailingList> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards mailing lists.
 List<MBMessage> MBMessagePersistenceImpl.findAll(int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages.
 List<MBMessage> MBMessagePersistenceImpl.findAll(int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages.
 List<MBStatsUser> MBStatsUserPersistenceImpl.findAll(int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
          Returns an ordered range of all the message boards stats users.
 List<MBStatsUser> MBStatsUserPersistenceImpl.findAll(int start, int end, OrderByComparator<MBStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards stats users.
 List<MBThread> MBThreadPersistenceImpl.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads.
 List<MBThread> MBThreadPersistenceImpl.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.findAll(int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.findAll(int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards thread flags.
 MBMailingList MBMailingListPersistenceImpl.findByActive_First(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistenceImpl.findByActive_Last(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
 MBMailingList[] MBMailingListPersistenceImpl.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> MBMailingListPersistenceImpl.findByActive(boolean active, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByActive(boolean active, int start, int end, OrderByComparator<MBMailingList> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards mailing lists where active = ?.
 MBBan MBBanPersistenceImpl.findByBanUserId_First(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistenceImpl.findByBanUserId_Last(long banUserId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan[] MBBanPersistenceImpl.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 = ?.
 List<MBBan> MBBanPersistenceImpl.findByBanUserId(long banUserId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistenceImpl.findByBanUserId(long banUserId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans where banUserId = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.
 MBThread MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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 = ?.
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 MBCategory MBCategoryPersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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 = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where companyId = ? and status = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion[] MBDiscussionPersistenceImpl.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 = ?.
 List<MBDiscussion> MBDiscussionPersistenceImpl.findByClassNameId(long classNameId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 List<MBDiscussion> MBDiscussionPersistenceImpl.findByClassNameId(long classNameId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBMessage MBMessagePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBMessage MBMessagePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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 = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where companyId = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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 = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistenceImpl.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 ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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 = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?, optionally using the finder cache.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.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 = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBThread> MBThreadPersistenceImpl.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 ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?, optionally using the finder cache.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistenceImpl.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 = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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 ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.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 ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 MBStatsUser MBStatsUserPersistenceImpl.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 MBStatsUserPersistenceImpl.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[] MBStatsUserPersistenceImpl.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> MBStatsUserPersistenceImpl.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 ≠ ?.
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByG_NotU_NotM(long groupId, long userId, int messageCount, int start, int end, OrderByComparator<MBStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?.
 MBCategory MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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[] MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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[] MBCategoryPersistenceImpl.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 = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadPersistenceImpl.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 = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.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 = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.
 MBBan MBBanPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBMessage MBMessagePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBBan MBBanPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBMessage MBMessagePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBBan[] MBBanPersistenceImpl.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 = ?.
 MBCategory[] MBCategoryPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBStatsUserPersistenceImpl.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[] MBThreadPersistenceImpl.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 = ?.
 List<MBBan> MBBanPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where groupId = ?.
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
          Returns an ordered range of all the message boards stats users where groupId = ?.
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards stats users where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ?.
 MBThread MBThreadPersistenceImpl.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 MBThreadPersistenceImpl.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[] MBThreadPersistenceImpl.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> MBThreadPersistenceImpl.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 = ?.
 List<MBThread> MBThreadPersistenceImpl.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 MBCategory MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 MBCategoryPersistenceImpl.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 = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByT_A(long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByT_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.findByThreadId_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.findByThreadId_First(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
 MBMessage MBMessagePersistenceImpl.findByThreadId_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.findByThreadId_Last(long threadId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadFlagPersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByThreadId(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByThreadId(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.findByThreadId(long threadId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where threadId = ?.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.findByThreadId(long threadId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards thread flags where threadId = ?.
 MBMessage MBMessagePersistenceImpl.findByThreadReplies_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
 MBMessage MBMessagePersistenceImpl.findByThreadReplies_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
 MBMessage[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByThreadReplies(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByThreadReplies(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where threadId = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByTR_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByU_C_C(long userId, long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.
 MBMessage MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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 MBMessagePersistenceImpl.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[] MBMessagePersistenceImpl.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 = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByU_C_S(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?, optionally using the finder cache.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByU_C_S(long userId, long classNameId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByU_C(long userId, long[] classNameIds, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?, optionally using the finder cache.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.
 MBBan MBBanPersistenceImpl.findByUserId_First(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBMessage MBMessagePersistenceImpl.findByUserId_First(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistenceImpl.findByUserId_First(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.findByUserId_First(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
 MBBan MBBanPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBMessage MBMessagePersistenceImpl.findByUserId_Last(long userId, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<MBStatsUser> orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
 MBBan[] MBBanPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBStatsUserPersistenceImpl.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[] MBThreadFlagPersistenceImpl.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 = ?.
 List<MBBan> MBBanPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans where userId = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where userId = ?.
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator)
          Returns an ordered range of all the message boards stats users where userId = ?.
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MBStatsUser> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards stats users where userId = ?.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where userId = ?.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards thread flags where userId = ?.
 MBBan MBBanPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.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 MBMailingListPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadFlagPersistenceImpl.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 = ?.
 MBBan MBBanPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.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 MBMailingListPersistenceImpl.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 = ?.
 MBMessage MBMessagePersistenceImpl.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 MBThreadPersistenceImpl.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 MBThreadFlagPersistenceImpl.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 = ?.
 MBBan[] MBBanPersistenceImpl.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 = ?.
 MBCategory[] MBCategoryPersistenceImpl.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 = ?.
 MBDiscussion[] MBDiscussionPersistenceImpl.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[] MBMailingListPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadPersistenceImpl.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[] MBThreadFlagPersistenceImpl.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 = ?.
 List<MBBan> MBBanPersistenceImpl.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> MBBanPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.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> MBCategoryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBDiscussion> MBDiscussionPersistenceImpl.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> MBDiscussionPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.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 = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMailingList> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
 List<MBMessage> MBMessagePersistenceImpl.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> MBMessagePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistenceImpl.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<MBThread> MBThreadPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.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 = ?.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
 MBBan MBBanPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBMessage MBMessagePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
 MBThread MBThreadPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
 MBBan MBBanPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBBan> orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBMessage MBMessagePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBMessage> orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
 MBThread MBThreadPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThreadFlag MBThreadFlagPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
 MBBan[] MBBanPersistenceImpl.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 = ?.
 MBCategory[] MBCategoryPersistenceImpl.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 = ?.
 MBDiscussion[] MBDiscussionPersistenceImpl.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[] MBMailingListPersistenceImpl.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 = ?.
 MBMessage[] MBMessagePersistenceImpl.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[] MBThreadPersistenceImpl.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[] MBThreadFlagPersistenceImpl.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 = ?.
 List<MBBan> MBBanPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBBan> orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ?.
 List<MBBan> MBBanPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards bans where uuid = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBDiscussion> MBDiscussionPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 List<MBDiscussion> MBDiscussionPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBMailingList> orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBMailingList> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards mailing lists where uuid = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBMessage> orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ?.
 List<MBMessage> MBMessagePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message-boards messages where uuid = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ?.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ?.
 List<MBThreadFlag> MBThreadFlagPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBThreadFlag> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards thread flags where uuid = ?.
protected  MBMailingList MBMailingListPersistenceImpl.getByActive_PrevAndNext(Session session, MBMailingList mbMailingList, boolean active, OrderByComparator<MBMailingList> orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByBanUserId_PrevAndNext(Session session, MBBan mbBan, long banUserId, OrderByComparator<MBBan> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByC_C_PrevAndNext(Session session, MBMessage mbMessage, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByC_C_S_PrevAndNext(Session session, MBMessage mbMessage, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByC_P_PrevAndNext(Session session, MBThread mbThread, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByC_S_PrevAndNext(Session session, MBCategory mbCategory, long companyId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByC_S_PrevAndNext(Session session, MBMessage mbMessage, long companyId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBDiscussion MBDiscussionPersistenceImpl.getByClassNameId_PrevAndNext(Session session, MBDiscussion mbDiscussion, long classNameId, OrderByComparator<MBDiscussion> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, MBCategory mbCategory, long companyId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByCompanyId_PrevAndNext(Session session, MBMessage mbMessage, long companyId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_T_A_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_T_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_T_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.getByG_NotU_NotM_PrevAndNext(Session session, MBStatsUser mbStatsUser, long groupId, long userId, int messageCount, OrderByComparator<MBStatsUser> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_U_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_U_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBBan mbBan, long groupId, OrderByComparator<MBBan> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByGroupId_PrevAndNext(Session session, MBMessage mbMessage, long groupId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBStatsUser mbStatsUser, long groupId, OrderByComparator<MBStatsUser> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByL_P_PrevAndNext(Session session, MBThread mbThread, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByT_A_PrevAndNext(Session session, MBMessage mbMessage, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByT_P_PrevAndNext(Session session, MBMessage mbMessage, long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByT_S_PrevAndNext(Session session, MBMessage mbMessage, long threadId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByThreadId_PrevAndNext(Session session, MBMessage mbMessage, long threadId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThreadFlag MBThreadFlagPersistenceImpl.getByThreadId_PrevAndNext(Session session, MBThreadFlag mbThreadFlag, long threadId, OrderByComparator<MBThreadFlag> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByThreadReplies_PrevAndNext(Session session, MBMessage mbMessage, long threadId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByTR_S_PrevAndNext(Session session, MBMessage mbMessage, long threadId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByU_C_C_PrevAndNext(Session session, MBMessage mbMessage, long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByU_C_C_S_PrevAndNext(Session session, MBMessage mbMessage, long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByU_C_PrevAndNext(Session session, MBMessage mbMessage, long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByU_C_S_PrevAndNext(Session session, MBMessage mbMessage, long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByUserId_PrevAndNext(Session session, MBBan mbBan, long userId, OrderByComparator<MBBan> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByUserId_PrevAndNext(Session session, MBMessage mbMessage, long userId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.getByUserId_PrevAndNext(Session session, MBStatsUser mbStatsUser, long userId, OrderByComparator<MBStatsUser> orderByComparator, boolean previous)
           
protected  MBThreadFlag MBThreadFlagPersistenceImpl.getByUserId_PrevAndNext(Session session, MBThreadFlag mbThreadFlag, long userId, OrderByComparator<MBThreadFlag> orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBBan mbBan, String uuid, long companyId, OrderByComparator<MBBan> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBCategory mbCategory, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBDiscussion MBDiscussionPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBDiscussion mbDiscussion, String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator, boolean previous)
           
protected  MBMailingList MBMailingListPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBMailingList mbMailingList, String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBMessage mbMessage, String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThreadFlag MBThreadFlagPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBThreadFlag mbThreadFlag, String uuid, long companyId, OrderByComparator<MBThreadFlag> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBThread mbThread, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByUuid_PrevAndNext(Session session, MBBan mbBan, String uuid, OrderByComparator<MBBan> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_PrevAndNext(Session session, MBCategory mbCategory, String uuid, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBDiscussion MBDiscussionPersistenceImpl.getByUuid_PrevAndNext(Session session, MBDiscussion mbDiscussion, String uuid, OrderByComparator<MBDiscussion> orderByComparator, boolean previous)
           
protected  MBMailingList MBMailingListPersistenceImpl.getByUuid_PrevAndNext(Session session, MBMailingList mbMailingList, String uuid, OrderByComparator<MBMailingList> orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByUuid_PrevAndNext(Session session, MBMessage mbMessage, String uuid, OrderByComparator<MBMessage> orderByComparator, boolean previous)
           
protected  MBThreadFlag MBThreadFlagPersistenceImpl.getByUuid_PrevAndNext(Session session, MBThreadFlag mbThreadFlag, String uuid, OrderByComparator<MBThreadFlag> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByUuid_PrevAndNext(Session session, MBThread mbThread, String uuid, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
 

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

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

Methods in com.liferay.portlet.ratings.service.base with parameters of type OrderByComparator
<T> List<T>
RatingsEntryLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
RatingsStatsLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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
 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_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_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_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_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_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_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.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.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_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_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_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_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ?.
static RatingsEntry RatingsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first 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 RatingsEntry RatingsEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ?.
 List<RatingsEntry> RatingsEntryPersistence.findAll(int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries.
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, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries.
static List<RatingsEntry> RatingsEntryUtil.findAll(int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          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 List<RatingsStats> RatingsStatsUtil.findAll(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings statses.
 List<RatingsStats> RatingsStatsPersistence.findAll(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings statses.
 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_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_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_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_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_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_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_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_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_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_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 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 = ?.
 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_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, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C_S(long classNameId, long classPK, double score, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
static List<RatingsEntry> RatingsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistence.findByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ?.
static RatingsEntry RatingsEntryUtil.findByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first 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_Last(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last 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 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 = ?.
 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.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, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where uuid = ?.
static List<RatingsEntry> RatingsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          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.ratings.service.persistence.impl
 

Methods in com.liferay.portlet.ratings.service.persistence.impl with parameters of type OrderByComparator
 RatingsEntry RatingsEntryPersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistenceImpl.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 RatingsEntryPersistenceImpl.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 RatingsEntryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ?.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries.
 List<RatingsStats> RatingsStatsPersistenceImpl.findAll(int start, int end, OrderByComparator<RatingsStats> orderByComparator)
          Returns an ordered range of all the ratings statses.
 List<RatingsStats> RatingsStatsPersistenceImpl.findAll(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings statses.
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry[] RatingsEntryPersistenceImpl.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 RatingsEntryPersistenceImpl.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 RatingsEntryPersistenceImpl.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[] RatingsEntryPersistenceImpl.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 = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.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> RatingsEntryPersistenceImpl.findByC_C_S(long classNameId, long classPK, double score, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.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> RatingsEntryPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry[] RatingsEntryPersistenceImpl.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 = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.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> RatingsEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ?.
 RatingsEntry[] RatingsEntryPersistenceImpl.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 = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator)
          Returns an ordered range of all the ratings entries where uuid = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the ratings entries where uuid = ?.
protected  RatingsEntry RatingsEntryPersistenceImpl.getByC_C_PrevAndNext(Session session, RatingsEntry ratingsEntry, long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator, boolean previous)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.getByC_C_S_PrevAndNext(Session session, RatingsEntry ratingsEntry, long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator, boolean previous)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, RatingsEntry ratingsEntry, String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator, boolean previous)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, RatingsEntry ratingsEntry, String uuid, OrderByComparator<RatingsEntry> orderByComparator, boolean previous)
           
 

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

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

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

Methods in com.liferay.portlet.social.service.base with parameters of type OrderByComparator
<T> List<T>
SocialRelationLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SocialRequestLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SocialActivityAchievementLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SocialActivitySettingLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SocialActivitySetLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SocialActivityCounterLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SocialActivityLimitLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
SocialActivityLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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> SocialRequestLocalServiceBaseImpl.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
 SocialActivity SocialActivityPersistence.fetchByActivitySetId_First(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
static SocialActivity SocialActivityUtil.fetchByActivitySetId_First(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first 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.fetchByActivitySetId_Last(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where activitySetId = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 SocialActivity SocialActivityPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.fetchByClassNameId_First(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first 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.fetchByClassNameId_Last(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.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 = ?.
 SocialActivity SocialActivityPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
 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_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_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.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 = ?.
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_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_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.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 = ?.
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_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_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.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 = ?.
 SocialActivity SocialActivityPersistence.fetchByGroupId_First(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.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 = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the first social activity set 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 = ?.
 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 = ?.
 SocialActivity SocialActivityPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the last social activity set 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 = ?.
 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 = ?.
 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_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_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.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 = ?.
 SocialActivity SocialActivityPersistence.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.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 = ?.
 SocialActivity SocialActivityPersistence.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
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_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_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.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 = ?.
 SocialActivity SocialActivityPersistence.fetchByUserId_First(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.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 = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the first social activity set 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 = ?.
 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 = ?.
 SocialActivity SocialActivityPersistence.fetchByUserId_Last(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
static SocialActivitySet SocialActivitySetUtil.fetchByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the last social activity set 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 = ?.
 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 = ?.
 List<SocialActivity> SocialActivityPersistence.findAll(int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities.
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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities.
static List<SocialActivity> SocialActivityUtil.findAll(int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          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.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findAll(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity achievements.
static List<SocialActivityAchievement> SocialActivityAchievementUtil.findAll(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          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.
static List<SocialActivityCounter> SocialActivityCounterUtil.findAll(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findAll(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          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<SocialActivityLimit> SocialActivityLimitPersistence.findAll(int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity limits.
static List<SocialActivityLimit> SocialActivityLimitUtil.findAll(int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity limits.
static List<SocialActivitySet> SocialActivitySetUtil.findAll(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns an ordered range of all the social activity sets.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets.
 List<SocialActivitySet> SocialActivitySetPersistence.findAll(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          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<SocialActivitySetting> SocialActivitySettingPersistence.findAll(int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity settings.
static List<SocialActivitySetting> SocialActivitySettingUtil.findAll(int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          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<SocialRelation> SocialRelationPersistence.findAll(int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations.
static List<SocialRelation> SocialRelationUtil.findAll(int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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.
 List<SocialRequest> SocialRequestPersistence.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests.
static List<SocialRequest> SocialRequestUtil.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests.
 SocialActivity SocialActivityPersistence.findByActivitySetId_First(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
static SocialActivity SocialActivityUtil.findByActivitySetId_First(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first 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_Last(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last 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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where activitySetId = ?.
static List<SocialActivity> SocialActivityUtil.findByActivitySetId(long activitySetId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where activitySetId = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 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, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?.
static List<SocialActivity> SocialActivityUtil.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.
 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where classNameId = ? and classPK = ?.
static List<SocialActivity> SocialActivityUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          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 = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<SocialActivityLimit> SocialActivityLimitPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRelation> SocialRelationPersistence.findByC_T(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where companyId = ? and type = ?.
 SocialActivity SocialActivityPersistence.findByClassNameId_First(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
static SocialActivity SocialActivityUtil.findByClassNameId_First(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first 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_Last(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last 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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where classNameId = ?.
static List<SocialActivity> SocialActivityUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where classNameId = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_First(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
static SocialActivity SocialActivityUtil.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 = ?.
 SocialActivity SocialActivityPersistence.findByCompanyId_Last(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 List<SocialActivity> SocialActivityPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where companyId = ?.
static List<SocialActivity> SocialActivityUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          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<SocialRelation> SocialRelationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findByG_A(long groupId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findByG_C_A(long groupId, long classNameId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_F(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_N(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
 SocialActivity SocialActivityPersistence.findByG_U_C_C_T_R_First(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<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_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_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_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_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 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 = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static List<SocialActivity> SocialActivityUtil.findByG_U_C_C_T_R(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
static SocialActivitySet SocialActivitySetUtil.findByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator<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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_U_F(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
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_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_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_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_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 = ?.
 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 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_First(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
static SocialActivity SocialActivityUtil.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 = ?.
static SocialActivitySet SocialActivitySetUtil.findByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the first social activity set 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 = ?.
 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 = ?.
 SocialActivity SocialActivityPersistence.findByGroupId_Last(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
static SocialActivitySet SocialActivitySetUtil.findByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the last social activity set 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 List<SocialActivity> SocialActivityPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where groupId = ?.
static List<SocialActivity> SocialActivityUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<SocialActivityLimit> SocialActivityLimitPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity limits 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where groupId = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity settings where groupId = ?.
 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_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_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_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_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 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 = ?.
 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 = ?.
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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?.
static List<SocialActivity> SocialActivityUtil.findByM_C_C(long mirrorActivityId, long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
static SocialActivity SocialActivityUtil.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 = ?.
 SocialActivity SocialActivityPersistence.findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 List<SocialActivity> SocialActivityPersistence.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where receiverUserId = ?.
static List<SocialActivity> SocialActivityUtil.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRelation> SocialRelationPersistence.findByType(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where type = ?.
static SocialActivitySet SocialActivitySetUtil.findByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator<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_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_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_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_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 = ?.
 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 = ?.
 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<SocialRequest> SocialRequestPersistence.findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static List<SocialActivitySet> SocialActivitySetUtil.findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByU_S(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_T(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_U2(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRelation> SocialRelationPersistence.findByU2_T(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where userId2 = ? and type = ?.
 SocialActivity SocialActivityPersistence.findByUserId_First(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
static SocialActivity SocialActivityUtil.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 = ?.
static SocialActivitySet SocialActivitySetUtil.findByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the first social activity set 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 = ?.
 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 = ?.
 SocialActivity SocialActivityPersistence.findByUserId_Last(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity 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 = ?.
 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 = ?.
static SocialActivitySet SocialActivitySetUtil.findByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the last social activity set 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 = ?.
 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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
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 = ?.
 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 = ?.
 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 = ?.
 List<SocialActivity> SocialActivityPersistence.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities 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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where userId = ?.
static List<SocialActivity> SocialActivityUtil.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          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<SocialActivityLimit> SocialActivityLimitPersistence.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity limits 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<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, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where userId = ?.
 List<SocialActivitySet> SocialActivitySetPersistence.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId1(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId2(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<SocialRelation> SocialRelationPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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<SocialRelation> SocialRelationPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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 = ?.
 List<SocialRequest> SocialRequestPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          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, boolean retrieveFromCache)
          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.service.persistence.impl
 

Methods in com.liferay.portlet.social.service.persistence.impl with parameters of type OrderByComparator
 SocialActivity SocialActivityPersistenceImpl.fetchByActivitySetId_First(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByActivitySetId_Last(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where activitySetId = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.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 SocialActivityLimitPersistenceImpl.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 SocialRequestPersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.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 SocialActivityLimitPersistenceImpl.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 SocialRequestPersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 = ?.
 SocialActivity SocialActivityPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 SocialRequestPersistenceImpl.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 SocialRequestPersistenceImpl.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 SocialRelationPersistenceImpl.fetchByC_T_First(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByC_T_Last(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where companyId = ? and type = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByClassNameId_First(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByClassNameId_Last(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where companyId = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
 SocialActivitySetting SocialActivitySettingPersistenceImpl.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 SocialActivitySettingPersistenceImpl.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 SocialActivitySettingPersistenceImpl.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 SocialActivitySettingPersistenceImpl.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 = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.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 SocialActivityCounterPersistenceImpl.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 SocialActivitySettingPersistenceImpl.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 SocialActivitySettingPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.fetchByG_N_Last(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.
 SocialActivity SocialActivityPersistenceImpl.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 SocialActivityPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
 SocialActivityLimit SocialActivityLimitPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns the first social activity limit in the ordered set where groupId = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
 SocialActivitySetting SocialActivitySettingPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
 SocialActivityLimit SocialActivityLimitPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns the last social activity limit in the ordered set where groupId = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ?.
 SocialActivitySetting SocialActivitySettingPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistenceImpl.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 SocialActivityPersistenceImpl.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 SocialRequestPersistenceImpl.fetchByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByType_First(int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByType_Last(int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 SocialRequestPersistenceImpl.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 SocialRequestPersistenceImpl.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 SocialRequestPersistenceImpl.fetchByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByU1_T_First(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByU1_T_Last(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByU1_U2_First(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByU1_U2_Last(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByU2_T_First(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByU2_T_Last(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ? and type = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
 SocialActivityLimit SocialActivityLimitPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns the first social activity limit in the ordered set where userId = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
 SocialActivityLimit SocialActivityLimitPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns the last social activity limit in the ordered set where userId = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the last social activity set in the ordered set where userId = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByUserId1_First(long userId1, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByUserId1_Last(long userId1, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByUserId2_First(long userId2, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByUserId2_Last(long userId2, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where uuid = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
 SocialRequest SocialRequestPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities.
 List<SocialActivity> SocialActivityPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities.
 List<SocialActivityAchievement> SocialActivityAchievementPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator)
          Returns an ordered range of all the social activity achievements.
 List<SocialActivityAchievement> SocialActivityAchievementPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity achievements.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns an ordered range of all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity counters.
 List<SocialActivityLimit> SocialActivityLimitPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns an ordered range of all the social activity limits.
 List<SocialActivityLimit> SocialActivityLimitPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity limits.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns an ordered range of all the social activity sets.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets.
 List<SocialActivitySetting> SocialActivitySettingPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator)
          Returns an ordered range of all the social activity settings.
 List<SocialActivitySetting> SocialActivitySettingPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity settings.
 List<SocialRelation> SocialRelationPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialRelation> orderByComparator)
          Returns an ordered range of all the social relations.
 List<SocialRelation> SocialRelationPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations.
 List<SocialRequest> SocialRequestPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests.
 List<SocialRequest> SocialRequestPersistenceImpl.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests.
 SocialActivity SocialActivityPersistenceImpl.findByActivitySetId_First(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where activitySetId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByActivitySetId_Last(long activitySetId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where activitySetId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.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 = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByActivitySetId(long activitySetId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities where activitySetId = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByActivitySetId(long activitySetId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where activitySetId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.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 SocialActivityLimitPersistenceImpl.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 SocialRequestPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity SocialActivityPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.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 SocialActivityLimitPersistenceImpl.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 SocialRequestPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ?.
 SocialActivity[] SocialActivityPersistenceImpl.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 = ?.
 SocialActivityCounter[] SocialActivityCounterPersistenceImpl.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[] SocialActivityLimitPersistenceImpl.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[] SocialRequestPersistenceImpl.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 = ?.
 SocialActivity SocialActivityPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 = ?.
 SocialActivity SocialActivityPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 = ?.
 SocialActivity[] SocialActivityPersistenceImpl.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[] SocialActivitySetPersistenceImpl.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 SocialRequestPersistenceImpl.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 SocialRequestPersistenceImpl.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[] SocialRequestPersistenceImpl.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> SocialRequestPersistenceImpl.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 = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.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> SocialActivityPersistenceImpl.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.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 = ?.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.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> SocialActivityPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.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> SocialActivityCounterPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityLimit> SocialActivityLimitPersistenceImpl.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<SocialActivityLimit> SocialActivityLimitPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.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 = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.
 SocialRelation SocialRelationPersistenceImpl.findByC_T_First(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByC_T_Last(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.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> SocialRelationPersistenceImpl.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 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByC_T(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where companyId = ? and type = ?.
 SocialActivity SocialActivityPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where classNameId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where classNameId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.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 = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByClassNameId(long classNameId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities where classNameId = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByClassNameId(long classNameId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where classNameId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where companyId = ?.
 SocialRequest SocialRequestPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
 SocialRequest SocialRequestPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.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[] SocialRelationPersistenceImpl.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[] SocialRequestPersistenceImpl.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 = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities where companyId = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where companyId = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator)
          Returns an ordered range of all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where companyId = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where companyId = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where companyId = ?.
 SocialActivitySetting SocialActivitySettingPersistenceImpl.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 SocialActivitySettingPersistenceImpl.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[] SocialActivitySettingPersistenceImpl.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> SocialActivitySettingPersistenceImpl.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 = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistenceImpl.findByG_A(long groupId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?.
 SocialActivitySetting SocialActivitySettingPersistenceImpl.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 SocialActivitySettingPersistenceImpl.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[] SocialActivitySettingPersistenceImpl.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> SocialActivitySettingPersistenceImpl.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 = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistenceImpl.findByG_C_A(long groupId, long classNameId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.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 SocialActivityCounterPersistenceImpl.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[] SocialActivityCounterPersistenceImpl.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 = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.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> SocialActivityCounterPersistenceImpl.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivitySetting SocialActivitySettingPersistenceImpl.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 SocialActivitySettingPersistenceImpl.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[] SocialActivitySettingPersistenceImpl.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> SocialActivitySettingPersistenceImpl.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 = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistenceImpl.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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[] SocialActivityAchievementPersistenceImpl.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> SocialActivityAchievementPersistenceImpl.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 = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistenceImpl.findByG_F(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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[] SocialActivityAchievementPersistenceImpl.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> SocialActivityAchievementPersistenceImpl.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 = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistenceImpl.findByG_N(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.
 SocialActivity SocialActivityPersistenceImpl.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 SocialActivityPersistenceImpl.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[] SocialActivityPersistenceImpl.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 = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.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> SocialActivityPersistenceImpl.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, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.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 SocialActivitySetPersistenceImpl.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[] SocialActivitySetPersistenceImpl.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> SocialActivitySetPersistenceImpl.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 = ?.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.
 SocialActivityAchievement SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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[] SocialActivityAchievementPersistenceImpl.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> SocialActivityAchievementPersistenceImpl.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 = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistenceImpl.findByG_U_F(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.
 SocialActivityAchievement SocialActivityAchievementPersistenceImpl.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 SocialActivityAchievementPersistenceImpl.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[] SocialActivityAchievementPersistenceImpl.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 SocialActivitySetPersistenceImpl.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 SocialActivitySetPersistenceImpl.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[] SocialActivitySetPersistenceImpl.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> SocialActivitySetPersistenceImpl.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<SocialActivitySet> SocialActivitySetPersistenceImpl.findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistenceImpl.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 = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where groupId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator)
          Returns the first social activity achievement in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
 SocialActivityLimit SocialActivityLimitPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns the first social activity limit in the ordered set where groupId = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
 SocialActivitySetting SocialActivitySettingPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator)
          Returns the first social activity setting in the ordered set where groupId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where groupId = ?.
 SocialActivityAchievement SocialActivityAchievementPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator)
          Returns the last social activity achievement in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
 SocialActivityLimit SocialActivityLimitPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns the last social activity limit in the ordered set where groupId = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ?.
 SocialActivitySetting SocialActivitySettingPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator)
          Returns the last social activity setting in the ordered set where groupId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.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[] SocialActivityAchievementPersistenceImpl.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 = ?.
 SocialActivityCounter[] SocialActivityCounterPersistenceImpl.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[] SocialActivityLimitPersistenceImpl.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[] SocialActivitySetPersistenceImpl.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[] SocialActivitySettingPersistenceImpl.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 = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities where groupId = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where groupId = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator)
          Returns an ordered range of all the social activity achievements where groupId = ?.
 List<SocialActivityAchievement> SocialActivityAchievementPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity achievements where groupId = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity counters where groupId = ?.
 List<SocialActivityLimit> SocialActivityLimitPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns an ordered range of all the social activity limits where groupId = ?.
 List<SocialActivityLimit> SocialActivityLimitPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity limits where groupId = ?.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns an ordered range of all the social activity sets where groupId = ?.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where groupId = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator)
          Returns an ordered range of all the social activity settings where groupId = ?.
 List<SocialActivitySetting> SocialActivitySettingPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity settings where groupId = ?.
 SocialActivity SocialActivityPersistenceImpl.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 SocialActivityPersistenceImpl.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[] SocialActivityPersistenceImpl.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 = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.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> SocialActivityPersistenceImpl.findByM_C_C(long mirrorActivityId, long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?.
 SocialRequest SocialRequestPersistenceImpl.findByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest SocialRequestPersistenceImpl.findByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest[] SocialRequestPersistenceImpl.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> SocialRequestPersistenceImpl.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 = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
 SocialActivity SocialActivityPersistenceImpl.findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where receiverUserId = ?.
 SocialRequest SocialRequestPersistenceImpl.findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where receiverUserId = ?.
 SocialRequest SocialRequestPersistenceImpl.findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.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[] SocialRequestPersistenceImpl.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 = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities where receiverUserId = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where receiverUserId = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where receiverUserId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByType_First(int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByType_Last(int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.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> SocialRelationPersistenceImpl.findByType(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator)
          Returns an ordered range of all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByType(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where type = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.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 SocialActivitySetPersistenceImpl.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[] SocialActivitySetPersistenceImpl.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 SocialRequestPersistenceImpl.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 SocialRequestPersistenceImpl.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[] SocialRequestPersistenceImpl.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> SocialRequestPersistenceImpl.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<SocialRequest> SocialRequestPersistenceImpl.findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.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 = ?.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialRequest SocialRequestPersistenceImpl.findByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
 SocialRequest SocialRequestPersistenceImpl.findByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
 SocialRequest[] SocialRequestPersistenceImpl.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> SocialRequestPersistenceImpl.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 = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByU_S(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where userId = ? and status = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU1_T_First(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU1_T_Last(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.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> SocialRelationPersistenceImpl.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 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByU1_T(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU1_U2_First(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU1_U2_Last(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation[] SocialRelationPersistenceImpl.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> SocialRelationPersistenceImpl.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 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByU1_U2(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU2_T_First(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU2_T_Last(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.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> SocialRelationPersistenceImpl.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 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByU2_T(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where userId2 = ? and type = ?.
 SocialActivity SocialActivityPersistenceImpl.findByUserId_First(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the first social activity in the ordered set where userId = ?.
 SocialActivityLimit SocialActivityLimitPersistenceImpl.findByUserId_First(long userId, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns the first social activity limit in the ordered set where userId = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.findByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
 SocialRequest SocialRequestPersistenceImpl.findByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
 SocialActivity SocialActivityPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<SocialActivity> orderByComparator)
          Returns the last social activity in the ordered set where userId = ?.
 SocialActivityLimit SocialActivityLimitPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns the last social activity limit in the ordered set where userId = ?.
 SocialActivitySet SocialActivitySetPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns the last social activity set in the ordered set where userId = ?.
 SocialRequest SocialRequestPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
 SocialActivity[] SocialActivityPersistenceImpl.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[] SocialActivityLimitPersistenceImpl.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[] SocialActivitySetPersistenceImpl.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[] SocialRequestPersistenceImpl.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 = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivity> orderByComparator)
          Returns an ordered range of all the social activities where userId = ?.
 List<SocialActivity> SocialActivityPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activities where userId = ?.
 List<SocialActivityLimit> SocialActivityLimitPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator)
          Returns an ordered range of all the social activity limits where userId = ?.
 List<SocialActivityLimit> SocialActivityLimitPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity limits where userId = ?.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
          Returns an ordered range of all the social activity sets where userId = ?.
 List<SocialActivitySet> SocialActivitySetPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity sets where userId = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where userId = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where userId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId1_First(long userId1, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId1_Last(long userId1, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
 SocialRelation[] SocialRelationPersistenceImpl.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> SocialRelationPersistenceImpl.findByUserId1(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUserId1(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where userId1 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId2_First(long userId2, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId2_Last(long userId2, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
 SocialRelation[] SocialRelationPersistenceImpl.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> SocialRelationPersistenceImpl.findByUserId2(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator)
          Returns an ordered range of all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUserId2(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRequest SocialRequestPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where uuid = ? and companyId = ?.
 SocialRequest SocialRequestPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
 SocialRelation[] SocialRelationPersistenceImpl.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[] SocialRequestPersistenceImpl.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> SocialRelationPersistenceImpl.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<SocialRelation> SocialRelationPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where uuid = ? and companyId = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.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 = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where uuid = ? and companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<SocialRelation> orderByComparator)
          Returns the first social relation in the ordered set where uuid = ?.
 SocialRequest SocialRequestPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<SocialRelation> orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
 SocialRequest SocialRequestPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
 SocialRelation[] SocialRelationPersistenceImpl.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[] SocialRequestPersistenceImpl.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> SocialRelationPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator)
          Returns an ordered range of all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social relations where uuid = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where uuid = ?.
 List<SocialRequest> SocialRequestPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where uuid = ?.
protected  SocialActivity SocialActivityPersistenceImpl.getByActivitySetId_PrevAndNext(Session session, SocialActivity socialActivity, long activitySetId, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.getByC_C_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator, boolean previous)
           
protected  SocialActivityLimit SocialActivityLimitPersistenceImpl.getByC_C_PrevAndNext(Session session, SocialActivityLimit socialActivityLimit, long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator, boolean previous)
           
protected  SocialActivity SocialActivityPersistenceImpl.getByC_C_PrevAndNext(Session session, SocialActivity socialActivity, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByC_C_PrevAndNext(Session session, SocialRequest socialRequest, long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
protected  SocialActivity SocialActivityPersistenceImpl.getByC_C_T_PrevAndNext(Session session, SocialActivity socialActivity, long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialActivitySet SocialActivitySetPersistenceImpl.getByC_C_T_PrevAndNext(Session session, SocialActivitySet socialActivitySet, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByC_C_T_R_S_PrevAndNext(Session session, SocialRequest socialRequest, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByC_T_PrevAndNext(Session session, SocialRelation socialRelation, long companyId, int type, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialActivity SocialActivityPersistenceImpl.getByClassNameId_PrevAndNext(Session session, SocialActivity socialActivity, long classNameId, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialActivity SocialActivityPersistenceImpl.getByCompanyId_PrevAndNext(Session session, SocialActivity socialActivity, long companyId, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, SocialRelation socialRelation, long companyId, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByCompanyId_PrevAndNext(Session session, SocialRequest socialRequest, long companyId, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
protected  SocialActivitySetting SocialActivitySettingPersistenceImpl.getByG_A_PrevAndNext(Session session, SocialActivitySetting socialActivitySetting, long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator, boolean previous)
           
protected  SocialActivitySetting SocialActivitySettingPersistenceImpl.getByG_C_A_PrevAndNext(Session session, SocialActivitySetting socialActivitySetting, long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator, boolean previous)
           
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.getByG_C_C_O_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator, boolean previous)
           
protected  SocialActivitySetting SocialActivitySettingPersistenceImpl.getByG_C_PrevAndNext(Session session, SocialActivitySetting socialActivitySetting, long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator, boolean previous)
           
protected  SocialActivityAchievement SocialActivityAchievementPersistenceImpl.getByG_F_PrevAndNext(Session session, SocialActivityAchievement socialActivityAchievement, long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean previous)
           
protected  SocialActivityAchievement SocialActivityAchievementPersistenceImpl.getByG_N_PrevAndNext(Session session, SocialActivityAchievement socialActivityAchievement, long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean previous)
           
protected  SocialActivity SocialActivityPersistenceImpl.getByG_U_C_C_T_R_PrevAndNext(Session session, SocialActivity socialActivity, long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialActivitySet SocialActivitySetPersistenceImpl.getByG_U_C_T_PrevAndNext(Session session, SocialActivitySet socialActivitySet, long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator, boolean previous)
           
protected  SocialActivityAchievement SocialActivityAchievementPersistenceImpl.getByG_U_F_PrevAndNext(Session session, SocialActivityAchievement socialActivityAchievement, long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean previous)
           
protected  SocialActivityAchievement SocialActivityAchievementPersistenceImpl.getByG_U_PrevAndNext(Session session, SocialActivityAchievement socialActivityAchievement, long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean previous)
           
protected  SocialActivitySet SocialActivitySetPersistenceImpl.getByG_U_T_PrevAndNext(Session session, SocialActivitySet socialActivitySet, long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator, boolean previous)
           
protected  SocialActivityAchievement SocialActivityAchievementPersistenceImpl.getByGroupId_PrevAndNext(Session session, SocialActivityAchievement socialActivityAchievement, long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean previous)
           
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.getByGroupId_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long groupId, OrderByComparator<SocialActivityCounter> orderByComparator, boolean previous)
           
protected  SocialActivityLimit SocialActivityLimitPersistenceImpl.getByGroupId_PrevAndNext(Session session, SocialActivityLimit socialActivityLimit, long groupId, OrderByComparator<SocialActivityLimit> orderByComparator, boolean previous)
           
protected  SocialActivity SocialActivityPersistenceImpl.getByGroupId_PrevAndNext(Session session, SocialActivity socialActivity, long groupId, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialActivitySet SocialActivitySetPersistenceImpl.getByGroupId_PrevAndNext(Session session, SocialActivitySet socialActivitySet, long groupId, OrderByComparator<SocialActivitySet> orderByComparator, boolean previous)
           
protected  SocialActivitySetting SocialActivitySettingPersistenceImpl.getByGroupId_PrevAndNext(Session session, SocialActivitySetting socialActivitySetting, long groupId, OrderByComparator<SocialActivitySetting> orderByComparator, boolean previous)
           
protected  SocialActivity SocialActivityPersistenceImpl.getByM_C_C_PrevAndNext(Session session, SocialActivity socialActivity, long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByR_S_PrevAndNext(Session session, SocialRequest socialRequest, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
protected  SocialActivity SocialActivityPersistenceImpl.getByReceiverUserId_PrevAndNext(Session session, SocialActivity socialActivity, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByReceiverUserId_PrevAndNext(Session session, SocialRequest socialRequest, long receiverUserId, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByType_PrevAndNext(Session session, SocialRelation socialRelation, int type, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialActivitySet SocialActivitySetPersistenceImpl.getByU_C_C_T_PrevAndNext(Session session, SocialActivitySet socialActivitySet, long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByU_C_C_T_S_PrevAndNext(Session session, SocialRequest socialRequest, long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByU_S_PrevAndNext(Session session, SocialRequest socialRequest, long userId, int status, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByU1_T_PrevAndNext(Session session, SocialRelation socialRelation, long userId1, int type, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByU1_U2_PrevAndNext(Session session, SocialRelation socialRelation, long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByU2_T_PrevAndNext(Session session, SocialRelation socialRelation, long userId2, int type, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialActivityLimit SocialActivityLimitPersistenceImpl.getByUserId_PrevAndNext(Session session, SocialActivityLimit socialActivityLimit, long userId, OrderByComparator<SocialActivityLimit> orderByComparator, boolean previous)
           
protected  SocialActivity SocialActivityPersistenceImpl.getByUserId_PrevAndNext(Session session, SocialActivity socialActivity, long userId, OrderByComparator<SocialActivity> orderByComparator, boolean previous)
           
protected  SocialActivitySet SocialActivitySetPersistenceImpl.getByUserId_PrevAndNext(Session session, SocialActivitySet socialActivitySet, long userId, OrderByComparator<SocialActivitySet> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByUserId_PrevAndNext(Session session, SocialRequest socialRequest, long userId, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUserId1_PrevAndNext(Session session, SocialRelation socialRelation, long userId1, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUserId2_PrevAndNext(Session session, SocialRelation socialRelation, long userId2, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUuid_C_PrevAndNext(Session session, SocialRelation socialRelation, String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByUuid_C_PrevAndNext(Session session, SocialRequest socialRequest, String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUuid_PrevAndNext(Session session, SocialRelation socialRelation, String uuid, OrderByComparator<SocialRelation> orderByComparator, boolean previous)
           
protected  SocialRequest SocialRequestPersistenceImpl.getByUuid_PrevAndNext(Session session, SocialRequest socialRequest, String uuid, OrderByComparator<SocialRequest> orderByComparator, boolean previous)
           
 

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.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.
<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.
<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.
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.
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.
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> TrashEntryLocalService.getEntries(long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
          Returns a range of all the trash entries matching the group ID.
 TrashEntryList TrashEntryServiceWrapper.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.
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.
 TrashEntryList TrashEntryService.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.base
 

Methods in com.liferay.portlet.trash.service.base with parameters of type OrderByComparator
<T> List<T>
TrashVersionLocalServiceBaseImpl.dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
<T> List<T>
TrashEntryLocalServiceBaseImpl.dynamicQuery(DynamicQuery 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.trash.service.http
 

Methods in com.liferay.portlet.trash.service.http with parameters of type OrderByComparator
static TrashEntryList TrashEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal, long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
           
static TrashEntryList TrashEntryServiceSoap.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.impl
 

Methods in com.liferay.portlet.trash.service.impl with parameters of type OrderByComparator
 List<TrashEntry> TrashEntryLocalServiceImpl.getEntries(long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
          Returns a range of all the trash entries matching the group ID.
 TrashEntryList TrashEntryServiceImpl.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
static TrashEntry TrashEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first 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 = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 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_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_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.fetchByE_C_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.fetchByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.fetchByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first 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 = ?.
static TrashVersion TrashVersionUtil.fetchByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
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_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_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last 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_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_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_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last 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.fetchByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first 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 = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries.
 List<TrashVersion> TrashVersionPersistence.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions.
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, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions.
static List<TrashVersion> TrashVersionUtil.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions.
static TrashEntry TrashEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last 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 = ?.
 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 List<TrashEntry> TrashEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries 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, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where companyId = ?.
 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_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_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_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_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 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 = ?.
 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 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, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
static List<TrashVersion> TrashVersionUtil.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first 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_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last 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 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 = ?.
 List<TrashVersion> TrashVersionPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions 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, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ?.
static List<TrashVersion> TrashVersionUtil.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ?.
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_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_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_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_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 = ?.
 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 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 = ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
 List<TrashEntry> TrashEntryPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
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_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_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_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_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 < ?.
 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 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 < ?.
 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, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
 List<TrashEntry> TrashEntryPersistence.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.findByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last 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 = ?.
 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 List<TrashEntry> TrashEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries 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, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          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.service.persistence.impl
 

Methods in com.liferay.portlet.trash.service.persistence.impl with parameters of type OrderByComparator
 TrashEntry TrashEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashVersion TrashVersionPersistenceImpl.fetchByE_C_First(long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.fetchByE_C_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.fetchByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistenceImpl.fetchByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries.
 List<TrashVersion> TrashVersionPersistenceImpl.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions.
 List<TrashVersion> TrashVersionPersistenceImpl.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions.
 TrashEntry TrashEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.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> TrashEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where companyId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByE_C_First(long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByE_C_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion[] TrashVersionPersistenceImpl.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 = ?.
 List<TrashVersion> TrashVersionPersistenceImpl.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> TrashVersionPersistenceImpl.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 TrashVersion[] TrashVersionPersistenceImpl.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 = ?.
 List<TrashVersion> TrashVersionPersistenceImpl.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ?.
 List<TrashVersion> TrashVersionPersistenceImpl.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.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> TrashEntryPersistenceImpl.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 = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry[] TrashEntryPersistenceImpl.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> TrashEntryPersistenceImpl.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 < ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.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> TrashEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ?.
protected  TrashEntry TrashEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, TrashEntry trashEntry, long companyId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashVersion TrashVersionPersistenceImpl.getByE_C_PrevAndNext(Session session, TrashVersion trashVersion, long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator, boolean previous)
           
protected  TrashVersion TrashVersionPersistenceImpl.getByEntryId_PrevAndNext(Session session, TrashVersion trashVersion, long entryId, OrderByComparator<TrashVersion> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_C_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_LtCD_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
 

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

Methods in com.liferay.portlet.trash.util that return OrderByComparator
static OrderByComparator<TrashEntry> TrashUtil.getEntryOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<TrashEntry> Trash.getEntryOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<TrashEntry> TrashImpl.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<Group> UsersAdminImpl.getGroupOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<Organization> UsersAdmin.getOrganizationOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<Organization> UsersAdminUtil.getOrganizationOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<Organization> UsersAdminImpl.getOrganizationOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<Role> UsersAdmin.getRoleOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<Role> UsersAdminUtil.getRoleOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<Role> UsersAdminImpl.getRoleOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<UserGroup> UsersAdmin.getUserGroupOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<UserGroup> UsersAdminUtil.getUserGroupOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<UserGroup> UsersAdminImpl.getUserGroupOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<User> UsersAdmin.getUserOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<User> UsersAdminUtil.getUserOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<User> UsersAdminImpl.getUserOrderByComparator(String orderByCol, String orderByType)
           
 

Uses of OrderByComparator in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui that return OrderByComparator
 OrderByComparator<R> SearchContainerTag.getOrderByComparator()
           
 

Methods in com.liferay.taglib.ui with parameters of type OrderByComparator
 void SearchContainerTag.setOrderByComparator(OrderByComparator<R> orderByComparator)
           
 

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

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


Liferay 7.0-ce-b1