Liferay 6.2.0

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

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

Uses of OrderByComparator in com.liferay.counter.service
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Uses of OrderByComparator in com.liferay.portal.model
 

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

Uses of OrderByComparator in com.liferay.portal.portletfilerepository
 

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

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

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

Uses of OrderByComparator in com.liferay.portal.service
 

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

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

Methods in com.liferay.portal.service.persistence with parameters of type OrderByComparator
abstract  Contact ContactPersistence.fetchByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
abstract  Contact ContactPersistence.fetchByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
abstract  Country CountryPersistence.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first country in the ordered set where active = ?.
static Region RegionUtil.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
static Country CountryUtil.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first country in the ordered set where active = ?.
abstract  Region RegionPersistence.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
abstract  Country CountryPersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last country in the ordered set where active = ?.
static Region RegionUtil.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
static Country CountryUtil.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last country in the ordered set where active = ?.
abstract  Region RegionPersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
abstract  ServiceComponent ServiceComponentPersistence.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
abstract  ServiceComponent ServiceComponentPersistence.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.fetchByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
abstract  Group GroupPersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
abstract  Region RegionPersistence.fetchByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
static Group GroupUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.fetchByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
abstract  Group GroupPersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
abstract  Region RegionPersistence.fetchByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
static Group GroupUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
static Phone PhoneUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Phone PhonePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Subscription SubscriptionPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Website WebsitePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Phone PhonePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Subscription SubscriptionPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Website WebsitePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.fetchByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.fetchByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
abstract  Address AddressPersistence.fetchByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.fetchByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Phone PhoneUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Phone PhonePersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Address AddressPersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Website WebsitePersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Phone PhonePersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Address AddressPersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Website WebsitePersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
abstract  Contact ContactPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
abstract  Phone PhonePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
abstract  Group GroupPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
abstract  Website WebsitePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
abstract  Contact ContactPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
abstract  Phone PhonePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
abstract  Group GroupPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
abstract  Website WebsitePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress EmailAddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
abstract  Group GroupPersistence.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
abstract  Group GroupPersistence.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
abstract  Ticket TicketPersistence.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
abstract  Ticket TicketPersistence.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
abstract  User UserPersistence.fetchByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.fetchByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
abstract  User UserPersistence.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.fetchByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
abstract  User UserPersistence.fetchByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.fetchByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
abstract  User UserPersistence.fetchByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.fetchByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
abstract  ResourceBlock ResourceBlockPersistence.fetchByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
abstract  ResourceBlock ResourceBlockPersistence.fetchByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
abstract  Layout LayoutPersistence.fetchByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
abstract  Layout LayoutPersistence.fetchByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  User UserPersistence.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.fetchByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
abstract  User UserPersistence.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.fetchByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
abstract  ResourceBlock ResourceBlockPersistence.fetchByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
abstract  ResourceBlock ResourceBlockPersistence.fetchByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
abstract  ResourceTypePermission ResourceTypePermissionPersistence.fetchByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
abstract  ResourceTypePermission ResourceTypePermissionPersistence.fetchByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static Organization OrganizationUtil.fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  Organization OrganizationPersistence.fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  UserGroup UserGroupPersistence.fetchByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.fetchByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
abstract  Group GroupPersistence.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Organization OrganizationUtil.fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  Organization OrganizationPersistence.fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  UserGroup UserGroupPersistence.fetchByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.fetchByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
abstract  Group GroupPersistence.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
abstract  Group GroupPersistence.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
abstract  Group GroupPersistence.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
abstract  Group GroupPersistence.fetchByC_S_First(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_First(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
abstract  User UserPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
static User UserUtil.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
abstract  Group GroupPersistence.fetchByC_S_Last(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_Last(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
abstract  User UserPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
static User UserUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
abstract  Role RolePersistence.fetchByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
static Role RoleUtil.fetchByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
static Organization OrganizationUtil.fetchByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
abstract  Organization OrganizationPersistence.fetchByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
abstract  Role RolePersistence.fetchByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
static Role RoleUtil.fetchByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
static Organization OrganizationUtil.fetchByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
abstract  Organization OrganizationPersistence.fetchByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
abstract  Contact ContactPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
abstract  User UserPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
abstract  Role RolePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
static User UserUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
abstract  Phone PhonePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
abstract  Organization OrganizationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
abstract  UserTracker UserTrackerPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
abstract  Layout LayoutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
abstract  UserGroup UserGroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static Role RoleUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
abstract  Address AddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
abstract  Group GroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
abstract  Website WebsitePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Address AddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
abstract  Portlet PortletPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Layout LayoutUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
abstract  PluginSetting PluginSettingPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
abstract  Contact ContactPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
abstract  User UserPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
abstract  Role RolePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
static User UserUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
abstract  Phone PhonePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
abstract  Organization OrganizationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
abstract  UserTracker UserTrackerPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
abstract  Layout LayoutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
abstract  UserGroup UserGroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static Role RoleUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
abstract  Address AddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
abstract  Group GroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
abstract  Website WebsitePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Address AddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
static Portlet PortletUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
abstract  Portlet PortletPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Layout LayoutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
abstract  PluginSetting PluginSettingPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static Region RegionUtil.fetchByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
abstract  Region RegionPersistence.fetchByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
static Region RegionUtil.fetchByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
abstract  Region RegionPersistence.fetchByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
abstract  User UserPersistence.fetchByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.fetchByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
abstract  User UserPersistence.fetchByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
static User UserUtil.fetchByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
abstract  WorkflowInstanceLink WorkflowInstanceLinkPersistence.fetchByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.fetchByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
abstract  WorkflowInstanceLink WorkflowInstanceLinkPersistence.fetchByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.fetchByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  SystemEvent SystemEventPersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  SystemEvent SystemEventPersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  SystemEvent SystemEventPersistence.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  SystemEvent SystemEventPersistence.fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  PortletItem PortletItemPersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
abstract  PortletItem PortletItemPersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
abstract  Group GroupPersistence.fetchByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
abstract  Group GroupPersistence.fetchByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
abstract  PortletItem PortletItemPersistence.fetchByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
abstract  PortletItem PortletItemPersistence.fetchByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.fetchByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
abstract  Layout LayoutPersistence.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  Layout LayoutPersistence.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.fetchByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.fetchByG_P_M_Last(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByG_P_M_Last(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
abstract  Layout LayoutPersistence.fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
abstract  Layout LayoutPersistence.fetchByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.fetchByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
abstract  Layout LayoutPersistence.fetchByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
static Layout LayoutUtil.fetchByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
abstract  Layout LayoutPersistence.fetchByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
static Layout LayoutUtil.fetchByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
abstract  Layout LayoutPersistence.fetchByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.fetchByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
abstract  Layout LayoutPersistence.fetchByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.fetchByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
abstract  MembershipRequest MembershipRequestPersistence.fetchByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent SystemEventUtil.fetchByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  SystemEvent SystemEventPersistence.fetchByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  MembershipRequest MembershipRequestPersistence.fetchByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent SystemEventUtil.fetchByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  SystemEvent SystemEventPersistence.fetchByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
abstract  MembershipRequest MembershipRequestPersistence.fetchByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
abstract  MembershipRequest MembershipRequestPersistence.fetchByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest MembershipRequestUtil.fetchByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
abstract  Repository RepositoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
abstract  MembershipRequest MembershipRequestPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static Repository RepositoryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
abstract  Layout LayoutPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
abstract  Team TeamPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static Team TeamUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
abstract  SystemEvent SystemEventPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
abstract  LayoutSet LayoutSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
static Layout LayoutUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
abstract  Repository RepositoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
abstract  MembershipRequest MembershipRequestPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static Repository RepositoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
abstract  Layout LayoutPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
abstract  Team TeamPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static Team TeamUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
abstract  SystemEvent SystemEventPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
abstract  LayoutSet LayoutSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
static Layout LayoutUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
abstract  LayoutBranch LayoutBranchPersistence.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutBranch LayoutBranchPersistence.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutBranch LayoutBranchPersistence.fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
abstract  LayoutBranch LayoutBranchPersistence.fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch LayoutBranchUtil.fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
abstract  Layout LayoutPersistence.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
abstract  Layout LayoutPersistence.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
abstract  LayoutBranch LayoutBranchPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
abstract  LayoutBranch LayoutBranchPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
abstract  LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
abstract  LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static Organization OrganizationUtil.fetchByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
abstract  Organization OrganizationPersistence.fetchByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.fetchByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
abstract  Organization OrganizationPersistence.fetchByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Lock LockUtil.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
abstract  Lock LockPersistence.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
static Lock LockUtil.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
abstract  Lock LockPersistence.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
abstract  Image ImagePersistence.fetchByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
static Image ImageUtil.fetchByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
abstract  Image ImagePersistence.fetchByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
static Image ImageUtil.fetchByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
abstract  Role RolePersistence.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where name = ?.
static Role RoleUtil.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
abstract  ResourceAction ResourceActionPersistence.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
abstract  Role RolePersistence.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where name = ?.
static Role RoleUtil.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
abstract  ResourceAction ResourceActionPersistence.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
static Organization OrganizationUtil.fetchByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
abstract  Organization OrganizationPersistence.fetchByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.fetchByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
abstract  Organization OrganizationPersistence.fetchByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
abstract  OrgLabor OrgLaborPersistence.fetchByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
abstract  OrgLabor OrgLaborPersistence.fetchByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.fetchByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.fetchByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
abstract  PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
abstract  ResourceTypePermission ResourceTypePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
abstract  ResourceTypePermission ResourceTypePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static UserTracker UserTrackerUtil.fetchBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
abstract  UserTracker UserTrackerPersistence.fetchBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.fetchBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
abstract  UserTracker UserTrackerPersistence.fetchBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
abstract  Layout LayoutPersistence.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
abstract  Layout LayoutPersistence.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByStatus_First(int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByStatus_First(int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where status = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByStatus_Last(int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByStatus_Last(int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where status = ?.
abstract  Role RolePersistence.fetchBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
static Role RoleUtil.fetchBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
abstract  Role RolePersistence.fetchBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
static Role RoleUtil.fetchBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
abstract  Company CompanyPersistence.fetchBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.fetchBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
abstract  Company CompanyPersistence.fetchBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
static Company CompanyUtil.fetchBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
abstract  Group GroupPersistence.fetchByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
abstract  Group GroupPersistence.fetchByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
abstract  Role RolePersistence.fetchByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.fetchByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByT_S_First(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByT_S_First(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
abstract  Role RolePersistence.fetchByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.fetchByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
abstract  BackgroundTask BackgroundTaskPersistence.fetchByT_S_Last(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.fetchByT_S_Last(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
abstract  Role RolePersistence.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ?.
static Role RoleUtil.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
abstract  ListType ListTypePersistence.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
abstract  Role RolePersistence.fetchByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ?.
static Role RoleUtil.fetchByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
abstract  ListType ListTypePersistence.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
static Subscription SubscriptionUtil.fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
abstract  Subscription SubscriptionPersistence.fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
abstract  Subscription SubscriptionPersistence.fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.fetchByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static Phone PhoneUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
abstract  MembershipRequest MembershipRequestPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
abstract  PasswordTracker PasswordTrackerPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
abstract  Phone PhonePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
static Subscription SubscriptionUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
abstract  UserTracker UserTrackerPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
abstract  Subscription SubscriptionPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
abstract  Address AddressPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
abstract  Website WebsitePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Address AddressUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where userId = ?.
abstract  UserIdMapper UserIdMapperPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
abstract  UserNotificationDelivery UserNotificationDeliveryPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
static Phone PhoneUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
abstract  UserGroupRole UserGroupRolePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
abstract  MembershipRequest MembershipRequestPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
abstract  PasswordTracker PasswordTrackerPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
abstract  Phone PhonePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
static Subscription SubscriptionUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
abstract  UserTracker UserTrackerPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
abstract  Subscription SubscriptionPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
abstract  Address AddressPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
abstract  Website WebsitePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Address AddressUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where userId = ?.
abstract  UserIdMapper UserIdMapperPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
abstract  UserNotificationDelivery UserNotificationDeliveryPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
static UserTrackerPath UserTrackerPathUtil.fetchByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
abstract  UserTrackerPath UserTrackerPathPersistence.fetchByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath UserTrackerPathUtil.fetchByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
abstract  UserTrackerPath UserTrackerPathPersistence.fetchByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
abstract  User UserPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
abstract  Repository RepositoryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
abstract  Role RolePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
abstract  Phone PhonePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
abstract  Organization OrganizationPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
abstract  Layout LayoutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  UserGroup UserGroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
abstract  Address AddressPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
abstract  Group GroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
abstract  Website WebsitePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
abstract  Lock LockPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
abstract  User UserPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
abstract  Repository RepositoryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
abstract  Role RolePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
abstract  Phone PhonePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
abstract  Organization OrganizationPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
abstract  Layout LayoutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  UserGroup UserGroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
abstract  Address AddressPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
abstract  Group GroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
abstract  Website WebsitePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
abstract  Lock LockPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static Phone PhoneUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
abstract  User UserPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static Organization OrganizationUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
abstract  Repository RepositoryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
abstract  Role RolePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
static User UserUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static Website WebsiteUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Repository RepositoryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
abstract  Phone PhonePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
abstract  Organization OrganizationPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
abstract  Layout LayoutPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
abstract  UserGroup UserGroupPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static Role RoleUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
abstract  Address AddressPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
abstract  Group GroupPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Lock LockUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
abstract  Website WebsitePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
abstract  Lock LockPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Address AddressUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
static Layout LayoutUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static Phone PhoneUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
abstract  User UserPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static Organization OrganizationUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
abstract  Repository RepositoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
abstract  Role RolePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
static User UserUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static Website WebsiteUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Repository RepositoryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
abstract  Phone PhonePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
abstract  Organization OrganizationPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
abstract  Layout LayoutPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
abstract  UserGroup UserGroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static Role RoleUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
abstract  Address AddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
abstract  EmailAddress EmailAddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
abstract  Group GroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Lock LockUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
abstract  Website WebsitePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
abstract  Lock LockPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Address AddressUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
static Layout LayoutUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
abstract  LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
static LayoutPrototype[] LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
abstract  LayoutPrototype[] LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.
abstract  List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
abstract  List<LayoutPrototype> LayoutPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.
static 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 obc)
           
abstract  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 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 obc)
           
abstract  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 obc)
           
static Organization[] OrganizationUtil.filterFindByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
abstract  Organization[] OrganizationPersistence.filterFindByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
abstract  UserGroup[] UserGroupPersistence.filterFindByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
static UserGroup[] UserGroupUtil.filterFindByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
static List<Organization> OrganizationUtil.filterFindByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.
abstract  List<Organization> OrganizationPersistence.filterFindByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.
abstract  List<UserGroup> UserGroupPersistence.filterFindByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.filterFindByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
abstract  Role[] RolePersistence.filterFindByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.
static Role[] RoleUtil.filterFindByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.
static Organization[] OrganizationUtil.filterFindByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
abstract  Organization[] OrganizationPersistence.filterFindByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
abstract  List<Role> RolePersistence.filterFindByC_T(long companyId, int[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.
static List<Role> RoleUtil.filterFindByC_T(long companyId, int[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.
abstract  List<Role> RolePersistence.filterFindByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.
static List<Role> RoleUtil.filterFindByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.
static List<Organization> OrganizationUtil.filterFindByC_T(long companyId, String treePath, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.
abstract  List<Organization> OrganizationPersistence.filterFindByC_T(long companyId, String treePath, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.
abstract  LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
static Organization[] OrganizationUtil.filterFindByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
abstract  Role[] RolePersistence.filterFindByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.
abstract  PasswordPolicy[] PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
abstract  LayoutPrototype[] LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.
abstract  Organization[] OrganizationPersistence.filterFindByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
abstract  UserGroup[] UserGroupPersistence.filterFindByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
static UserGroup[] UserGroupUtil.filterFindByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
static Role[] RoleUtil.filterFindByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.
abstract  List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
static List<Organization> OrganizationUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
abstract  List<Role> RolePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.
abstract  List<PasswordPolicy> PasswordPolicyPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
abstract  List<LayoutPrototype> LayoutPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.
abstract  List<Organization> OrganizationPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
abstract  List<UserGroup> UserGroupPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
static List<Role> RoleUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.
abstract  LayoutSetBranch[] LayoutSetBranchPersistence.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.
abstract  List<LayoutSetBranch> LayoutSetBranchPersistence.filterFindByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.filterFindByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?.
abstract  Layout[] LayoutPersistence.filterFindByG_P_P_LtP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
static Layout[] LayoutUtil.filterFindByG_P_P_LtP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
abstract  List<Layout> LayoutPersistence.filterFindByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
static List<Layout> LayoutUtil.filterFindByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
abstract  Layout[] LayoutPersistence.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
abstract  List<Layout> LayoutPersistence.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
abstract  Layout[] LayoutPersistence.filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
abstract  LayoutSetBranch[] LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.filterFindByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?.
static Layout[] LayoutUtil.filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
abstract  Layout[] LayoutPersistence.filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
static Layout[] LayoutUtil.filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
abstract  List<Layout> LayoutPersistence.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.
abstract  List<Layout> LayoutPersistence.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
abstract  List<LayoutSetBranch> LayoutSetBranchPersistence.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
abstract  Layout[] LayoutPersistence.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
abstract  Team[] TeamPersistence.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.
static Team[] TeamUtil.filterFindByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.
abstract  LayoutSetBranch[] LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?.
static Layout[] LayoutUtil.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
abstract  List<Layout> LayoutPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
abstract  List<Team> TeamPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.
static List<Team> TeamUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.
abstract  List<LayoutSetBranch> LayoutSetBranchPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?.
static List<Layout> LayoutUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
static List<Role> RoleFinderUtil.filterFindByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
abstract  List<Role> RoleFinder.filterFindByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static Organization[] OrganizationUtil.filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
abstract  Organization[] OrganizationPersistence.filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
static List<Organization> OrganizationUtil.filterFindByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
abstract  List<Organization> OrganizationPersistence.filterFindByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
abstract  Role[] RolePersistence.filterFindByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.
static Role[] RoleUtil.filterFindByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.
abstract  List<Role> RolePersistence.filterFindByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where name = ?.
static List<Role> RoleUtil.filterFindByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where name = ?.
static List<Organization> OrganizationUtil.filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
abstract  List<Organization> OrganizationPersistence.filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
abstract  Role[] RolePersistence.filterFindBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.
static Role[] RoleUtil.filterFindBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.
abstract  List<Role> RolePersistence.filterFindBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.
static List<Role> RoleUtil.filterFindBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.
abstract  Role[] RolePersistence.filterFindByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.
static Role[] RoleUtil.filterFindByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.
abstract  List<Role> RolePersistence.filterFindByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.
static List<Role> RoleUtil.filterFindByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.
abstract  Role[] RolePersistence.filterFindByType_PrevAndNext(long roleId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.
static Role[] RoleUtil.filterFindByType_PrevAndNext(long roleId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.
abstract  List<Role> RolePersistence.filterFindByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ?.
static List<Role> RoleUtil.filterFindByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where type = ?.
abstract  LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
static Organization[] OrganizationUtil.filterFindByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.
abstract  Role[] RolePersistence.filterFindByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.
abstract  PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
abstract  LayoutPrototype[] LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
abstract  Organization[] OrganizationPersistence.filterFindByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.
abstract  UserGroup[] UserGroupPersistence.filterFindByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
static UserGroup[] UserGroupUtil.filterFindByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
static Role[] RoleUtil.filterFindByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
abstract  List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
static List<Organization> OrganizationUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.
abstract  List<Role> RolePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.
abstract  List<PasswordPolicy> PasswordPolicyPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
abstract  List<LayoutPrototype> LayoutPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.
abstract  List<Organization> OrganizationPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.
abstract  List<UserGroup> UserGroupPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
static List<Role> RoleUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.
abstract  LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
static Organization[] OrganizationUtil.filterFindByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.
abstract  Role[] RolePersistence.filterFindByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.
abstract  PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
static LayoutPrototype[] LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
abstract  LayoutPrototype[] LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.
abstract  Organization[] OrganizationPersistence.filterFindByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.
abstract  UserGroup[] UserGroupPersistence.filterFindByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
static UserGroup[] UserGroupUtil.filterFindByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
static Role[] RoleUtil.filterFindByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
abstract  List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
static List<Organization> OrganizationUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.
abstract  List<Role> RolePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.
abstract  List<PasswordPolicy> PasswordPolicyPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
abstract  List<LayoutPrototype> LayoutPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.
abstract  List<Organization> OrganizationPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.
abstract  List<UserGroup> UserGroupPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
static List<Role> RoleUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.
abstract  List<Image> ImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images.
abstract  List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes.
static List<RepositoryEntry> RepositoryEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
static List<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones.
abstract  List<Country> CountryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries.
static List<ResourceBlock> ResourceBlockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks.
static List<PortalPreferences> PortalPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
abstract  List<Contact> ContactPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions.
abstract  List<Release> ReleasePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the releases.
static List<ResourcePermission> ResourcePermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
abstract  List<User> UserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users.
abstract  List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles.
static List<Organization> OrganizationUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations.
static List<UserTrackerPath> UserTrackerPathUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions.
abstract  List<Repository> RepositoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories.
abstract  List<Role> RolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles.
static List<PluginSetting> PluginSettingUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings.
abstract  List<UserGroupRole> UserGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles.
static List<UserIdMapper> UserIdMapperUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers.
abstract  List<MembershipRequest> MembershipRequestPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests.
abstract  List<PasswordPolicy> PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls.
static List<LayoutPrototype> LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes.
abstract  List<PasswordTracker> PasswordTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers.
abstract  List<Account> AccountPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the accounts.
static List<User> UserUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users.
abstract  List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels.
abstract  List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
static List<Repository> RepositoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes.
static List<WebDAVProps> WebDAVPropsUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web d a v propses.
abstract  List<Ticket> TicketPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets.
abstract  List<LayoutPrototype> LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes.
abstract  List<ResourceBlock> ResourceBlockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks.
static List<Ticket> TicketUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles.
abstract  List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones.
static List<Region> RegionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions.
abstract  List<PortalPreferences> PortalPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
abstract  List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
static List<UserTracker> UserTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers.
abstract  List<UserTrackerPath> UserTrackerPathPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths.
abstract  List<ClassName> ClassNamePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the class names.
abstract  List<RepositoryEntry> RepositoryEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
abstract  List<Organization> OrganizationPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations.
static List<Shard> ShardUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shards.
static List<Subscription> SubscriptionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors.
abstract  List<PortletItem> PortletItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items.
static List<Account> AccountUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the accounts.
abstract  List<UserTracker> UserTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
abstract  List<ClusterGroup> ClusterGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cluster groups.
static List<BrowserTracker> BrowserTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the browser trackers.
abstract  List<Layout> LayoutPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links.
abstract  List<UserNotificationEvent> UserNotificationEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks.
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification deliveries.
abstract  List<Team> TeamPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams.
abstract  List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links.
static List<Contact> ContactUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels.
static List<SystemEvent> SystemEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events.
static List<PasswordTracker> PasswordTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers.
abstract  List<Shard> ShardPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shards.
static List<UserGroupRole> UserGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles.
abstract  List<UserGroup> UserGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups.
abstract  List<Company> CompanyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
static List<Company> CompanyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
static List<Team> TeamUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams.
abstract  List<ResourceTypePermission> ResourceTypePermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions.
abstract  List<SystemEvent> SystemEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events.
static List<Country> CountryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries.
abstract  List<LayoutSetBranch> LayoutSetBranchPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs.
static List<UserGroup> UserGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups.
static List<ClassName> ClassNameUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the class names.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets.
static List<Role> RoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles.
abstract  List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
abstract  List<Subscription> SubscriptionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions.
abstract  List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors.
static List<Image> ImageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images.
abstract  List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types.
static List<LayoutSetBranch> LayoutSetBranchUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs.
static List<ClusterGroup> ClusterGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cluster groups.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles.
abstract  List<ServiceComponent> ServiceComponentPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles.
static List<Release> ReleaseUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the releases.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions.
abstract  List<Address> AddressPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses.
static List<ResourceAction> ResourceActionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions.
static List<PortletItem> PortletItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items.
static List<UserNotificationEvent> UserNotificationEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events.
abstract  List<EmailAddress> EmailAddressPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses.
abstract  List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups.
static List<BackgroundTask> BackgroundTaskUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks.
static List<Lock> LockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
abstract  List<Region> RegionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions.
abstract  List<BrowserTracker> BrowserTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the browser trackers.
abstract  List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
static List<VirtualHost> VirtualHostUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the virtual hosts.
abstract  List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets.
abstract  List<Lock> LockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups.
static List<LayoutRevision> LayoutRevisionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions.
static List<Address> AddressUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses.
abstract  List<ResourceAction> ResourceActionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions.
abstract  List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions.
static List<Portlet> PortletUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
abstract  List<VirtualHost> VirtualHostPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the virtual hosts.
abstract  List<UserIdMapper> UserIdMapperPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers.
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
abstract  List<WebDAVProps> WebDAVPropsPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web d a v propses.
abstract  List<UserNotificationDelivery> UserNotificationDeliveryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification deliveries.
abstract  List<Portlet> PortletPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets.
static List<MembershipRequest> MembershipRequestUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests.
static List<Layout> LayoutUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs.
static List<ServiceComponent> ServiceComponentUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components.
abstract  List<PluginSetting> PluginSettingPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings.
static List<PasswordPolicy> PasswordPolicyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
abstract  Contact ContactPersistence.findByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
abstract  Contact ContactPersistence.findByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
abstract  Contact[] ContactPersistence.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
static Contact[] ContactUtil.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
abstract  List<Contact> ContactPersistence.findByAccountId(long accountId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
abstract  Country CountryPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first country in the ordered set where active = ?.
static Region RegionUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
static Country CountryUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first country in the ordered set where active = ?.
abstract  Region RegionPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
abstract  Country CountryPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last country in the ordered set where active = ?.
static Region RegionUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
static Country CountryUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last country in the ordered set where active = ?.
abstract  Region RegionPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
abstract  Country[] CountryPersistence.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the countries before and after the current country in the ordered set where active = ?.
static Region[] RegionUtil.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where active = ?.
static Country[] CountryUtil.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the countries before and after the current country in the ordered set where active = ?.
abstract  Region[] RegionPersistence.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where active = ?.
abstract  List<Country> CountryPersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries where active = ?.
static List<Region> RegionUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where active = ?.
static List<Country> CountryUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the countries where active = ?.
abstract  List<Region> RegionPersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where active = ?.
abstract  ServiceComponent ServiceComponentPersistence.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
abstract  ServiceComponent ServiceComponentPersistence.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
abstract  ServiceComponent[] ServiceComponentPersistence.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.
static ServiceComponent[] ServiceComponentUtil.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.
abstract  List<ServiceComponent> ServiceComponentPersistence.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
static List<ServiceComponent> ServiceComponentUtil.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
abstract  Group GroupPersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
abstract  Region RegionPersistence.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
static Group GroupUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
static Region RegionUtil.findByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
abstract  Group GroupPersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
abstract  Region RegionPersistence.findByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
static Group GroupUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
abstract  LayoutSetPrototype[] LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
abstract  LayoutPrototype[] LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.
static Region[] RegionUtil.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
abstract  Group[] GroupPersistence.findByC_A_PrevAndNext(long groupId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
abstract  Region[] RegionPersistence.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
static Group[] GroupUtil.findByC_A_PrevAndNext(long groupId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
abstract  List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
abstract  List<LayoutPrototype> LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.
static List<Region> RegionUtil.findByC_A(long countryId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where countryId = ? and active = ?.
abstract  List<Group> GroupPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
abstract  List<Region> RegionPersistence.findByC_A(long countryId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where countryId = ? and active = ?.
static List<Group> GroupUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
static Phone PhoneUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Phone PhonePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Subscription SubscriptionPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  EmailAddress EmailAddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Website WebsitePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Phone PhonePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription SubscriptionUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Subscription SubscriptionPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  EmailAddress EmailAddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Website WebsitePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress EmailAddressUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
abstract  Address AddressPersistence.findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
abstract  Address[] AddressPersistence.findByC_C_C_M_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address[] AddressUtil.findByC_C_C_M_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
abstract  List<Address> AddressPersistence.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static List<Address> AddressUtil.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Phone PhoneUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Phone PhonePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Address AddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  EmailAddress EmailAddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Website WebsitePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress EmailAddressUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Phone PhonePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Address AddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  EmailAddress EmailAddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Website WebsitePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress EmailAddressUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone[] PhoneUtil.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website[] WebsiteUtil.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Phone[] PhonePersistence.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Address[] AddressPersistence.findByC_C_C_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  EmailAddress[] EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  Website[] WebsitePersistence.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address[] AddressUtil.findByC_C_C_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static EmailAddress[] EmailAddressUtil.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  List<Address> AddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  List<EmailAddress> EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  List<Website> WebsitePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Address> AddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<EmailAddress> EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone[] PhoneUtil.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website[] WebsiteUtil.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Phone[] PhonePersistence.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Subscription[] SubscriptionUtil.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Subscription[] SubscriptionPersistence.findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Address[] AddressPersistence.findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  EmailAddress[] EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  Website[] WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address[] AddressUtil.findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static EmailAddress[] EmailAddressUtil.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  List<Role> RolePersistence.findByC_C_C(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.
static List<Role> RoleUtil.findByC_C_C(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
abstract  List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Subscription> SubscriptionUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
abstract  List<Subscription> SubscriptionPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.
abstract  List<Address> AddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
abstract  List<EmailAddress> EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
abstract  List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
static List<Address> AddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
static List<EmailAddress> EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
abstract  Contact ContactPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
abstract  Phone PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
abstract  EmailAddress EmailAddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
abstract  Group GroupPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
abstract  Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress EmailAddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
abstract  Contact ContactPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
abstract  Phone PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static Contact ContactUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
abstract  Address AddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
abstract  EmailAddress EmailAddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
abstract  Group GroupPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
abstract  Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress EmailAddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
abstract  Group GroupPersistence.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
abstract  Group GroupPersistence.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
abstract  Group[] GroupPersistence.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
static Group[] GroupUtil.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
abstract  List<Group> GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> GroupFinderUtil.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
abstract  List<Group> GroupFinder.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static Phone[] PhoneUtil.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
abstract  Contact[] ContactPersistence.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
static Website[] WebsiteUtil.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
abstract  Phone[] PhonePersistence.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
static Contact[] ContactUtil.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
abstract  Address[] AddressPersistence.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
abstract  EmailAddress[] EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.
abstract  Group[] GroupPersistence.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
abstract  Website[] WebsitePersistence.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
static Group[] GroupUtil.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
static Address[] AddressUtil.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
static EmailAddress[] EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.
abstract  Ticket TicketPersistence.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
abstract  Ticket TicketPersistence.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket TicketUtil.findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
abstract  Ticket[] TicketPersistence.findByC_C_T_PrevAndNext(long ticketId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
static Ticket[] TicketUtil.findByC_C_T_PrevAndNext(long ticketId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.
abstract  List<Ticket> TicketPersistence.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
static List<Ticket> TicketUtil.findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
abstract  List<Contact> ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
abstract  List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
abstract  List<Address> AddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
abstract  List<EmailAddress> EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
abstract  List<Group> GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
abstract  List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
static List<Group> GroupUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
static List<Address> AddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
static List<EmailAddress> EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
abstract  User UserPersistence.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_CD_First(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ?.
abstract  User UserPersistence.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
static User UserUtil.findByC_CD_Last(long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ?.
abstract  User UserPersistence.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.findByC_CD_MD_First(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
abstract  User UserPersistence.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User UserUtil.findByC_CD_MD_Last(long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
abstract  User[] UserPersistence.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
static User[] UserUtil.findByC_CD_MD_PrevAndNext(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.
abstract  List<User> UserPersistence.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_CD_MD(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.
abstract  User[] UserPersistence.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
static User[] UserUtil.findByC_CD_PrevAndNext(long userId, long companyId, Date createDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.
abstract  List<User> UserPersistence.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
static List<User> UserUtil.findByC_CD(long companyId, Date createDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and createDate = ?.
abstract  List<User> UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
abstract  List<User> UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static ResourceBlock ResourceBlockUtil.findByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
abstract  ResourceBlock ResourceBlockPersistence.findByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.findByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
abstract  ResourceBlock ResourceBlockPersistence.findByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock[] ResourceBlockUtil.findByC_G_N_PrevAndNext(long resourceBlockId, long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
abstract  ResourceBlock[] ResourceBlockPersistence.findByC_G_N_PrevAndNext(long resourceBlockId, long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_G_N(long companyId, long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
abstract  List<ResourceBlock> ResourceBlockPersistence.findByC_G_N(long companyId, long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
abstract  Layout LayoutPersistence.findByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
abstract  Layout LayoutPersistence.findByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
abstract  Layout[] LayoutPersistence.findByC_L_PrevAndNext(long plid, long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
static Layout[] LayoutUtil.findByC_L_PrevAndNext(long plid, long companyId, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
abstract  List<Layout> LayoutPersistence.findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
static List<Layout> LayoutUtil.findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
abstract  User UserPersistence.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.findByC_MD_First(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.
abstract  User UserPersistence.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
static User UserUtil.findByC_MD_Last(long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.
abstract  User[] UserPersistence.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
static User[] UserUtil.findByC_MD_PrevAndNext(long userId, long companyId, Date modifiedDate, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.
abstract  List<User> UserPersistence.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
static List<User> UserUtil.findByC_MD(long companyId, Date modifiedDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.
static List<Role> RoleFinderUtil.findByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
abstract  List<Role> RoleFinder.findByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Role> RoleFinderUtil.findByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
abstract  List<Role> RoleFinder.findByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
abstract  List<UserGroup> UserGroupFinder.findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupFinderUtil.findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
abstract  List<UserGroup> UserGroupFinder.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupFinderUtil.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static ResourceBlock ResourceBlockUtil.findByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
abstract  ResourceBlock ResourceBlockPersistence.findByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.findByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
abstract  ResourceBlock ResourceBlockPersistence.findByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock[] ResourceBlockUtil.findByC_N_PrevAndNext(long resourceBlockId, long companyId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
abstract  ResourceBlock[] ResourceBlockPersistence.findByC_N_PrevAndNext(long resourceBlockId, long companyId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
abstract  ResourceTypePermission ResourceTypePermissionPersistence.findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
abstract  ResourceTypePermission ResourceTypePermissionPersistence.findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission[] ResourceTypePermissionUtil.findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
abstract  ResourceTypePermission[] ResourceTypePermissionPersistence.findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
abstract  List<ResourceTypePermission> ResourceTypePermissionPersistence.findByC_N_R(long companyId, String name, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
abstract  List<ResourceBlock> ResourceBlockPersistence.findByC_N(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
abstract  List<PasswordPolicy> PasswordPolicyFinder.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
static List<PasswordPolicy> PasswordPolicyFinderUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
static Organization OrganizationUtil.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  Organization OrganizationPersistence.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  UserGroup UserGroupPersistence.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
abstract  Group GroupPersistence.findByC_P_First(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_First(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Organization OrganizationUtil.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  Organization OrganizationPersistence.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  UserGroup UserGroupPersistence.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
abstract  Group GroupPersistence.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Organization[] OrganizationUtil.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  Organization[] OrganizationPersistence.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
abstract  UserGroup[] UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup[] UserGroupUtil.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
abstract  Group[] GroupPersistence.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
static Group[] GroupUtil.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
abstract  Group GroupPersistence.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
abstract  Group GroupPersistence.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group GroupUtil.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
abstract  Group[] GroupPersistence.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
static Group[] GroupUtil.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
abstract  List<Group> GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
static List<Group> GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
static List<Organization> OrganizationUtil.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
abstract  List<Organization> OrganizationPersistence.findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
abstract  List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
abstract  List<Group> GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
static List<Organization> OrganizationFinderUtil.findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
abstract  List<Organization> OrganizationFinder.findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Organization> OrganizationFinderUtil.findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
abstract  List<Organization> OrganizationFinder.findByC_PO_N_T_S_C_Z_R_C(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
abstract  Group GroupPersistence.findByC_S_First(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.findByC_S_First(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
abstract  User UserPersistence.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
static User UserUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ? and status = ?.
abstract  Group GroupPersistence.findByC_S_Last(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.findByC_S_Last(long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
abstract  User UserPersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
static User UserUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ? and status = ?.
abstract  Group[] GroupPersistence.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
static Group[] GroupUtil.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
abstract  User[] UserPersistence.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
static User[] UserUtil.findByC_S_PrevAndNext(long userId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.
abstract  List<Group> GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
static List<Group> GroupUtil.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
abstract  List<User> UserPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and status = ?.
static List<User> UserUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ? and status = ?.
abstract  Role RolePersistence.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
static Role RoleUtil.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ? and type = ?.
static Organization OrganizationUtil.findByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
abstract  Organization OrganizationPersistence.findByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
abstract  Role RolePersistence.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
static Role RoleUtil.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ? and type = ?.
static Organization OrganizationUtil.findByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
abstract  Organization OrganizationPersistence.findByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
abstract  Role[] RolePersistence.findByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.
static Role[] RoleUtil.findByC_T_PrevAndNext(long roleId, long companyId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.
static Organization[] OrganizationUtil.findByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
abstract  Organization[] OrganizationPersistence.findByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
abstract  List<Role> RolePersistence.findByC_T(long companyId, int[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = any ?.
static List<Role> RoleUtil.findByC_T(long companyId, int[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = any ?.
abstract  List<Role> RolePersistence.findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
static List<Role> RoleUtil.findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ? and type = ?.
static List<Organization> OrganizationUtil.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
abstract  List<Organization> OrganizationPersistence.findByC_T(long companyId, String treePath, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
static List<Subscription> SubscriptionUtil.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
abstract  List<Subscription> SubscriptionPersistence.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
abstract  WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
abstract  List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static Phone PhoneUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
abstract  Contact ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
abstract  User UserPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
abstract  Role RolePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
abstract  Phone PhonePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
abstract  Organization OrganizationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
abstract  UserTracker UserTrackerPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
abstract  Layout LayoutPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first workflow definition link in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
abstract  UserGroup UserGroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static Role RoleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where companyId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
abstract  Address AddressPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
abstract  EmailAddress EmailAddressPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
abstract  Group GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where companyId = ?.
abstract  Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Address AddressUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
abstract  Portlet PortletPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first portlet in the ordered set where companyId = ?.
static Layout LayoutUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
abstract  PluginSetting PluginSettingPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first plugin setting in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static Phone PhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
abstract  Contact ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
abstract  User UserPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
abstract  Role RolePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
static PluginSetting PluginSettingUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
static User UserUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
abstract  Phone PhonePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
abstract  Organization OrganizationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
abstract  UserTracker UserTrackerPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
abstract  Layout LayoutPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last workflow definition link in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
abstract  UserGroup UserGroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static Role RoleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where companyId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
abstract  Address AddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
abstract  EmailAddress EmailAddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
abstract  Group GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static BackgroundTask BackgroundTaskUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where companyId = ?.
abstract  Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Address AddressUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where companyId = ?.
static Portlet PortletUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
abstract  Portlet PortletPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last portlet in the ordered set where companyId = ?.
static Layout LayoutUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
abstract  PluginSetting PluginSettingPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last plugin setting in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
abstract  LayoutSetPrototype[] LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
static Phone[] PhoneUtil.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
abstract  Contact[] ContactPersistence.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
abstract  User[] UserPersistence.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
abstract  Role[] RolePersistence.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ?.
static PluginSetting[] PluginSettingUtil.findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, OrderByComparator orderByComparator)
          Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.
abstract  PasswordPolicy[] PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.
static User[] UserUtil.findByCompanyId_PrevAndNext(long userId, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where companyId = ?.
static Website[] WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
abstract  LayoutPrototype[] LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.
abstract  Phone[] PhonePersistence.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
static UserTracker[] UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
abstract  Organization[] OrganizationPersistence.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
abstract  UserTracker[] UserTrackerPersistence.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
abstract  Layout[] LayoutPersistence.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByCompanyId_PrevAndNext(long backgroundTaskId, long companyId, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where companyId = ?.
abstract  WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
static Contact[] ContactUtil.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
abstract  UserGroup[] UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ?.
static UserGroup[] UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ?.
static Role[] RoleUtil.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where companyId = ?.
abstract  LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
abstract  Address[] AddressPersistence.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ?.
abstract  EmailAddress[] EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ?.
abstract  Group[] GroupPersistence.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
static BackgroundTask[] BackgroundTaskUtil.findByCompanyId_PrevAndNext(long backgroundTaskId, long companyId, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where companyId = ?.
abstract  Website[] WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
static Group[] GroupUtil.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
static Address[] AddressUtil.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where companyId = ?.
static Portlet[] PortletUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
static EmailAddress[] EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where companyId = ?.
abstract  Portlet[] PortletPersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
static Layout[] LayoutUtil.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
abstract  PluginSetting[] PluginSettingPersistence.findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, OrderByComparator orderByComparator)
          Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
abstract  List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
abstract  List<Contact> ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
abstract  List<User> UserPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
static List<Organization> OrganizationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
abstract  List<Role> RolePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ?.
static List<PluginSetting> PluginSettingUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings where companyId = ?.
abstract  List<PasswordPolicy> PasswordPolicyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ?.
static List<User> UserUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
abstract  List<LayoutPrototype> LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ?.
abstract  List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
static List<UserTracker> UserTrackerUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where companyId = ?.
abstract  List<Organization> OrganizationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
abstract  List<UserTracker> UserTrackerPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where companyId = ?.
abstract  List<Layout> LayoutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where companyId = ?.
abstract  List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow definition links where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
abstract  List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
static List<Role> RoleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where companyId = ?.
abstract  List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
abstract  List<Address> AddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ?.
abstract  List<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ?.
abstract  List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where companyId = ?.
abstract  List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<Address> AddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where companyId = ?.
static List<Portlet> PortletUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
static List<EmailAddress> EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ?.
abstract  List<Portlet> PortletPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlets where companyId = ?.
static List<Layout> LayoutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
abstract  List<PluginSetting> PluginSettingPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the plugin settings where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
static List<Group> GroupFinderUtil.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
abstract  List<Group> GroupFinder.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static Region RegionUtil.findByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
abstract  Region RegionPersistence.findByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
static Region RegionUtil.findByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
abstract  Region RegionPersistence.findByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
static Region[] RegionUtil.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ?.
abstract  Region[] RegionPersistence.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ?.
static List<Region> RegionUtil.findByCountryId(long countryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where countryId = ?.
abstract  List<Region> RegionPersistence.findByCountryId(long countryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the regions where countryId = ?.
abstract  User UserPersistence.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_First(String emailAddress, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where emailAddress = ?.
abstract  User UserPersistence.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
static User UserUtil.findByEmailAddress_Last(String emailAddress, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where emailAddress = ?.
abstract  User[] UserPersistence.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
static User[] UserUtil.findByEmailAddress_PrevAndNext(long userId, String emailAddress, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where emailAddress = ?.
abstract  List<User> UserPersistence.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
static List<User> UserUtil.findByEmailAddress(String emailAddress, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where emailAddress = ?.
abstract  WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
abstract  WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.findByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
abstract  WorkflowInstanceLink[] WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static WorkflowInstanceLink[] WorkflowInstanceLinkUtil.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
abstract  List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  SystemEvent SystemEventPersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  SystemEvent SystemEventPersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent[] SystemEventUtil.findByG_C_C_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  SystemEvent[] SystemEventPersistence.findByG_C_C_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.findByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  SystemEvent SystemEventPersistence.findByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent SystemEventUtil.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  SystemEvent SystemEventPersistence.findByG_C_C_T_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent[] SystemEventUtil.findByG_C_C_T_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  SystemEvent[] SystemEventPersistence.findByG_C_C_T_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<SystemEvent> SystemEventUtil.findByG_C_C_T(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
abstract  List<SystemEvent> SystemEventPersistence.findByG_C_C_T(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static List<SystemEvent> SystemEventUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
abstract  List<SystemEvent> SystemEventPersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
abstract  PortletItem PortletItemPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
abstract  PortletItem PortletItemPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
abstract  Group GroupPersistence.findByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
abstract  Group GroupPersistence.findByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
abstract  List<Group> GroupPersistence.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
abstract  PortletItem[] PortletItemPersistence.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem[] PortletItemUtil.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
abstract  List<PortletItem> PortletItemPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.
abstract  List<Team> TeamFinder.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Team> TeamFinderUtil.findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
abstract  BackgroundTask BackgroundTaskPersistence.findByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_C_First(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_C_Last(long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByG_N_T_C_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_N_T_C_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByG_N_T_C(long groupId, String name, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_N_T_C(long groupId, String name, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_First(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_N_T_Last(long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByG_N_T_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_N_T_PrevAndNext(long backgroundTaskId, long groupId, String name, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByG_N_T(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_N_T(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
abstract  PortletItem PortletItemPersistence.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
abstract  PortletItem PortletItemPersistence.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
abstract  PortletItem[] PortletItemPersistence.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
static PortletItem[] PortletItemUtil.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
abstract  List<PortletItem> PortletItemPersistence.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
static List<PortletItem> PortletItemUtil.findByG_P_C(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
abstract  List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
abstract  Layout LayoutPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  Layout LayoutPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.findByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_M_First(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.findByG_P_M_Last(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByG_P_M_Last(long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
abstract  LayoutSetBranch[] LayoutSetBranchPersistence.findByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.findByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
abstract  List<LayoutSetBranch> LayoutSetBranchPersistence.findByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.
abstract  Layout LayoutPersistence.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
abstract  Layout LayoutPersistence.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
abstract  Layout LayoutPersistence.findByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
static Layout LayoutUtil.findByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
abstract  Layout LayoutPersistence.findByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
static Layout LayoutUtil.findByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
abstract  Layout[] LayoutPersistence.findByG_P_P_LtP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
static Layout[] LayoutUtil.findByG_P_P_LtP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
abstract  List<Layout> LayoutPersistence.findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
static List<Layout> LayoutUtil.findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
abstract  Layout[] LayoutPersistence.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
abstract  List<Layout> LayoutPersistence.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
abstract  Layout[] LayoutPersistence.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  LayoutSetBranch[] LayoutSetBranchPersistence.findByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.findByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.
static Layout[] LayoutUtil.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
abstract  Layout LayoutPersistence.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
abstract  Layout LayoutPersistence.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
abstract  Layout[] LayoutPersistence.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout[] LayoutUtil.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
abstract  List<Layout> LayoutPersistence.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
abstract  List<Layout> LayoutPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
abstract  List<LayoutSetBranch> LayoutSetBranchPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
abstract  UserGroupGroupRole[] UserGroupGroupRolePersistence.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
abstract  UserGroupRole[] UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
abstract  List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
abstract  List<UserGroupRole> UserGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
abstract  MembershipRequest MembershipRequestPersistence.findByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.findByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent SystemEventUtil.findByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  SystemEvent SystemEventPersistence.findByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  MembershipRequest MembershipRequestPersistence.findByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest MembershipRequestUtil.findByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent SystemEventUtil.findByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  SystemEvent SystemEventPersistence.findByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  MembershipRequest[] MembershipRequestPersistence.findByG_S_PrevAndNext(long membershipRequestId, long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByG_S_PrevAndNext(long backgroundTaskId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_S_PrevAndNext(long backgroundTaskId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?.
static MembershipRequest[] MembershipRequestUtil.findByG_S_PrevAndNext(long membershipRequestId, long groupId, int statusId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.
static SystemEvent[] SystemEventUtil.findByG_S_PrevAndNext(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  SystemEvent[] SystemEventPersistence.findByG_S_PrevAndNext(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
abstract  List<MembershipRequest> MembershipRequestPersistence.findByG_S(long groupId, int statusId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and status = ?.
static List<MembershipRequest> MembershipRequestUtil.findByG_S(long groupId, int statusId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.
static List<SystemEvent> SystemEventUtil.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
abstract  List<SystemEvent> SystemEventPersistence.findByG_S(long groupId, long systemEventSetKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_C_First(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_C_Last(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByG_T_C_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_T_C_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, boolean completed, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByG_T_C(long groupId, String[] taskExecutorClassNames, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and completed = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_C(long groupId, String[] taskExecutorClassNames, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and completed = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByG_T_C(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_C(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_First(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_Last(long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByG_T_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_T_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_S_First(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByG_T_S_Last(long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByG_T_S_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByG_T_S_PrevAndNext(long backgroundTaskId, long groupId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByG_T_S(long groupId, String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_S(long groupId, String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByG_T_S(long groupId, String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T_S(long groupId, String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByG_T(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByG_T(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByG_T(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
abstract  MembershipRequest MembershipRequestPersistence.findByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest MembershipRequestUtil.findByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
abstract  MembershipRequest MembershipRequestPersistence.findByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest MembershipRequestUtil.findByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
abstract  MembershipRequest[] MembershipRequestPersistence.findByG_U_S_PrevAndNext(long membershipRequestId, long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
static MembershipRequest[] MembershipRequestUtil.findByG_U_S_PrevAndNext(long membershipRequestId, long groupId, long userId, int statusId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.
abstract  List<MembershipRequest> MembershipRequestPersistence.findByG_U_S(long groupId, long userId, int statusId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByG_U_S(long groupId, long userId, int statusId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
abstract  Repository RepositoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
abstract  MembershipRequest MembershipRequestPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
abstract  Layout LayoutPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
abstract  Team TeamPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static Team TeamUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first team in the ordered set where groupId = ?.
abstract  SystemEvent SystemEventPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where groupId = ?.
abstract  LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where groupId = ?.
static Layout LayoutUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
abstract  Repository RepositoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
abstract  MembershipRequest MembershipRequestPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
abstract  Layout LayoutPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
abstract  Team TeamPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static Team TeamUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last team in the ordered set where groupId = ?.
abstract  SystemEvent SystemEventPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
abstract  LayoutSetBranch LayoutSetBranchPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch LayoutSetBranchUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
static BackgroundTask BackgroundTaskUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where groupId = ?.
abstract  LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static MembershipRequest MembershipRequestUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where groupId = ?.
static Layout LayoutUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
abstract  Repository[] RepositoryPersistence.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
abstract  MembershipRequest[] MembershipRequestPersistence.findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
static Repository[] RepositoryUtil.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
abstract  Layout[] LayoutPersistence.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByGroupId_PrevAndNext(long backgroundTaskId, long groupId, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ?.
abstract  Team[] TeamPersistence.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Returns the teams before and after the current team in the ordered set where groupId = ?.
static SystemEvent[] SystemEventUtil.findByGroupId_PrevAndNext(long systemEventId, long groupId, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ?.
static Team[] TeamUtil.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Returns the teams before and after the current team in the ordered set where groupId = ?.
abstract  SystemEvent[] SystemEventPersistence.findByGroupId_PrevAndNext(long systemEventId, long groupId, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ?.
abstract  LayoutSetBranch[] LayoutSetBranchPersistence.findByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?.
static LayoutSet[] LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
abstract  LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
static LayoutSetBranch[] LayoutSetBranchUtil.findByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator orderByComparator)
          Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?.
static BackgroundTask[] BackgroundTaskUtil.findByGroupId_PrevAndNext(long backgroundTaskId, long groupId, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where groupId = ?.
abstract  LayoutSet[] LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
static MembershipRequest[] MembershipRequestUtil.findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.
static Layout[] LayoutUtil.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
static OrgGroupRole[] OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where groupId = ?.
abstract  OrgGroupRole[] OrgGroupRolePersistence.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where groupId = ?.
abstract  UserGroupGroupRole[] UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
abstract  UserGroupRole[] UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
abstract  List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
abstract  List<Repository> RepositoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where groupId = ?.
abstract  List<UserGroupRole> UserGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
abstract  List<MembershipRequest> MembershipRequestPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ?.
static List<Repository> RepositoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where groupId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where groupId = ?.
abstract  List<Layout> LayoutPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ?.
abstract  List<Team> TeamPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
static List<SystemEvent> SystemEventUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where groupId = ?.
static List<Team> TeamUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams where groupId = ?.
abstract  List<SystemEvent> SystemEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ?.
abstract  List<LayoutSetBranch> LayoutSetBranchPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
abstract  List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ?.
static List<LayoutSetBranch> LayoutSetBranchUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where groupId = ?.
abstract  List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where groupId = ?.
static List<Layout> LayoutUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByH_P(boolean head, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByH_P(boolean head, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
static List<Organization> OrganizationFinderUtil.findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
abstract  List<Organization> OrganizationFinder.findByKeywords(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Role> RoleFinderUtil.findByKeywords(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
           
abstract  List<Role> RoleFinder.findByKeywords(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
           
static List<Role> RoleFinderUtil.findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
abstract  List<Role> RoleFinder.findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
abstract  List<User> UserFinder.findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
abstract  List<UserGroup> UserGroupFinder.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupFinderUtil.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
abstract  LayoutRevision LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByL_H(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_H(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
abstract  LayoutBranch LayoutBranchPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutBranch LayoutBranchPersistence.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutBranch LayoutBranchPersistence.findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
abstract  LayoutBranch LayoutBranchPersistence.findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
abstract  LayoutBranch[] LayoutBranchPersistence.findByL_P_M_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch[] LayoutBranchUtil.findByL_P_M_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
abstract  List<LayoutBranch> LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
abstract  LayoutBranch[] LayoutBranchPersistence.findByL_P_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByL_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch[] LayoutBranchUtil.findByL_P_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByL_P_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
abstract  List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByL_S(long layoutSetBranchId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_S(long layoutSetBranchId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
abstract  Layout LayoutPersistence.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
abstract  Layout LayoutPersistence.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
abstract  Layout[] LayoutPersistence.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
static Layout[] LayoutUtil.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
abstract  List<Layout> LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
static List<Layout> LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
static List<Group> GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator obc)
           
abstract  List<Group> GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator obc)
           
abstract  LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
abstract  LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
abstract  LayoutBranch[] LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision[] LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutBranch[] LayoutBranchUtil.findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
abstract  List<LayoutBranch> LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
abstract  LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
abstract  LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet[] LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
abstract  LayoutSet[] LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
abstract  List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
static Organization OrganizationUtil.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
abstract  Organization OrganizationPersistence.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
abstract  Organization OrganizationPersistence.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
abstract  Organization[] OrganizationPersistence.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
static List<Organization> OrganizationUtil.findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
abstract  List<Organization> OrganizationPersistence.findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
static Lock LockUtil.findByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
abstract  Lock LockPersistence.findByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
static Lock LockUtil.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
abstract  Lock LockPersistence.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
static Lock[] LockUtil.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
abstract  Lock[] LockPersistence.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
abstract  List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
abstract  Image ImagePersistence.findByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
static Image ImageUtil.findByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
abstract  Image ImagePersistence.findByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
static Image ImageUtil.findByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
abstract  Image[] ImagePersistence.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
          Returns the images before and after the current image in the ordered set where size < ?.
static Image[] ImageUtil.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
          Returns the images before and after the current image in the ordered set where size < ?.
abstract  List<Image> ImagePersistence.findByLtSize(int size, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images where size < ?.
static List<Image> ImageUtil.findByLtSize(int size, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images where size < ?.
abstract  Role RolePersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where name = ?.
static Role RoleUtil.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
abstract  ResourceAction ResourceActionPersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
abstract  Role RolePersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where name = ?.
static Role RoleUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
abstract  ResourceAction ResourceActionPersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
abstract  Role[] RolePersistence.findByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where name = ?.
static Role[] RoleUtil.findByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where name = ?.
static ResourceAction[] ResourceActionUtil.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator orderByComparator)
          Returns the resource actions before and after the current resource action in the ordered set where name = ?.
abstract  ResourceAction[] ResourceActionPersistence.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator orderByComparator)
          Returns the resource actions before and after the current resource action in the ordered set where name = ?.
abstract  List<Role> RolePersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where name = ?.
static List<Role> RoleUtil.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where name = ?.
static List<ResourceAction> ResourceActionUtil.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions where name = ?.
abstract  List<ResourceAction> ResourceActionPersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions where name = ?.
static Organization OrganizationUtil.findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
abstract  Organization OrganizationPersistence.findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
abstract  Organization OrganizationPersistence.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static List<Organization> OrganizationUtil.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
abstract  List<Organization> OrganizationPersistence.findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
abstract  OrgLabor OrgLaborPersistence.findByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
abstract  OrgLabor OrgLaborPersistence.findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static OrgLabor[] OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
abstract  OrgLabor[] OrgLaborPersistence.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
abstract  List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
abstract  LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
abstract  List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision[] LayoutRevisionUtil.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByP_NotS(long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
static List<LayoutRevision> LayoutRevisionUtil.findByP_NotS(long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
abstract  PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
abstract  PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
abstract  PasswordPolicyRel[] PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel[] PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
abstract  List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
abstract  LayoutRevision LayoutRevisionPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
abstract  LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
abstract  LayoutRevision[] LayoutRevisionPersistence.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
static PortletPreferences[] PortletPreferencesUtil.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
abstract  List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
abstract  List<LayoutRevision> LayoutRevisionPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
abstract  RepositoryEntry[] RepositoryEntryPersistence.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
abstract  List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission[] ResourceBlockPermissionUtil.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.
abstract  ResourceBlockPermission[] ResourceBlockPermissionPersistence.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
abstract  List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
abstract  ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
abstract  ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourceBlockPermission[] ResourceBlockPermissionUtil.findByRoleId_PrevAndNext(long resourceBlockPermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
static ResourceTypePermission[] ResourceTypePermissionUtil.findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
abstract  ResourceTypePermission[] ResourceTypePermissionPersistence.findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
abstract  ResourceBlockPermission[] ResourceBlockPermissionPersistence.findByRoleId_PrevAndNext(long resourceBlockPermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
static OrgGroupRole[] OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where roleId = ?.
abstract  OrgGroupRole[] OrgGroupRolePersistence.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where roleId = ?.
abstract  UserGroupGroupRole[] UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
abstract  UserGroupRole[] UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions where roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
abstract  List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
static List<ResourceTypePermission> ResourceTypePermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions where roleId = ?.
abstract  List<UserGroupRole> UserGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where roleId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where roleId = ?.
abstract  List<ResourceTypePermission> ResourceTypePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource type permissions where roleId = ?.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
abstract  List<ResourceBlockPermission> ResourceBlockPermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource block permissions where roleId = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.findByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static ResourcePermission[] ResourcePermissionUtil.findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int[] scopes, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByScope(int[] scopes, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByScope(int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
static UserTracker UserTrackerUtil.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
abstract  UserTracker UserTrackerPersistence.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
abstract  UserTracker UserTrackerPersistence.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
static UserTracker[] UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
abstract  UserTracker[] UserTrackerPersistence.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
static List<UserTracker> UserTrackerUtil.findBySessionId(String sessionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where sessionId = ?.
abstract  List<UserTracker> UserTrackerPersistence.findBySessionId(String sessionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where sessionId = ?.
abstract  List<User> UserFinder.findBySocialUsers(long companyId, long userId, int socialRelationType, String socialRelationTypeComparator, int status, int start, int end, OrderByComparator obc)
           
static List<User> UserFinderUtil.findBySocialUsers(long companyId, long userId, int socialRelationType, String socialRelationTypeComparator, int status, int start, int end, OrderByComparator obc)
           
abstract  Layout LayoutPersistence.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
abstract  Layout LayoutPersistence.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
abstract  Layout[] LayoutPersistence.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout[] LayoutUtil.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
abstract  List<Layout> LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
static List<Layout> LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByStatus_First(int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.findByStatus_First(int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where status = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByStatus_Last(int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where status = ?.
static BackgroundTask BackgroundTaskUtil.findByStatus_Last(int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where status = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByStatus_PrevAndNext(long backgroundTaskId, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByStatus_PrevAndNext(long backgroundTaskId, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where status = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByStatus(int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByStatus(int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where status = ?.
abstract  Role RolePersistence.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
static Role RoleUtil.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where subtype = ?.
abstract  Role RolePersistence.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
static Role RoleUtil.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where subtype = ?.
abstract  Role[] RolePersistence.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where subtype = ?.
static Role[] RoleUtil.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where subtype = ?.
abstract  List<Role> RolePersistence.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where subtype = ?.
static List<Role> RoleUtil.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where subtype = ?.
abstract  Company CompanyPersistence.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
abstract  Company CompanyPersistence.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
abstract  Company[] CompanyPersistence.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
static Company[] CompanyUtil.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
abstract  List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies where system = ?.
abstract  Group GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
abstract  Group GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
abstract  Group[] GroupPersistence.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
static Group[] GroupUtil.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
abstract  List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where type = ? and active = ?.
abstract  Role RolePersistence.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ? and subtype = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByT_S_First(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByT_S_First(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
abstract  Role RolePersistence.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ? and subtype = ?.
abstract  BackgroundTask BackgroundTaskPersistence.findByT_S_Last(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask BackgroundTaskUtil.findByT_S_Last(String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
abstract  Role[] RolePersistence.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.
static Role[] RoleUtil.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.
abstract  BackgroundTask[] BackgroundTaskPersistence.findByT_S_PrevAndNext(long backgroundTaskId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?.
static BackgroundTask[] BackgroundTaskUtil.findByT_S_PrevAndNext(long backgroundTaskId, String taskExecutorClassName, int status, OrderByComparator orderByComparator)
          Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?.
abstract  List<Role> RolePersistence.findByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
static List<Role> RoleUtil.findByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where type = ? and subtype = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByT_S(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByT_S(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?.
abstract  List<BackgroundTask> BackgroundTaskPersistence.findByT_S(String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
static List<BackgroundTask> BackgroundTaskUtil.findByT_S(String taskExecutorClassName, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
abstract  Role RolePersistence.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ?.
static Role RoleUtil.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
abstract  ListType ListTypePersistence.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
abstract  Role RolePersistence.findByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ?.
static Role RoleUtil.findByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
abstract  ListType ListTypePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static ListType[] ListTypeUtil.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
abstract  ListType[] ListTypePersistence.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
abstract  Role[] RolePersistence.findByType_PrevAndNext(long roleId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ?.
static Role[] RoleUtil.findByType_PrevAndNext(long roleId, int type, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where type = ?.
abstract  List<Role> RolePersistence.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where type = ?.
static List<Role> RoleUtil.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types where type = ?.
abstract  List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types where type = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
abstract  UserNotificationEvent[] UserNotificationEventPersistence.findByU_A_PrevAndNext(long userNotificationEventId, long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_A_PrevAndNext(long userNotificationEventId, long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.
abstract  List<UserNotificationEvent> UserNotificationEventPersistence.findByU_A(long userId, boolean archived, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and archived = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_A(long userId, boolean archived, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and archived = ?.
static Subscription SubscriptionUtil.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
abstract  Subscription SubscriptionPersistence.findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription SubscriptionUtil.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
abstract  Subscription SubscriptionPersistence.findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ? and classNameId = ?.
static Subscription[] SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
abstract  Subscription[] SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.
static List<Subscription> SubscriptionUtil.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
abstract  List<Subscription> SubscriptionPersistence.findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
abstract  UserNotificationEvent[] UserNotificationEventPersistence.findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
abstract  List<UserNotificationEvent> UserNotificationEventPersistence.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_First(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_Last(long userId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
abstract  UserGroupGroupRole[] UserGroupGroupRolePersistence.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
abstract  UserGroupRole[] UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
abstract  List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
abstract  List<UserGroupRole> UserGroupRolePersistence.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByU_G(long userId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ? and groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
abstract  UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
abstract  UserGroupGroupRole[] UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
abstract  List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
static Phone PhoneUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
abstract  MembershipRequest MembershipRequestPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
abstract  PasswordTracker PasswordTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
abstract  Phone PhonePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
abstract  UserTracker UserTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
abstract  Subscription SubscriptionPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first subscription in the ordered set where userId = ?.
abstract  Address AddressPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
abstract  EmailAddress EmailAddressPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
abstract  Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Address AddressUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where userId = ?.
abstract  UserIdMapper UserIdMapperPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user ID mapper in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
abstract  UserNotificationDelivery UserNotificationDeliveryPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification delivery in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first membership request in the ordered set where userId = ?.
static Phone PhoneUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
abstract  UserGroupRole UserGroupRolePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
static UserIdMapper UserIdMapperUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
abstract  MembershipRequest MembershipRequestPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
abstract  PasswordTracker PasswordTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
abstract  Phone PhonePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
static Subscription SubscriptionUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
abstract  UserTracker UserTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserNotificationDelivery UserNotificationDeliveryUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
abstract  Subscription SubscriptionPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last subscription in the ordered set where userId = ?.
abstract  Address AddressPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
abstract  EmailAddress EmailAddressPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
abstract  Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Address AddressUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where userId = ?.
abstract  UserIdMapper UserIdMapperPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user ID mapper in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
abstract  UserNotificationDelivery UserNotificationDeliveryPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification delivery in the ordered set where userId = ?.
static MembershipRequest MembershipRequestUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last membership request in the ordered set where userId = ?.
static Phone[] PhoneUtil.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
static UserIdMapper[] UserIdMapperUtil.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator orderByComparator)
          Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.
abstract  MembershipRequest[] MembershipRequestPersistence.findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where userId = ?.
abstract  PasswordTracker[] PasswordTrackerPersistence.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.
static Website[] WebsiteUtil.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
abstract  Phone[] PhonePersistence.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
static UserTracker[] UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.
static Subscription[] SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
abstract  UserTracker[] UserTrackerPersistence.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.
abstract  UserNotificationEvent[] UserNotificationEventPersistence.findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
static UserNotificationDelivery[] UserNotificationDeliveryUtil.findByUserId_PrevAndNext(long userNotificationDeliveryId, long userId, OrderByComparator orderByComparator)
          Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
static PasswordTracker[] PasswordTrackerUtil.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.
abstract  Subscription[] SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId, long userId, OrderByComparator orderByComparator)
          Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.
abstract  Address[] AddressPersistence.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where userId = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
abstract  EmailAddress[] EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where userId = ?.
abstract  Website[] WebsitePersistence.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
static Address[] AddressUtil.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where userId = ?.
abstract  UserIdMapper[] UserIdMapperPersistence.findByUserId_PrevAndNext(long userIdMapperId, long userId, OrderByComparator orderByComparator)
          Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.
static EmailAddress[] EmailAddressUtil.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where userId = ?.
abstract  UserNotificationDelivery[] UserNotificationDeliveryPersistence.findByUserId_PrevAndNext(long userNotificationDeliveryId, long userId, OrderByComparator orderByComparator)
          Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
static MembershipRequest[] MembershipRequestUtil.findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator orderByComparator)
          Returns the membership requests before and after the current membership request in the ordered set where userId = ?.
abstract  UserGroupRole[] UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
abstract  List<UserGroupRole> UserGroupRolePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ?.
static List<UserIdMapper> UserIdMapperUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers where userId = ?.
abstract  List<MembershipRequest> MembershipRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where userId = ?.
abstract  List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
abstract  List<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
static List<UserTracker> UserTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where userId = ?.
static List<Subscription> SubscriptionUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ?.
abstract  List<UserTracker> UserTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user trackers where userId = ?.
abstract  List<UserNotificationEvent> UserNotificationEventPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification deliveries where userId = ?.
static List<PasswordTracker> PasswordTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
static List<UserGroupRole> UserGroupRoleUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group roles where userId = ?.
abstract  List<Subscription> SubscriptionPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the subscriptions where userId = ?.
abstract  List<Address> AddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where userId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
abstract  List<EmailAddress> EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where userId = ?.
abstract  List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
static List<Address> AddressUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where userId = ?.
abstract  List<UserIdMapper> UserIdMapperPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user ID mappers where userId = ?.
static List<EmailAddress> EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where userId = ?.
abstract  List<UserNotificationDelivery> UserNotificationDeliveryPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification deliveries where userId = ?.
static List<MembershipRequest> MembershipRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the membership requests where userId = ?.
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
abstract  UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
abstract  UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath[] UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
          Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.
abstract  UserTrackerPath[] UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
          Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.
static List<UserTrackerPath> UserTrackerPathUtil.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
abstract  List<UserTrackerPath> UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
abstract  User UserPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
abstract  Repository RepositoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
abstract  Role RolePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
abstract  Phone PhonePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
abstract  Organization OrganizationPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
abstract  Layout LayoutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  UserGroup UserGroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
abstract  Address AddressPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  EmailAddress EmailAddressPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
abstract  Group GroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
abstract  Website WebsitePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
abstract  Lock LockPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
abstract  User UserPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static Organization OrganizationUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
abstract  Repository RepositoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
abstract  Role RolePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
static User UserUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Repository RepositoryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
abstract  Phone PhonePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
abstract  Organization OrganizationPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
abstract  Layout LayoutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  UserGroup UserGroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static Role RoleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
abstract  Address AddressPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  EmailAddress EmailAddressPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
abstract  Group GroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
abstract  Website WebsitePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
abstract  Lock LockPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Address AddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress EmailAddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByUuid_C_PrevAndNext(long repositoryEntryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.
static Phone[] PhoneUtil.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
abstract  User[] UserPersistence.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
static Organization[] OrganizationUtil.findByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.
abstract  Repository[] RepositoryPersistence.findByUuid_C_PrevAndNext(long repositoryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.
abstract  Role[] RolePersistence.findByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.
abstract  PasswordPolicy[] PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.
static User[] UserUtil.findByUuid_C_PrevAndNext(long userId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.
static Website[] WebsiteUtil.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
static Repository[] RepositoryUtil.findByUuid_C_PrevAndNext(long repositoryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutPrototype[] LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.
abstract  Phone[] PhonePersistence.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
abstract  RepositoryEntry[] RepositoryEntryPersistence.findByUuid_C_PrevAndNext(long repositoryEntryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.
abstract  Organization[] OrganizationPersistence.findByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.
abstract  Layout[] LayoutPersistence.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
abstract  UserNotificationEvent[] UserNotificationEventPersistence.findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  UserGroup[] UserGroupPersistence.findByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup[] UserGroupUtil.findByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
static Role[] RoleUtil.findByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.
abstract  LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
abstract  Address[] AddressPersistence.findByUuid_C_PrevAndNext(long addressId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
abstract  EmailAddress[] EmailAddressPersistence.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.
abstract  Group[] GroupPersistence.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
static Lock[] LockUtil.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
abstract  Website[] WebsitePersistence.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
abstract  Lock[] LockPersistence.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
static Group[] GroupUtil.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
static Address[] AddressUtil.findByUuid_C_PrevAndNext(long addressId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.
static EmailAddress[] EmailAddressUtil.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.
static Layout[] LayoutUtil.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
abstract  List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
static List<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
abstract  List<User> UserPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
static List<Organization> OrganizationUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
abstract  List<Repository> RepositoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ? and companyId = ?.
abstract  List<Role> RolePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
abstract  List<PasswordPolicy> PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.
static List<User> UserUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ? and companyId = ?.
static List<Website> WebsiteUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
static List<Repository> RepositoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
abstract  List<LayoutPrototype> LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.
abstract  List<Phone> PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
abstract  List<RepositoryEntry> RepositoryEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
abstract  List<Organization> OrganizationPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
abstract  List<Layout> LayoutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
abstract  List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
abstract  List<UserGroup> UserGroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
static List<Role> RoleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where uuid = ? and companyId = ?.
abstract  List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
abstract  List<Address> AddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
abstract  List<EmailAddress> EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
abstract  List<Group> GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
static List<Lock> LockUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
abstract  List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
abstract  List<Lock> LockPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
static List<Group> GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
static List<Address> AddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
static List<EmailAddress> EmailAddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
static List<Layout> LayoutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static Phone PhoneUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
abstract  User UserPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static Organization OrganizationUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
abstract  Repository RepositoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
abstract  Role RolePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
static User UserUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Repository RepositoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
abstract  Phone PhonePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
abstract  Organization OrganizationPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
abstract  Layout LayoutPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
abstract  UserGroup UserGroupPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static Role RoleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first role in the ordered set where uuid = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
abstract  Address AddressPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
abstract  EmailAddress EmailAddressPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
abstract  Group GroupPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Lock LockUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
abstract  Website WebsitePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
abstract  Lock LockPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
static Group GroupUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Address AddressUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
abstract  LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static Phone PhoneUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
abstract  User UserPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static Organization OrganizationUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
abstract  Repository RepositoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
abstract  Role RolePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
abstract  PasswordPolicy PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype LayoutPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
static User UserUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Repository RepositoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
abstract  LayoutPrototype LayoutPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
abstract  Phone PhonePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
abstract  RepositoryEntry RepositoryEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
abstract  Organization OrganizationPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
abstract  Layout LayoutPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
abstract  UserNotificationEvent UserNotificationEventPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
abstract  UserGroup UserGroupPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static Role RoleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last role in the ordered set where uuid = ?.
abstract  LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
abstract  Address AddressPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
abstract  EmailAddress EmailAddressPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
abstract  Group GroupPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Lock LockUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
abstract  Website WebsitePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
abstract  Lock LockPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
static Group GroupUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Address AddressUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
abstract  LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
static Phone[] PhoneUtil.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
abstract  User[] UserPersistence.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
static Organization[] OrganizationUtil.findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ?.
abstract  Repository[] RepositoryPersistence.findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ?.
abstract  Role[] RolePersistence.findByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ?.
abstract  PasswordPolicy[] PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.
static User[] UserUtil.findByUuid_PrevAndNext(long userId, String uuid, OrderByComparator orderByComparator)
          Returns the users before and after the current user in the ordered set where uuid = ?.
static Website[] WebsiteUtil.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
static Repository[] RepositoryUtil.findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
abstract  LayoutPrototype[] LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.
abstract  Phone[] PhonePersistence.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
abstract  RepositoryEntry[] RepositoryEntryPersistence.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
abstract  Organization[] OrganizationPersistence.findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ?.
abstract  Layout[] LayoutPersistence.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
abstract  UserNotificationEvent[] UserNotificationEventPersistence.findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
abstract  UserGroup[] UserGroupPersistence.findByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ?.
static UserGroup[] UserGroupUtil.findByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ?.
static Role[] RoleUtil.findByUuid_PrevAndNext(long roleId, String uuid, OrderByComparator orderByComparator)
          Returns the roles before and after the current role in the ordered set where uuid = ?.
abstract  LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
abstract  Address[] AddressPersistence.findByUuid_PrevAndNext(long addressId, String uuid, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
abstract  EmailAddress[] EmailAddressPersistence.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ?.
abstract  Group[] GroupPersistence.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ?.
static Lock[] LockUtil.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
abstract  Website[] WebsitePersistence.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
abstract  Lock[] LockPersistence.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
static Group[] GroupUtil.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ?.
static Address[] AddressUtil.findByUuid_PrevAndNext(long addressId, String uuid, OrderByComparator orderByComparator)
          Returns the addresses before and after the current address in the ordered set where uuid = ?.
static EmailAddress[] EmailAddressUtil.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator orderByComparator)
          Returns the email addresses before and after the current email address in the ordered set where uuid = ?.
static Layout[] LayoutUtil.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
abstract  List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
static List<Phone> PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
abstract  List<User> UserPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
static List<Organization> OrganizationUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where uuid = ?.
abstract  List<Repository> RepositoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ?.
abstract  List<Role> RolePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where uuid = ?.
abstract  List<PasswordPolicy> PasswordPolicyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
static List<LayoutPrototype> LayoutPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ?.
static List<User> UserUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
static List<Repository> RepositoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
abstract  List<LayoutPrototype> LayoutPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ?.
abstract  List<Phone> PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
abstract  List<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
abstract  List<Organization> OrganizationPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where uuid = ?.
abstract  List<Layout> LayoutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ?.
abstract  List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
abstract  List<UserGroup> UserGroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ?.
static List<UserGroup> UserGroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ?.
static List<Role> RoleUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles where uuid = ?.
abstract  List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
abstract  List<Address> AddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where uuid = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
abstract  List<EmailAddress> EmailAddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ?.
abstract  List<Group> GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
abstract  List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
abstract  List<Lock> LockPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
static List<Address> AddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the addresses where uuid = ?.
static List<EmailAddress> EmailAddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ?.
static List<Layout> LayoutUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Phone> PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceBlock> ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceBlockPermission> ResourceBlockPermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourcePermission> ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Organization> OrganizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserTrackerPath> UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceTypePermission> ResourceTypePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PluginSetting> PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserIdMapper> UserIdMapperUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<User> UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Website> WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Repository> RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WebDAVProps> WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Ticket> TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Region> RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserTracker> UserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Shard> ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Subscription> SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<OrgLabor> OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Account> AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<BrowserTracker> BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserNotificationDelivery> UserNotificationDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SystemEvent> SystemEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PasswordTracker> PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupRole> UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Team> TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Country> CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ClassName> ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutSet> LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Image> ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutSetBranch> LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ClusterGroup> ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Release> ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ResourceAction> ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PortletItem> PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserNotificationEvent> UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<BackgroundTask> BackgroundTaskUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Lock> LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<VirtualHost> VirtualHostUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
abstract  List BasePersistence.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutRevision> LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Address> AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Portlet> PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<EmailAddress> EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<MembershipRequest> MembershipRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Layout> LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutBranch> LayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ServiceComponent> ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<PasswordPolicy> PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<Group> UserPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
abstract  List<Group> RolePersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the role.
static List<Group> UserUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user.
abstract  List<Group> OrganizationPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
abstract  List<Group> UserGroupPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
static List<Group> UserGroupUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the role.
abstract  List<Organization> UserPersistence.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the user.
static List<Organization> UserUtil.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the user.
abstract  List<Organization> GroupPersistence.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the group.
static List<Organization> GroupUtil.getOrganizations(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations associated with the group.
abstract  List<Role> UserPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the user.
static List<Role> UserUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the user.
abstract  List<Role> GroupPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the group.
static List<Role> GroupUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the roles associated with the group.
abstract  List<Team> UserPersistence.getTeams(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams associated with the user.
static List<Team> UserUtil.getTeams(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams associated with the user.
abstract  List<Team> UserGroupPersistence.getTeams(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
static List<Team> UserGroupUtil.getTeams(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the teams associated with the user group.
abstract  List<UserGroup> UserPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the user.
static List<UserGroup> UserUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the user.
abstract  List<UserGroup> TeamPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the team.
static List<UserGroup> TeamUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the team.
abstract  List<UserGroup> GroupPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
static List<UserGroup> GroupUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
static List<User> OrganizationUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the organization.
abstract  List<User> RolePersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the role.
abstract  List<User> OrganizationPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the organization.
abstract  List<User> TeamPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the team.
abstract  List<User> UserGroupPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the user group.
static List<User> TeamUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the team.
static List<User> UserGroupUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the user group.
static List<User> RoleUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the role.
abstract  List<User> GroupPersistence.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the group.
static List<User> GroupUtil.getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the group.
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Liferay 6.2.0